.collection-divider-dcd6d3e3 {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cd-dcd6d3e3-top-row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
}
.cd-dcd6d3e3-circle {
    display: block;
    border-radius: 50%;
    flex-shrink: 0;
    box-sizing: border-box;
}
.cd-dcd6d3e3-line {
    flex-grow: 1;
    height: 1px;
}
.cd-dcd6d3e3-heading,
.cd-dcd6d3e3-subtitle {
    margin: 0;
    padding: 0;
}

/* Scroll-based scale and fade focus transitions */
.collection-divider-dcd6d3e3.animated-focus {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.45s ease-out, transform 0.45s ease-out;
}
.collection-divider-dcd6d3e3.animated-focus.focused {
    opacity: 1;
    transform: scale(1);
}
