.faq-native summary {
    list-style: none;
}

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

.faq-native .faq-sign {
    width: 1.25rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    color: #64748b;
}

.faq-native .faq-sign::before {
    content: "+";
}

.faq-native details[open] .faq-sign::before {
    content: "−";
}

.faq-native details[open] > summary {
    background: rgba(10, 10, 10, 0.35);
}