.skh-faq-accordion {
    max-width: 100%;
    margin: 1.5em 0;
}

.skh-faq-item {
    border-bottom: 1px solid #e0e0e0;
}

.skh-faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.05em;
    font-weight: 600;
    padding: 0.9em 0.2em;
    cursor: pointer;
    color: inherit;
}

.skh-faq-question:hover {
    color: #f5a623;
}

.skh-faq-icon {
    font-size: 1.3em;
    line-height: 1;
    margin-left: 1em;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.skh-faq-question[aria-expanded="true"] .skh-faq-icon {
    transform: rotate(45deg);
}

.skh-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    padding: 0 0.2em;
}

.skh-faq-answer p {
    margin: 0 0 1em;
    line-height: 1.6;
}

.skh-faq-backlink {
    margin-top: 1.5em;
    font-size: 0.95em;
}
