.faq-dropdown-3a7579b1-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .faq-dropdown-3a7579b1-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

.faq-item-3a7579b1 {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    height: fit-content;
}

.faq-item-3a7579b1 summary {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

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

.faq-item-3a7579b1 summary::after {
    content: "+";
    font-size: 1.2em;
    font-weight: 300;
}

.faq-item-3a7579b1[open] summary::after {
    content: "−";
}

.faq-content-3a7579b1 {
    padding: 0 20px 20px;
    border-top: 1px solid #f1f1f1;
    margin-top: 10px;
    padding-top: 15px;
}
