.multi-post-widget.mt-3 {
    margin-top: 0;
}

.homemain .swiper-slide {
    display: block;
}

.site-branding-text {
    display: none;
}

/* Adaptation mobile */
@media (max-width: 767px) {

    /* Format du diaporama principal */
    body.home .mainfeatured .homemain {
        display: block !important;
        position: relative;
        width: 100%;
        height: 0 !important;
        min-height: 0 !important;
        padding: 56.25% 0 0 !important;
        aspect-ratio: auto !important;
        overflow: hidden;
    }

    body.home .mainfeatured .homemain > .swiper-wrapper {
        position: absolute !important;
        inset: 0;
        height: 100% !important;
    }

    body.home .mainfeatured .homemain .swiper-slide,
    body.home .mainfeatured .homemain .bs-slide {
        height: 100% !important;
        min-height: 0 !important;
        aspect-ratio: auto !important;
    }

    body.home .mainfeatured .homemain .bs-slide {
        width: 100%;
        background-size: cover !important;
        background-position: center !important;
    }

    /* Espacement et taille des titres */
    body.home .mainfeatured .homemain .inner {
        padding: 14px 30px !important;
    }

    body.home .mainfeatured .homemain .title,
    body.home .mainfeatured .homemain .title a {
        font-size: 18px !important;
        line-height: 1.2 !important;
        display: block !important;
        -webkit-line-clamp: unset !important;
        max-height: none !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    body.home .mainfeatured .homemain .title {
        margin: 8px 0 !important;
    }

    /* Catégories, date et auteur */
    body.home .mainfeatured .homemain .bs-blog-category a {
        font-size: 10px !important;
        padding: 3px 7px !important;
    }

    body.home .mainfeatured .homemain .bs-blog-meta,
    body.home .mainfeatured .homemain .bs-blog-meta a,
    body.home .mainfeatured .homemain .bs-blog-meta span {
        font-size: 11px !important;
    }

    /* Une seule colonne sur mobile */
    body.home .mainfeatured .multi-post-widget .inner_columns {
        grid-template-columns: 1fr !important;
    }

    /* Blocs secondaires en 16/9 */
    body.home .mainfeatured .multi-post-widget .bs-blog-post {
        position: relative;
        width: 100%;
        height: 0 !important;
        min-height: 0 !important;
        padding: 56.25% 0 0 !important;
        aspect-ratio: auto !important;
        background-size: cover !important;
        background-position: center !important;
        overflow: hidden;
    }

    /* Même présentation que le bloc principal */
    body.home .mainfeatured .multi-post-widget .inner {
        padding: 14px 30px !important;
        align-items: center;
        text-align: center;
    }

    body.home .mainfeatured .multi-post-widget .title,
    body.home .mainfeatured .multi-post-widget .title a {
        font-size: 18px !important;
        line-height: 1.2 !important;
        display: block !important;
        -webkit-line-clamp: unset !important;
        max-height: none !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    body.home .mainfeatured .multi-post-widget .title {
        margin: 8px 0 !important;
    }

    body.home .mainfeatured .multi-post-widget .bs-blog-category a {
        font-size: 10px !important;
        padding: 3px 7px !important;
    }

    body.home .mainfeatured .multi-post-widget .bs-blog-meta,
    body.home .mainfeatured .multi-post-widget .bs-blog-meta a,
    body.home .mainfeatured .multi-post-widget .bs-blog-meta span {
        font-size: 11px !important;
    }

    /* Masquer la dernière info secondaire uniquement sur mobile */
    body.home .mainfeatured .multi-post-widget .inner_columns > .bs-blog-post:last-child {
        display: none !important;
    }
}

/* Couleur des catégories */
body.home .mainfeatured .bs-blog-category a {
    border-color: #e83947 !important;
    color: #fff !important;
}

body.home .mainfeatured .bs-blog-category a:hover {
    background-color: #e83947 !important;
    border-color: #e83947 !important;
    color: #fff !important;
}

/* Boutons du contenu de la page d’accueil */
body.home .wp-block-button__link,
body.home .wp-block-button__link:hover {
    background-color: #e83947 !important;
    border-color: #e83947 !important;
    color: #fff !important;
}

/* Bouton Écoutez Blues Actu Radio */
a.subscribe-btn {
    background: #e83947 !important;
    border-color: #e83947 !important;
    color: #fff !important;
    transition: background-color 0.2s, border-color 0.2s;
}

/* Rouge foncé au survol du bouton */
a.subscribe-btn:hover,
a.subscribe-btn:focus {
    background: #c92b38 !important;
    border-color: #c92b38 !important;
    color: #fff !important;
}

/* Survol des titres du diaporama et des blocs secondaires */
body.home .mainfeatured .title a:hover,
body.home .mainfeatured .title a:focus {
    color: #e83947 !important;
}