/*
4300	CSS Tabs Intrebari frecvente
admin2	Site Wide Header	30 September 2025 at 06:53		css	10
*/

/* ===== Tabs Cucurigoo – mai MARI, cu ring auriu ===== */
.faq-cuco .tabs-cuco{width:100%;}
/* bară titluri tab – centrat & wrap frumos */
.faq-cuco .tabs-cuco .e-n-tabs-heading{
    display:flex; flex-wrap:wrap; justify-content:center;
    gap:8px; row-gap:8px;
}

/* pastile */
.faq-cuco .tabs-cuco .e-n-tab-title{
    display:inline-flex; align-items:center; justify-content:center;
    padding:12px 18px !important;         /* MARE */
    min-height:38px;                       /* MARE */
    border:1px solid #23283B; border-radius:999px;
    background:#0F1422; color:#E9ECF4;
    font-weight:800; font-size:15px !important; line-height:1 !important;
    letter-spacing:.3px; text-transform:uppercase;
    box-shadow:0 2px 8px rgba(0,0,0,.18);
    transition:.18s ease;
    white-space:nowrap;                    /* nu rupe cuvintele pe desktop */
}

/* hover */
.faq-cuco .tabs-cuco .e-n-tab-title:hover{
    background:#151A2A; border-color:#2C3350; color:#fff;
    box-shadow:0 3px 10px rgba(0,0,0,.22);
}

/* ACTIV – contur AURIU mai gros */
.faq-cuco .tabs-cuco .e-n-tab-title.e-active{
    background:#151A2A; border-color:#2C3350; color:#fff;
    box-shadow:0 0 0 3px #D6B46C;         /* ring auriu vizibil */
}

/* icon opțional în titlu */
.faq-cuco .tabs-cuco .e-n-tab-title i,
.faq-cuco .tabs-cuco .e-n-tab-title svg{
    width:16px; height:16px; margin-right:8px; color:#D6B46C; fill:currentColor;
}
.faq-cuco .tabs-cuco .e-n-tab-title:hover i,
.faq-cuco .tabs-cuco .e-n-tab-title:hover svg{ color:#FFE08A; }
.faq-cuco .tabs-cuco .e-n-tab-title.e-active i,
.faq-cuco .tabs-cuco .e-n-tab-title.e-active svg{ color:#D6B46C; }

/* spațiu mic între titluri și conținutul tabului */
.faq-cuco .tabs-cuco .e-n-tabs-content{ margin-top:12px; }

/* Mobile – puțin mai compacte și permit wrap */
@media (max-width: 768px){
    .faq-cuco .tabs-cuco .e-n-tab-title{
        padding:10px 14px !important; min-height:34px;
        font-size:13px !important; white-space:normal;
    }
}
