/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 19 2026 | 17:47:24 */
/* --- OTTIMIZZAZIONE CONTENITORE --- */
.profile-container {
    max-width: 1300px !important;
    margin-left: auto;
    margin-right: auto;
}

/* --- SIDEBAR STICKY LOGIC --- */
.profile-body {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 30px !important;
    align-items: flex-start !important;
}

.profile-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    height: fit-content;
    z-index: 10;
    flex: 0 0 280px !important; /* Sidebar fissa a 280px */
}

.profile-content {
    flex: 1 !important;
    min-width: 0 !important;
}



.cards-grid > * {
    min-width: 0 !important;
    width: 100% !important;
}

/* --- DESIGN PULSANTE CTA SIDEBAR (BORDEAUX) --- */
.sidebar-cta-container {
    margin-top: 25px;
}

.sidebar-main-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 16px 20px;
    background: linear-gradient(90deg, #d81b60 0%, #880e4f 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(216, 27, 96, 0.3);
    transition: all 0.3s ease;
}

.sidebar-main-cta:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

/* --- FAQ DESIGN --- */
.pecorelle-faq-container { margin: 60px 0; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 40px; }
.pecorelle-faq-title { font-size: 1.8rem; font-weight: 800; margin-bottom: 25px; background: linear-gradient(135deg, #fff 0%, #8b5cf6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.faq-item { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; margin-bottom: 15px; }
.faq-question { padding: 22px; cursor: pointer; display: flex; justify-content: space-between; font-weight: 600; color: #fff; }
.faq-question::after { content: '+'; color: #8b5cf6; }
.faq-item.active .faq-answer { max-height: 800px; padding-bottom: 25px; }
.faq-answer { max-height: 0; overflow: hidden; transition: 0.4s ease; padding: 0 22px; color: #cbd5e1; line-height: 1.8; text-align: justify; }

/* RESPONSIVE */
@media (max-width: 991px) {
    .profile-body { flex-wrap: wrap !important; }
    .profile-sidebar { position: relative !important; top: 0 !important; flex: 0 0 100% !important; }
    .cards-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 600px) {
    .cards-grid { grid-template-columns: 1fr !important; }
}
