/**
 * Bloc Fest Pro - Stili per Gestione Festival & Widget Elementor
 * Componente Sintesi Date Home Page & Accordion Programma / Lineup / Popup Modale
 *
 * @version 4.11.0
 */

/* ========================================================
   1. WIDGET HOME DATES SUMMARY
   ======================================================== */
.bloc-home-dates-container {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    color: #ffffff;
    box-sizing: border-box;
    font-family: 'Geist', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Locandina Poster Home */
.bloc-home-poster-col {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
}

.bloc-home-poster-card {
    width: 100%;
    max-width: 440px;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.bloc-home-poster-card img {
    width: 100%;
    height: auto;
    display: block;
}

.bloc-home-content-col {
    width: 100%;
}

.bloc-home-dates-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    align-items: start;
}

.bloc-home-date-col {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.bloc-home-date-item {
    display: flex;
    flex-direction: column;
}

.bloc-home-city {
    font-family: 'Geist', sans-serif;
    font-size: clamp(24px, 5vw, 36px);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.015em;
    color: #ffffff;
    margin: 0 0 2px 0;
}

.bloc-home-date {
    font-family: 'Geist', 'Geist Mono', sans-serif;
    font-size: clamp(24px, 5vw, 36px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0;
}

/* Barra CTA Inferiore: Program → / Tickets → */
.bloc-home-cta-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
    padding-top: 16px;
}

.bloc-home-cta-link {
    font-family: 'Geist', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.bloc-home-cta-link:hover {
    opacity: 0.85;
}

.bloc-home-cta-link .bloc-cta-arrow {
    display: inline-block;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.bloc-home-cta-link:hover .bloc-cta-arrow {
    transform: translateX(5px);
}

/* Adattamento Desktop Widget Home (>= 992px) */
@media (min-width: 992px) {
    .bloc-home-dates-container.bloc-desktop-layout-split {
        display: grid;
        grid-template-columns: minmax(360px, 460px) 1fr;
        gap: 60px 80px;
        align-items: center;
        max-width: 1140px;
    }

    .bloc-home-dates-container.bloc-desktop-layout-split .bloc-home-poster-col {
        margin-bottom: 0;
        justify-content: flex-start;
    }

    .bloc-home-dates-container.bloc-desktop-layout-split .bloc-home-poster-card {
        max-width: 100%;
    }

    .bloc-home-dates-container.bloc-desktop-layout-split .bloc-home-dates-grid {
        gap: 36px 40px;
    }

    .bloc-home-dates-container.bloc-desktop-layout-stacked {
        max-width: 580px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bloc-home-dates-container.bloc-desktop-layout-stacked .bloc-home-poster-card {
        max-width: 440px;
        margin-bottom: 48px;
    }

    .bloc-home-dates-container:not(:has(.bloc-home-poster-col)) {
        max-width: 650px;
    }
}


/* ========================================================
   2. WIDGET FESTIVAL PROGRAM ACCORDION & LAYOUT
   ======================================================== */
.bloc-fest-program-container {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: 'Geist', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    position: relative;
}

/* Sezione Hero / Poster */
.bloc-fest-hero-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    text-align: center;
}

.bloc-fest-poster-card {
    width: 100%;
    max-width: 480px;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
    margin-bottom: 24px;
    transition: transform 0.3s ease;
}

.bloc-fest-poster-card:hover {
    transform: translateY(-3px);
}

.bloc-fest-poster-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* Bottone Full Pass a Pillola */
.bloc-fest-fullpass-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 38px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease, box-shadow 0.25s ease;
}

.bloc-fest-fullpass-btn:hover {
    background-color: #f0f0f0;
    color: #000000;
    transform: scale(1.04);
    box-shadow: 0 6px 24px rgba(255, 255, 255, 0.22);
}

/* Accordion Tappe */
.bloc-fest-stops-accordion {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    box-sizing: border-box;
}

.bloc-fest-stop-item {
    background-color: #000000;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    transition: background-color 0.35s cubic-bezier(0.16, 1, 0.3, 1), color 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
    box-sizing: border-box;
}

/* Stato Aperto (Card Bianca invertita ad altissimo contrasto) */
.bloc-fest-stop-item.is-open {
    background-color: #ffffff;
    color: #000000;
    border-bottom: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

/* Testata Tappa */
.bloc-fest-stop-header {
    padding: 20px 12px;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    transition: padding 0.3s ease;
}

.bloc-fest-stop-item.is-open .bloc-fest-stop-header {
    padding: 24px 20px 12px 20px;
}

.bloc-fest-stop-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bloc-fest-stop-city {
    font-family: 'Geist', sans-serif;
    font-style: italic;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: inherit;
    margin: 0 0 3px 0;
}

.bloc-fest-stop-date {
    font-family: 'Geist', 'Geist Mono', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    color: inherit;
    margin: 0;
}

/* Pulsante Tickets per Tappa (Stili Personalizzabili) */
.bloc-fest-stop-ticket-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    margin-top: 6px;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.bloc-fest-stop-ticket-link.is-minimal {
    opacity: 0.85;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bloc-fest-stop-ticket-link.is-minimal:hover {
    opacity: 1;
    transform: translateX(2px);
}

.bloc-fest-stop-ticket-link.is-pill {
    background-color: #ffffff;
    color: #000000 !important;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 12px;
    font-family: 'Geist Mono', sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.bloc-fest-stop-item.is-open .bloc-fest-stop-ticket-link.is-pill {
    background-color: #000000;
    color: #ffffff !important;
}

.bloc-fest-stop-ticket-link.is-pill:hover {
    transform: scale(1.05);
}

.bloc-fest-stop-ticket-link.is-outline {
    border: 1px solid currentColor;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 12px;
    font-family: 'Geist Mono', sans-serif;
    opacity: 0.85;
}

.bloc-fest-stop-ticket-link.is-outline:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* Pulsante Tickets all'interno del body */
.bloc-fest-stop-body-cta {
    margin-top: 18px;
    display: flex;
    justify-content: center;
}

.bloc-fest-stop-body-cta .bloc-fest-stop-ticket-link.is-body-btn {
    background-color: #000000;
    color: #ffffff !important;
    border-radius: 999px;
    padding: 8px 24px;
    font-size: 14px;
    font-family: 'Geist', sans-serif;
}

.bloc-fest-stop-body-cta .bloc-fest-stop-ticket-link.is-body-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

/* Colonna Destra Testata */
.bloc-fest-stop-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bloc-fest-stop-venue {
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: inherit;
    opacity: 0.9;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Pulsante Trigger Venue / Luogo per Popup */
.bloc-fest-stop-venue-btn {
    background: transparent;
    border: none;
    color: inherit;
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 6px;
    opacity: 0.9;
    transition: all 0.2s ease;
}

.bloc-fest-stop-venue-btn:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

.bloc-fest-stop-item.is-open .bloc-fest-stop-venue-btn:hover {
    background: rgba(0, 0, 0, 0.08);
}

.bloc-venue-info-icon {
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid currentColor;
    opacity: 0.75;
    font-family: 'Geist Mono', monospace;
    font-weight: 700;
}

.bloc-fest-stop-toggle-icon {
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
    display: inline-block;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    color: inherit;
}

.bloc-fest-stop-item.is-open .bloc-fest-stop-toggle-icon {
    transform: rotate(45deg); /* Trasforma il + in una X */
}

/* Corpo Accordion: Espansione fluida */
.bloc-fest-stop-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
    padding: 0 20px;
}

.bloc-fest-stop-item.is-open .bloc-fest-stop-body {
    max-height: 2500px;
    padding: 12px 20px 24px 20px;
}


/* ========================================================
   3. LAYOUT LINEUP ARTISTI COMPATTI & MODULARI
   ======================================================== */

/* LAYOUT 1: BADGE / PILLOLE COMPATTE (Consigliato) */
.bloc-fest-artists-chips-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 8px;
    justify-content: center;
    align-items: center;
    margin: 16px 0 20px 0;
}

.bloc-fest-artist-chip {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #000000;
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.bloc-fest-artist-chip:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.bloc-artist-chip-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.bloc-artist-chip-time {
    font-family: 'Geist Mono', monospace;
    font-size: 11px;
    font-weight: 600;
    opacity: 0.75;
    background: rgba(0, 0, 0, 0.07);
    padding: 2px 6px;
    border-radius: 6px;
}

.bloc-fest-artist-chip:hover .bloc-artist-chip-time {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    opacity: 1;
}

.bloc-artist-chip-arrow {
    font-size: 11px;
    opacity: 0.6;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.bloc-fest-artist-chip:hover .bloc-artist-chip-arrow {
    opacity: 1;
    transform: translate(2px, -2px);
}

/* LAYOUT 2: MINI CARD A GRIGLIA */
.bloc-fest-artists-minicards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 12px;
    margin: 16px 0 20px 0;
}

.bloc-fest-artist-card-item {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.bloc-fest-artist-card-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

.bloc-artist-card-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    background-color: #e5e7eb;
}

.bloc-artist-card-img.is-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0,0,0,0.3);
    font-size: 20px;
    background: #eceef1;
}

.bloc-fest-artist-card-item:hover .bloc-artist-card-img.is-placeholder {
    background: #18181b;
    color: #ffffff;
}

.bloc-artist-card-info {
    padding: 8px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bloc-artist-card-name {
    font-family: 'Geist', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: inherit;
}

.bloc-artist-card-time {
    font-family: 'Geist Mono', monospace;
    font-size: 11px;
    opacity: 0.7;
    color: inherit;
}

/* LAYOUT 3: SUB-ACCORDION ESPANDIBILE */
.bloc-fest-artists-sub-accordion {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 16px 0 20px 0;
}

.bloc-fest-sub-artist-row {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 10px 14px;
}

.bloc-fest-sub-artist-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bloc-fest-sub-artist-title {
    font-family: 'Geist', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
}

.bloc-fest-sub-artist-time {
    font-family: 'Geist Mono', monospace;
    font-size: 12px;
    opacity: 0.75;
}

.bloc-fest-sub-artist-popup-btn {
    background: transparent;
    border: 1px solid #000;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 11px;
    font-family: 'Geist Mono', monospace;
    cursor: pointer;
    transition: all 0.2s ease;
}

.bloc-fest-sub-artist-popup-btn:hover {
    background: #000;
    color: #fff;
}

.bloc-fest-sub-artist-bio {
    font-family: 'Geist', sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #444444;
    margin: 6px 0 0 0;
}

/* LAYOUT 4: LISTA EDITORIALE COMPATTA */
.bloc-fest-artists-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 12px;
}

.bloc-fest-artist-entry {
    margin-bottom: 20px;
    max-width: 400px;
}

.bloc-fest-artist-entry:last-child {
    margin-bottom: 10px;
}

.bloc-fest-artist-name {
    font-family: 'Geist', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #000000;
    margin: 0 0 6px 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.bloc-fest-artist-name:hover {
    opacity: 0.8;
    transform: translateY(-1px);
}

.bloc-artist-name-arrow {
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
}

.bloc-fest-artist-bio {
    font-family: 'Geist', sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #333333;
    margin: 0 auto;
    text-align: center;
}

/* Divisore finale data card aperta */
.bloc-fest-open-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
    padding-top: 12px;
    width: 100%;
}

.bloc-fest-open-divider-line {
    flex: 1;
    height: 1px;
    background-color: #000000;
}

.bloc-fest-open-divider-date {
    font-family: 'Geist', 'Geist Mono', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.5px;
}


/* ========================================================
   4. SISTEMA POPUP / MODALE DARK BRUTALIST & GLASS
   ======================================================== */
body.bloc-modal-open {
    overflow: hidden !important;
}

.bloc-fest-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.bloc-fest-modal-overlay.is-active {
    opacity: 1;
    pointer-events: auto;
}

.bloc-fest-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    cursor: pointer;
}

.bloc-fest-modal-dialog {
    position: relative;
    z-index: 2;
    width: 92%;
    max-width: 520px;
    max-height: 88vh;
    overflow-y: auto;
    background: #0e0e11;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 28px 24px;
    transform: scale(0.92) translateY(14px);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.2) transparent;
}

.bloc-fest-modal-overlay.is-active .bloc-fest-modal-dialog {
    transform: scale(1) translateY(0);
}

/* Pulsante Chiudi X */
.bloc-fest-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10;
}

.bloc-fest-modal-close:hover {
    background: #ffffff;
    color: #000000;
    transform: rotate(90deg);
}

/* Media Cover Immagine */
.bloc-fest-modal-media-wrap {
    width: 100%;
    max-height: 260px;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #18181c;
    display: none; /* Attivato dinamicamente via JS se immagine presente */
}

.bloc-fest-modal-media-wrap.has-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloc-fest-modal-img {
    width: 100%;
    height: 100%;
    max-height: 260px;
    object-fit: cover;
    display: block;
}

/* Header & Meta */
.bloc-fest-modal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.bloc-fest-modal-badge {
    font-family: 'Geist Mono', monospace;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    display: none;
}

.bloc-fest-modal-badge.is-visible {
    display: inline-block;
}

.bloc-fest-modal-title {
    font-family: 'Geist', sans-serif;
    font-size: clamp(24px, 5vw, 32px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 8px 0;
    color: #ffffff;
}

.bloc-fest-modal-address {
    font-family: 'Geist Mono', monospace;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 16px;
    display: none;
}

.bloc-fest-modal-address.is-visible {
    display: block;
}

/* Descrizione / Bio */
.bloc-fest-modal-desc {
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 24px;
    white-space: pre-line;
}

/* Footer & Icone Social / Link Esterni */
.bloc-fest-modal-footer {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bloc-fest-modal-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bloc-fest-modal-social-link {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    border-radius: 999px;
    padding: 7px 14px;
    font-family: 'Geist Mono', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: none;
    align-items: center;
    gap: 7px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.bloc-fest-modal-social-link.is-visible {
    display: inline-flex;
}

.bloc-fest-modal-social-link:hover {
    background: #ffffff;
    color: #000000 !important;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(255, 255, 255, 0.25);
}

.bloc-fest-modal-social-link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
