/* =====================================================
   BER RESCISÃO — ESTILOS ESPECÍFICOS
===================================================== */

.ber-res-bloco {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 20px;
    border-left: 4px solid #1e73be;
}

.ber-res-bloco-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.ber-res-bloco small {
    display: block;
    font-size: 11px;
    color: #94a3b8;
    margin-top: 4px;
}

.ber-res-header-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.ber-res-info-light {
    background: #f8fafc;
    border-radius: 10px;
    padding: 12px 14px;
    border-left: 3px solid #1e73be;
}

.ber-res-info-light span {
    display: block;
    font-size: 11px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.ber-res-info-light strong {
    font-size: 14px;
    color: #0f172a;
    font-weight: 700;
}

.ber-res-tabela th {
    background: #1e73be;
    color: #fff;
    font-size: 13px;
    padding: 10px;
}

.ber-res-tabela td {
    font-size: 14px;
    padding: 10px;
    vertical-align: middle;
}

.ber-res-grupo td {
    background: #f1f5f9;
    font-weight: 700;
    font-size: 13px;
    color: #475569;
    padding: 8px 10px;
}

.ber-res-subtotal td {
    background: #eaf3ff;
    font-size: 15px;
    border-top: 2px solid #1e73be;
}

.ber-res-total td {
    background: #0f172a;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    border-top: 3px solid #1e73be;
}

.ber-res-fgts {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border: 2px solid #22c55e;
}

.ber-res-fgts-icon { font-size: 40px; }

.ber-res-fgts-label {
    font-size: 13px;
    color: #166534;
    margin-bottom: 4px;
}

.ber-res-fgts-valor {
    font-size: 28px;
    font-weight: 800;
    color: #166534;
}

.ber-res-fgts-obs {
    font-size: 12px;
    color: #4ade80;
    margin-top: 2px;
}

@media (max-width: 768px) {
    .ber-res-header-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .ber-res-fgts { flex-direction: column; text-align: center; }
}
