/*
 | FAQ-accordeon. Alleen geladen op de FAQ-pagina via @push('styles').
 | Zelfde tokens als legal.css en shop.css: één accentkleur draagt alles.
 */

.sr-faq {
    max-width: 860px;
    margin: 0 auto;
}

.sr-faq-groep {
    position: relative;
    font-size: 1.15rem;
    margin: 2.25rem 0 .9rem;
    padding-bottom: .45rem;
}

.sr-faq-groep::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.5rem;
    height: 3px;
    background: #a4c422;
    border-radius: 2px;
}

.sr-faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: .6rem;
    overflow: hidden;
}

.sr-faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: .9rem 2.75rem .9rem 1.1rem;
    font-weight: 600;
    position: relative;
    min-height: 44px;              /* vingervriendelijk */
}

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

.sr-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    line-height: 1;
    color: #a4c422;
}

.sr-faq-item[open] summary::after { content: "\2212"; }

.sr-faq-item[open] summary {
    border-bottom: 1px solid #eef0f2;
}

.sr-faq-antwoord {
    padding: .9rem 1.1rem 1.1rem;
    line-height: 1.6;
}

.sr-faq-antwoord ul {
    margin: 0;
    padding-left: 1.2rem;
}

.sr-faq-antwoord li { margin-bottom: .4rem; }

.sr-faq-antwoord a {
    color: inherit;
    border-bottom: 2px solid #a4c422;
    text-decoration: none;
}
