
.leaf-chapter__photo--shift:hover { transform: scale(1.1); transition: transform .2s ease; }

.content-grid-gap {
    gap: 2rem;
}

.content-body-frame {
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.content-heading-gap {
    margin-bottom: 2rem;
}

.content-medium-height {
    display: block;
    width: 100%;
    height: 18rem;
    min-height: 18rem;
    flex-shrink: 0;
    object-fit: cover;
}

.content-large-height {
    display: block;
    width: 100%;
    height: 20rem;
    min-height: 20rem;
    flex-shrink: 0;
    object-fit: cover;
}

.feed-stream-dots__accent {
    width: 2rem;
    height: 2px;
}

.feed-stream-dots__thumb {
    width: 3rem;
    height: 3rem;
}

.feed-stream-dots__bead {
    font-size: 6px;
}


.series-program__piece--glow:hover { transform: scale(1.05); transition: transform .2s ease; }

