.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5rem;
}

.faq-toggle-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    background: transparent;
}

.faq-toggle-btn:focus {
    box-shadow: none;
}