/* Homepage recent echoes section */

.nfe-latest-photo__heading,
.nfe-latest-audio__heading,
.homepage-recent-echoes > h2,
.container:has(.nfe-home-recent) + .container .col-md-12 > h2 {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    line-height: 1.15;
    letter-spacing: 0.01em;
}

.container:has(.nfe-home-recent) + .container + .container .yt-votd-split {
    margin-top: 0.35rem;
}

.container:has(.yt-votd-editorial, .yt-votd-split, .youtube-video-of-the-day) + .container {
    margin-top: 1rem;
}

.container:has(.nfe-home-recent) + .container .row > [class*="col-"] {
    display: flex;
}

.homepage-recent-echoes {
    width: 100%;
    height: 100%;
}
