/* Auto-extracted from resources/views/website/faqs/index.blade.php */

.faq-list {
        display: grid;
        gap: 18px;
    }

    .faq-item {
        padding: 0;
        overflow: hidden;
    }

    .faq-item summary {
        list-style: none;
        cursor: pointer;
        padding: 22px 26px;
        font-size: 18px;
        font-weight: 700;
        color: #1e3a5f;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .faq-item summary::-webkit-details-marker {
        display: none;
    }

    .faq-answer {
        padding: 0 26px 24px;
        color: #475569;
        line-height: 1.8;
    }
