.after_main {
    display: flex;
    gap: var(--gap-s);
}

.three-latest-news {
    display: flex;
    gap: var(--gap-s);
}

.three-latest-news a {
    color: inherit;
}

.three-latest-news h3 {
    margin-top: var(--gap-xs);
    font-size: var(--text-fs-s);
    line-height: 120%;
    font-weight: 500;
}

.current-program__title {
    padding: 0.25rem 1rem;
    color: var(--light-text-color);
    font-size: var(--text-fs-s);
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--primary-color);
}

.current-program .radio-program {
    padding: .2rem 1rem;
    background-color: var(--secondary-color);
    gap: var(--gap-s);
}

.current-program :where(time, a, span:not(.loading-indicator)) {
    padding: 0;
}

.current-program .radio-program>* {
    padding: 0;
}

.current-program .programme-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap-s);
}

.current-program .programme-navigation>a {
    display: none;
}

.current-program .programme-navigation span {
    font-size: var(--text-fs-m);
}

.current-program .programme-bloc:not(.current-plage) {
    display: none;
}

.current-program .plage-content {
    max-width: 80%;
    margin: 0 auto;
}

.radio-program ul {
    gap: 10px;
}

.current-program .radio-program li {
    gap: var(--gap-xs);
}

.current-program .radio-program time,
.current-program .radio-program li {
    background: transparent;
}

.current-program h2 {
    font-size: var(--text-fs-s);
}

.current-program__title::before { content: ""; display: inline-block; vertical-align: text-bottom; background-image: url('/wp-content/uploads/2025/04/icon_grille.svg'); background-position: center; background-repeat: no-repeat; background-size: contain; width: 26px; height: 24px; margin-right: 10px; }

@media (min-width: 1200px) {
    .three-latest-news {
        width: 50%;
    }

    .three-latest-news .latest-news-block {
        flex: 1;
        max-width: 50%;
    }

    .current-program {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .after_main {
        flex-direction: column;
    }

    .three-latest-news {
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scrollbar-color: var(--fifth-color) var(--fifth-color);
        padding-bottom: var(--pad-xs);
    }
    
    .three-latest-news .latest-news-block {
        scroll-snap-align: center;
        min-width: 200px;
        flex: 1;
    }
}