/**
 * MinucciTech FAQ - Styles
 */

/* Container principal */
.minuccitech-faq-wrapper {
    width: 100%;
}

/* Liste FAQ - Layout flex */
.minuccitech-faq-wrapper .minuccitech-faq-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    width: 100%;
}

/* Layout colonnes */
.minuccitech-faq-wrapper.columns-1 .minuccitech-faq-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.minuccitech-faq-wrapper.columns-2 .minuccitech-faq-item {
    flex: 1 1 calc(50% - 50px) !important;
    max-width: calc(50% - 15px);
    min-width: 0 !important;
}

@media (max-width: 768px) {
    .minuccitech-faq-wrapper.columns-2 .minuccitech-faq-list {
        flex-direction: column;
    }
    .minuccitech-faq-wrapper.columns-2 .minuccitech-faq-item {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Item FAQ */
.minuccitech-faq-item {
    box-sizing: border-box;
}

/* Supprimer le padding Elementor sur les items et leurs enfants */
.minuccitech-faq-wrapper .minuccitech-faq-item.e-con,
.minuccitech-faq-wrapper .minuccitech-faq-item .e-con {
    padding: 0 !important;
}

/* Question - Style par défaut */
.minuccitech-faq-question {
    color: #1e3a5f;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0 0 0.75em 0;
}

/* Réponse - Style par défaut */
.minuccitech-faq-answer {
    margin: 0;
    line-height: 1.7;
    color: #374151;
    font-size: 0.95em;
}

.minuccitech-faq-answer p:last-child {
    margin-bottom: 0;
}

.minuccitech-faq-answer ul,
.minuccitech-faq-answer ol {
    margin-left: 1.5em;
}

/* ===========================================
   STYLE: Cards (Apple iOS Design)
   =========================================== */
.minuccitech-faq-wrapper.style-cards {
    display: block;
    background: #f5f5f7;
    border-radius: 20px;
    padding: 1.5em;
}

/* Liste FAQ - Support 1 et 2 colonnes */
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.minuccitech-faq-wrapper.style-cards.columns-1 .minuccitech-faq-list {
    flex-direction: column;
}

.minuccitech-faq-wrapper.style-cards.columns-2 .minuccitech-faq-list {
    flex-direction: row;
    gap: 1.25em;
    align-items: flex-start;
}

.minuccitech-faq-wrapper.style-cards.columns-2 .minuccitech-faq-item {
    flex: 1 1 calc(50% - 0.75em);
    min-width: 0;
    max-width: calc(50% - 0.75em);
}

.minuccitech-faq-wrapper.style-cards.columns-2 .minuccitech-faq-cards-toc {
    flex: 0 0 100%;
    width: 100%;
}

/* Table des matières */
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc {
    background: #fff;
    border-radius: 16px;
    padding: 1.25em;
    margin-bottom: 0.75em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #e5e5ea;
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-title {
    font-size: 0.8em;
    font-weight: 600;
    color: #86868b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-controls {
    display: flex;
    gap: 0.5em;
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-expand-all,
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-collapse-all {
    background: #f5f5f7;
    border: none;
    border-radius: 8px;
    padding: 0.5em 1em;
    font-size: 0.8em;
    font-weight: 500;
    color: #1D3245;
    cursor: pointer;
    transition: all 0.2s ease;
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-expand-all:hover,
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-collapse-all:hover {
    background: #1D3245;
    color: #fff;
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    background: #f5f5f7;
    border-radius: 20px;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #1d1d1f;
    font-size: 0.875em;
    font-weight: 400;
    transition: all 0.25s ease;
    max-width: 100%;
    border: 2px solid transparent;
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-item:hover {
    background: #1D3245;
    color: #fff;
}

/* Item actif dans le sommaire */
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-item.is-active {
    background: #fff;
    border-color: #1D3245;
    color: #1D3245;
}

/* Dégradé de couleurs pour les badges numérotés */
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #1D3245;
    border-radius: 50%;
    font-size: 0.7em;
    font-weight: 600;
    color: #fff;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

/* Couleurs variées pour les badges */
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-item:nth-child(6n+1) .minuccitech-faq-cards-toc-number { background: #1D3245; }
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-item:nth-child(6n+2) .minuccitech-faq-cards-toc-number { background: #2E5A7C; }
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-item:nth-child(6n+3) .minuccitech-faq-cards-toc-number { background: #3D7BA8; }
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-item:nth-child(6n+4) .minuccitech-faq-cards-toc-number { background: #5A9BC5; }
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-item:nth-child(6n+5) .minuccitech-faq-cards-toc-number { background: #7BB5D6; }
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-item:nth-child(6n+6) .minuccitech-faq-cards-toc-number { background: #9ACCE6; }

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-item:hover .minuccitech-faq-cards-toc-number {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-item.is-active .minuccitech-faq-cards-toc-number {
    background: #1D3245;
    color: #fff;
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Masquer les dots sur desktop */
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-dots {
    display: none;
}

/* Cartes FAQ */
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-item:hover {
    box-shadow: 0 4px 16px rgba(29, 50, 69, 0.12);
}

/* Animation de highlight quand on navigue */
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-item.is-highlighted {
    box-shadow: 0 0 0 3px rgba(29, 50, 69, 0.3), 0 4px 16px rgba(29, 50, 69, 0.15);
}

/* Header de carte */
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 1.5em 1.5em;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 1em;
    box-sizing: border-box;
    overflow: visible;
}

/* Question - texte complet visible sur plusieurs lignes */
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-question {
    flex: 1 1 0%;
    min-width: 0;
    color: #1D3245;
    font-weight: 600;
    font-size: 1.05em;
    text-decoration: none;
    margin: 0;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: none;
    white-space: normal;
}

/* Bouton toggle +/- toujours visible */
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    background: #f0f4f7;
    border-radius: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0;
    position: relative;
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-header:hover .minuccitech-faq-cards-toggle {
    background: #1D3245;
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-header:hover .minuccitech-faq-cards-icon-plus,
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-header:hover .minuccitech-faq-cards-icon-minus {
    color: #fff;
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-icon-plus,
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-icon-minus {
    width: 16px;
    height: 16px;
    color: #1D3245;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-icon-minus {
    display: none;
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-item.is-open .minuccitech-faq-cards-toggle {
    background: #1D3245;
    transform: rotate(0deg);
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-item.is-open .minuccitech-faq-cards-icon-plus {
    display: none;
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-item.is-open .minuccitech-faq-cards-icon-minus {
    display: block;
    color: #fff;
}

/* Réponse avec animation */
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.5em;
    color: #48484a;
    font-size: 0.95em;
    line-height: 1.7;
    text-align: left;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-item.is-open .minuccitech-faq-answer {
    max-height: 2000px;
    padding: 0 1.5em 1.5em;
}

/* Focus states accessibilité */
.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-header:focus {
    outline: none;
}

.minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-header:focus-visible {
    outline: 2px solid #1D3245;
    outline-offset: -2px;
    border-radius: 16px;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .minuccitech-faq-wrapper.style-cards {
        padding: 1em;
        border-radius: 16px;
    }

    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc {
        padding: 1em;
        border-radius: 12px;
        margin-bottom: 0.75em;
    }

    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75em;
    }

    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-list {
        display: grid;
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        gap: 0.5em;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 0.5em;
        margin: 0 -1em;
        padding-left: 1em;
        padding-right: 3em;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-list::-webkit-scrollbar {
        display: none;
    }

    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-item {
        max-width: 75vw;
    }

    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-text {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.3;
    }

    /* Dégradé de fondu à droite pour indiquer plus de contenu */
    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc {
        position: relative;
    }

    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        background: linear-gradient(to right, transparent, #fff);
        pointer-events: none;
        border-radius: 0 12px 12px 0;
        opacity: 1;
        transition: opacity 0.3s ease;
    }

    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc.scrolled-end::after {
        opacity: 0;
    }

    /* Indicateurs de pagination (dots) */
    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-dots {
        display: flex;
        justify-content: center;
        gap: 6px;
        padding-top: 0.75em;
        margin-top: 0.5em;
    }

    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #d2d2d7;
        border: none;
        padding: 0;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-toc-dot.is-active {
        background: #1D3245;
        width: 18px;
        border-radius: 3px;
    }

    /* 1 colonne sur mobile même si 2 colonnes sélectionnées */
    .minuccitech-faq-wrapper.style-cards.columns-2 .minuccitech-faq-list {
        flex-direction: column;
    }

    .minuccitech-faq-wrapper.style-cards.columns-2 .minuccitech-faq-item {
        flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-item {
        border-radius: 12px;
    }

    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-cards-header {
        padding: 1em 1.25em;
    }

    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-answer {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-item.is-open .minuccitech-faq-answer {
        padding-bottom: 1em;
    }

    .minuccitech-faq-wrapper.style-cards .minuccitech-faq-list {
        gap: 0.5em;
    }
}

/* ===========================================
   STYLE: Bordered (Bordures élégantes)
   =========================================== */
.minuccitech-faq-wrapper.style-bordered .minuccitech-faq-item {
    border-left: 3px solid #007aff;
    padding-left: 1.25em;
    margin-bottom: 1.5em;
}

.minuccitech-faq-wrapper.style-bordered .minuccitech-faq-question {
    text-decoration: none;
    color: #1d1d1f;
    font-weight: 600;
}

.minuccitech-faq-wrapper.style-bordered .minuccitech-faq-answer {
    color: #48484a;
}

/* ===========================================
   STYLE: Minimal (Ultra épuré Apple)
   =========================================== */
.minuccitech-faq-wrapper.style-minimal .minuccitech-faq-item {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #e5e5ea;
}

.minuccitech-faq-wrapper.style-minimal .minuccitech-faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.minuccitech-faq-wrapper.style-minimal .minuccitech-faq-question {
    text-decoration: none;
    color: #1d1d1f;
    font-weight: 600;
    font-size: 1.05em;
    letter-spacing: -0.01em;
}

.minuccitech-faq-wrapper.style-minimal .minuccitech-faq-answer {
    color: #86868b;
    font-size: 0.95em;
}

/* ===========================================
   STYLE: Accordion (Electra-style)
   =========================================== */
.minuccitech-faq-wrapper.style-accordion {
    display: block;
    background: #f5f5f7;
    border-radius: 16px;
    padding: 2em;
}

.minuccitech-faq-wrapper.style-accordion .minuccitech-faq-item {
    width: 100%;
    border-bottom: 1px solid #d2d2d7;
    padding: 1.25em 0;
}

.minuccitech-faq-wrapper.style-accordion .minuccitech-faq-item:last-child {
    border-bottom: none;
}

.minuccitech-faq-wrapper.style-accordion .minuccitech-faq-header {
    display: flex;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    gap: 1em;
}

.minuccitech-faq-wrapper.style-accordion .minuccitech-faq-icon {
    width: 12px;
    height: 12px;
    background: #1d1d1f;
    border-radius: 2px;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.minuccitech-faq-wrapper.style-accordion .minuccitech-faq-item.is-open .minuccitech-faq-icon {
    background: #34c759;
}

.minuccitech-faq-wrapper.style-accordion .minuccitech-faq-question {
    flex: 1;
    color: #1d1d1f;
    font-weight: 500;
    font-size: 1.25em;
    text-decoration: none;
    margin: 0;
}

.minuccitech-faq-wrapper.style-accordion .minuccitech-faq-toggle {
    color: #1d1d1f;
    font-size: 0.875em;
    font-weight: 400;
    flex-shrink: 0;
}

.minuccitech-faq-wrapper.style-accordion .minuccitech-faq-answer {
    display: none;
    padding: 1em 0 0 2em;
    color: #48484a;
    font-size: 0.95em;
    line-height: 1.7;
    text-align: left;
}

.minuccitech-faq-wrapper.style-accordion .minuccitech-faq-item.is-open .minuccitech-faq-answer {
    display: block;
}

@media (max-width: 768px) {
    .minuccitech-faq-wrapper.style-accordion {
        padding: 1em;
    }

    .minuccitech-faq-wrapper.style-accordion .minuccitech-faq-question {
        font-size: 1.1em;
    }

    .minuccitech-faq-wrapper.style-accordion .minuccitech-faq-answer {
        padding-left: 1.5em;
    }
}

/* ===========================================
   STYLE: Searchable (Apple-style blanc)
   =========================================== */
.minuccitech-faq-wrapper.style-searchable {
    display: block;
    background: #fff;
    border-radius: 20px;
    padding: 2em;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

/* Barre de recherche */
.minuccitech-faq-wrapper.style-searchable .minuccitech-faq-search {
    position: relative;
    margin-bottom: 2em;
}

.minuccitech-faq-wrapper.style-searchable .minuccitech-faq-search-icon {
    position: absolute;
    left: 1.25em;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #86868b;
    pointer-events: none;
}

.minuccitech-faq-wrapper.style-searchable .minuccitech-faq-search-input {
    width: 100%;
    padding: 1em 1em 1em 3.5em;
    font-size: 1em;
    border: 1px solid #e5e5ea;
    border-radius: 12px;
    background: #f5f5f7;
    color: #1d1d1f;
    outline: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.minuccitech-faq-wrapper.style-searchable .minuccitech-faq-search-input:focus {
    background: #fff;
    border-color: #007aff;
    box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.1);
}

.minuccitech-faq-wrapper.style-searchable .minuccitech-faq-search-input::placeholder {
    color: #86868b;
}

/* Message aucun résultat */
.minuccitech-faq-wrapper.style-searchable .minuccitech-faq-no-results {
    text-align: center;
    color: #86868b;
    padding: 2em;
    font-size: 0.95em;
}

/* Liste FAQ */
.minuccitech-faq-wrapper.style-searchable .minuccitech-faq-list {
    display: flex;
    flex-direction: column;
}

/* Items FAQ */
.minuccitech-faq-wrapper.style-searchable .minuccitech-faq-item {
    width: 100%;
    border: 1px solid #e5e5ea;
    border-radius: 12px;
    margin-bottom: 0.75em;
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.minuccitech-faq-wrapper.style-searchable .minuccitech-faq-item:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.minuccitech-faq-wrapper.style-searchable .minuccitech-faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.25em 1.5em;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 1em;
}

.minuccitech-faq-wrapper.style-searchable .minuccitech-faq-question {
    flex: 1;
    color: #1d1d1f;
    font-weight: 500;
    font-size: 1em;
    text-decoration: none;
    margin: 0;
    line-height: 1.4;
}

.minuccitech-faq-wrapper.style-searchable .minuccitech-faq-toggle {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f7;
    border-radius: 50%;
    color: #1d1d1f;
    font-size: 1.25em;
    font-weight: 300;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.minuccitech-faq-wrapper.style-searchable .minuccitech-faq-item.is-open .minuccitech-faq-toggle {
    background: #007aff;
    color: #fff;
}

.minuccitech-faq-wrapper.style-searchable .minuccitech-faq-answer {
    display: none;
    padding: 0 1.5em 1.25em;
    color: #48484a;
    font-size: 0.95em;
    line-height: 1.7;
}

.minuccitech-faq-wrapper.style-searchable .minuccitech-faq-item.is-open .minuccitech-faq-answer {
    display: block;
}

/* Surlignage des résultats de recherche */
.minuccitech-faq-wrapper.style-searchable .minuccitech-faq-highlight {
    background: #fff3a3;
    color: inherit;
    padding: 0.1em 0.2em;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .minuccitech-faq-wrapper.style-searchable {
        padding: 1em;
        border-radius: 16px;
    }

    .minuccitech-faq-wrapper.style-searchable .minuccitech-faq-header {
        padding: 1em 1.25em;
    }

    .minuccitech-faq-wrapper.style-searchable .minuccitech-faq-answer {
        padding: 0 1.25em 1em;
    }
}

/* ===========================================
   STYLE: Icons (Untitled UI style)
   =========================================== */
.minuccitech-faq-wrapper.style-icons {
    display: block;
    background: #fff;
    max-width: 720px;
    margin: 0 auto;
}

.minuccitech-faq-wrapper.style-icons .minuccitech-faq-list {
    display: flex;
    flex-direction: column;
}

.minuccitech-faq-wrapper.style-icons .minuccitech-faq-item {
    width: 100%;
    border: 1px solid #e5e5ea;
    border-radius: 10px;
    margin-bottom: 0.5em;
    background: #fff;
    overflow: hidden;
}

.minuccitech-faq-wrapper.style-icons .minuccitech-faq-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1em 1.25em;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 1em;
}

.minuccitech-faq-wrapper.style-icons .minuccitech-faq-icon-custom {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f7;
    border-radius: 8px;
    color: #1d1d1f;
    font-size: 1.1em;
    flex-shrink: 0;
}

.minuccitech-faq-wrapper.style-icons .minuccitech-faq-icon-custom svg,
.minuccitech-faq-wrapper.style-icons .minuccitech-faq-icon-custom i {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.minuccitech-faq-wrapper.style-icons .minuccitech-faq-question {
    flex: 1;
    color: #1d1d1f;
    font-weight: 500;
    font-size: 0.95em;
    text-decoration: none;
    margin: 0;
    line-height: 1.4;
}

.minuccitech-faq-wrapper.style-icons .minuccitech-faq-toggle {
    color: #86868b;
    font-size: 1.5em;
    font-weight: 300;
    flex-shrink: 0;
    transition: transform 0.2s ease;
    line-height: 1;
}

.minuccitech-faq-wrapper.style-icons .minuccitech-faq-item.is-open .minuccitech-faq-toggle {
    transform: rotate(90deg);
}

.minuccitech-faq-wrapper.style-icons .minuccitech-faq-answer {
    display: none;
    padding: 0 1.25em 1em 4.5em;
    color: #48484a;
    font-size: 0.9em;
    line-height: 1.7;
}

.minuccitech-faq-wrapper.style-icons .minuccitech-faq-item.is-open .minuccitech-faq-answer {
    display: block;
}

@media (max-width: 768px) {
    .minuccitech-faq-wrapper.style-icons .minuccitech-faq-header {
        padding: 0.875em 1em;
        gap: 0.75em;
    }

    .minuccitech-faq-wrapper.style-icons .minuccitech-faq-icon-custom {
        width: 36px;
        height: 36px;
    }

    .minuccitech-faq-wrapper.style-icons .minuccitech-faq-answer {
        padding-left: 3.75em;
    }
}
