/*
 * ref-faq.css — Estilos do bloco FAQPage (archive e single)
 * @version 8.0.201
 * Carregado via ref_seo_enqueue_assets() em todas as páginas.
 * Isolado do tema: não usa --color-* do hello-child (não existem no DOM deste plugin).
 */

/* ── Section container ── */
.ref-faq-section {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 32px 36px 28px;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}

/* ── Título H2 — auxiliar, não protagonista ── */
.ref-faq-section .ref-faq-title,
.ref-faq-section > h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1a4b8c;
    margin: 0 0 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f0f0f0;
}

/* ── Cada Q&A como micro-card ── */
.ref-faq-item {
    background: #f8f9fb;
    border: 1px solid #eaedf2;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 12px;
}

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

/* ── Pergunta H3 ── */
.ref-faq-item h3,
.ref-faq-item [itemprop="name"] {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 8px;
    line-height: 1.4;
}

/* ── Resposta ── */
.ref-faq-item [itemprop="text"],
.ref-faq-item p {
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* ── Seção Empreendimentos Similares (archive) ── */
.ref-similares-archive {
    margin-top: 0;
    margin-bottom: 40px;
}

.ref-similares-archive .ref-similares-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a4b8c;
    margin: 0 0 24px;
}
