.content-rail__side {
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .content-rail__side {
        width: 8rem;
    }

    .content-rail__vertical {
        writing-mode: vertical-rl;
        text-orientation: mixed;
    }
}

.magazine-bleed-timeline__rule {
    height: 2px;
}

.magazine-bleed-timeline__image {
    min-height: 420px;
}

.magazine-bleed-timeline__watermark {
    font-size: clamp(72px, 14vw, 160px);
    line-height: 0.85;
    opacity: 0.15;
}

.magazine-bleed-timeline__accent {
    height: 4px;
    width: 3rem;
}

.magazine-bleed-timeline__divider {
    height: 1px;
}

@media (min-width: 768px) {
    .magazine-bleed-timeline__row--reverse {
        flex-direction: row-reverse;
    }

    .magazine-bleed-timeline__panel--end {
        margin-left: auto;
    }
}

.magazine-bleed-timeline__watermark-wrap--end {
    justify-content: flex-end;
}

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

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

.feed-stream-dots__slot {
  min-width: 0;
}

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


.calendar-summit__cover { height: 12rem; }
.calendar-summit__icon-wrap { width: 2rem; height: 2rem; }

.calendar-summit__piece--shift:hover { transform: scale(1.05); transition: transform .2s ease; }

.calendar-summit__photo--shift:hover { transform: scale(1.05); transition: transform .2s ease; }

