/* Produkt-FAQ – native Akkordeon-Optik (ersetzt Elementor Nested-Accordion). */
.cps-faq {
    margin: 40px 0 10px;
}
.cps-faq__heading {
    margin: 0 0 18px;
}
.cps-faq__item {
    border-bottom: 1px solid #d9a444;
}
.cps-faq__item:first-child {
    border-top: 1px solid #d9a444;
}
.cps-faq__q {
    list-style: none;
    cursor: pointer;
    padding: 18px 40px 18px 4px;
    position: relative;
    font-family: 'Lustria', Georgia, 'Times New Roman', serif;
    font-weight: 400;
    font-size: 16px;
    color: #2a2a2a;
}
.cps-faq__q::-webkit-details-marker { display: none; }
.cps-faq__q::after {
    content: "+";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3em;
    line-height: 1;
    color: #c49944;
    transition: transform .2s ease;
}
.cps-faq__item[open] > .cps-faq__q::after {
    content: "–";
}
.cps-faq__a {
    padding: 0 4px 18px;
    color: #5f5f5f;
    line-height: 1.6;
}
.cps-faq__a p { margin: 0 0 10px; }
.cps-faq__a p:last-child { margin-bottom: 0; }
