/**
 * Denafa Solo in Sede - Frontend Styles v2.0
 * Integrato con Denafa Product Template
 */

/* =========================================================================
 * BANNER SOTTO IL TITOLO (inject_notice_after_header)
 * Si posiziona tra denafa-product-header e denafa-product-content
 * ========================================================================= */

.denafa-solo-sede-banner {
    background: linear-gradient(135deg, #fff8e1 0%, #fff3cd 100%);
    border-bottom: 3px solid #ffc107;
    padding: 16px 0;
}

.denafa-sis-banner-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0;
}

.denafa-sis-banner-inner svg {
    flex-shrink: 0;
}

.denafa-sis-banner-inner strong {
    display: block;
    font-size: 16px;
    color: #17324D;
    margin-bottom: 2px;
}

.denafa-sis-banner-desc {
    display: block;
    font-size: 14px;
    color: #5c6f82;
    line-height: 1.5;
}

/* =========================================================================
 * SIDEBAR CARD (sostituisce pricing-card)
 * Riutilizza la classe .pricing-card del Denafa Product Template
 * ========================================================================= */

.denafa-sis-sidebar-card {
    text-align: center;
}

.denafa-sis-sidebar-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8edf2;
}

.denafa-sis-sidebar-icon {
    margin-bottom: 12px;
}

.denafa-sis-sidebar-icon svg {
    filter: drop-shadow(0 2px 4px rgba(0, 102, 204, 0.15));
}

.denafa-sis-sidebar-title {
    font-size: 22px;
    font-weight: 700;
    color: #17324D;
    margin: 0 0 8px 0;
}

.denafa-sis-sidebar-subtitle {
    font-size: 14px;
    color: #5c6f82;
    line-height: 1.5;
    margin: 0;
}

/* Sezioni dentro la sidebar */
.denafa-sis-sidebar-section {
    text-align: left;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8edf2;
}

.denafa-sis-sidebar-section:last-of-type {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.denafa-sis-sidebar-section-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #17324D;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.denafa-sis-sidebar-section-title svg {
    color: #0066CC;
    flex-shrink: 0;
}

.denafa-sis-sidebar-sede {
    font-size: 14px;
    color: #5c6f82;
    padding: 4px 0;
    line-height: 1.5;
}

.denafa-sis-sidebar-sede strong {
    color: #17324D;
}

.denafa-sis-sidebar-orari {
    font-size: 13px;
    color: #5c6f82;
    line-height: 1.8;
}

/* =========================================================================
 * PULSANTI CONTATTO SIDEBAR
 * ========================================================================= */

.denafa-sis-sidebar-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.denafa-sis-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    line-height: 1;
}

.denafa-sis-btn svg {
    flex-shrink: 0;
}

.denafa-sis-btn-phone {
    background: #0066CC;
    color: #ffffff !important;
}

.denafa-sis-btn-phone:hover {
    background: #004c99;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.denafa-sis-btn-whatsapp {
    background: #25D366;
    color: #ffffff !important;
}

.denafa-sis-btn-whatsapp:hover {
    background: #1da851;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.denafa-sis-btn-email {
    background: #ffffff;
    color: #17324D !important;
    border: 2px solid #17324D !important;
}

.denafa-sis-btn-email:hover {
    background: #17324D;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(23, 50, 77, 0.2);
}

/* =========================================================================
 * BADGE PAGINA ARCHIVIO / CATEGORIA
 * ========================================================================= */

.denafa-sis-archive-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #fff3cd;
    color: #856404;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    margin: 8px 0;
    border: 1px solid #ffc107;
}

.denafa-sis-archive-badge svg {
    flex-shrink: 0;
}

.denafa-sis-info-btn {
    background: #0066CC !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}

.denafa-sis-info-btn:hover {
    background: #004c99 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* =========================================================================
 * RESPONSIVE
 * ========================================================================= */

@media (max-width: 991px) {
    .denafa-sis-sidebar-card {
        position: relative !important;
        top: 0 !important;
    }
}

@media (max-width: 768px) {
    .denafa-solo-sede-banner {
        padding: 14px 0;
    }

    .denafa-sis-banner-inner {
        gap: 12px;
    }

    .denafa-sis-banner-inner svg {
        width: 22px;
        height: 22px;
    }

    .denafa-sis-banner-inner strong {
        font-size: 14px;
    }

    .denafa-sis-banner-desc {
        font-size: 13px;
    }

    .denafa-sis-sidebar-title {
        font-size: 18px;
    }

    .denafa-sis-sidebar-icon svg {
        width: 36px;
        height: 36px;
    }
}