.hg-faqs {
    background-color: #F6F7F7;
    padding: 20px 24px;
    border-radius: 8px;
    margin-bottom: 24px;
}

.hg-faqs h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1.25em;
    line-height: 1.4;
}

.hg-faqs .hg-faq-item {
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.hg-faqs .hg-faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.hg-faqs .hg-faq-item:first-child {
    padding-top: 0;
}

.hg-faqs .hg-faq-question {
    margin: 0 0 6px;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;
}

.hg-faqs .hg-faq-answer {
    margin: 0;
    font-size: 0.95em;
    line-height: 1.6;
    color: #3c434a;
}

/* Editor styles */
.hg-faq-item {
    position: relative;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 12px;
}

.hg-faq-item:last-child {
    margin-bottom: 0;
}

.hg-faq-question {
    margin: 0 0 6px;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;
    padding-right: 32px;
}

.hg-faq-answer {
    margin: 0;
    font-size: 0.95em;
    line-height: 1.6;
    color: #3c434a;
}

.hg-faq-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #cc1818;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    min-width: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hg-faq-remove:hover {
    background: #fcecec;
}

.hg-faq-add {
    margin-top: 12px;
}
