/* ========================================================
   FPF Documentos — Accordion
   ======================================================== */

.fpf-documentos-accordion {
    max-width: 700px;
    margin: 0 auto;
}

.fpf-doc-group {
    margin-bottom: 2.5rem;
}

.fpf-doc-group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #e3e3e3 !important;
    box-shadow: none !important;
    padding: 0.75rem 0 !important;
    cursor: pointer;
    font-size: 21px !important;
    font-weight: 500 !important;
    color: #090909 !important;
    opacity: 0.6;
    text-align: left;
    line-height: 1.3;
    letter-spacing: normal !important;
    text-transform: none !important;
    transition: opacity 0.2s ease;
}

.fpf-doc-group-header[aria-expanded="true"] {
    opacity: 1;
}

.fpf-doc-group-header:hover {
    opacity: 1;
}

/* Ícone +/– com linhas finas */
.fpf-doc-group-icon {
    flex-shrink: 0;
    margin-left: 1.5rem;
    position: relative;
    width: 13px;
    height: 13px;
}

/* Linha horizontal — sempre visível */
.fpf-doc-group-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 13px;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
}

/* Linha vertical — visível apenas quando fechado */
.fpf-doc-group-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 13px;
    background: currentColor;
    transform: translateX(-50%);
    transition: opacity 0.2s ease;
}

.fpf-doc-group-header[aria-expanded="true"] .fpf-doc-group-icon::after {
    opacity: 0;
}

.fpf-doc-group-body {
    padding-top: 30px;
}

.fpf-doc-group-body[hidden] {
    display: none;
}

.fpf-doc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e3e3e3;
    padding: 0.8rem 1rem;
    border-radius: 3px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.92rem;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.fpf-doc-item:hover {
    background-color: #fff;
    color: #cdb56d;
    text-decoration: none;
}

.fpf-doc-item-icon::before {
    content: '\2014'; /* em dash — */
    color: #999;
    flex-shrink: 0;
    margin-left: 1rem;
}

/* ========================================================
   FPF Torcedores Impedidos
   Usa as classes nativas do Revolution (thb-iconbox left).
   Aqui apenas overrides mínimos de tamanho e tipografia.
   ======================================================== */

/* Tamanho do SVG do ícone */
.fpf-torcedores-impedidos .thb-iconbox figure svg {
    width: 56px;
    height: 56px;
    display: block;
}

/* Título maior */
.fpf-torcedores-impedidos .thb-iconbox h5 {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    line-height: 1.3;
}

/* "LEIA NA ÍNTEGRA ›" */
.fpf-leia-integra {
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 !important;
}
