/* ═══════════════════════════════════════════════════════════
   Conversor Dias em Meses — CSS público
   ═══════════════════════════════════════════════════════════ */

/* ── Bloco de resposta (após o 1º H2) ────────────────────── */
.cdm-answer-block {
    background: #f0faf5;
    border-left: 5px solid #2e9e6f;
    border-radius: 0 8px 8px 0;
    padding: 16px 20px;
    margin: 0 0 24px;
}
.cdm-answer-p {
    font-size: 18px !important;
    line-height: 1.65 !important;
    margin: 0 !important;
    color: #1a1a1a;
}
.cdm-answer-p strong { color: #0f6b46; font-weight: 700; }

/* ── Fórmula ──────────────────────────────────────────────── */
.cdm-formula {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 10px 0 20px;
    font-family: monospace;
    font-size: 16px;
    overflow-x: auto;
}

/* ── Passo a passo ────────────────────────────────────────── */
.cdm-steps {
    padding-left: 24px;
    margin: 10px 0 24px;
    font-size: 16px;
}
.cdm-steps li { margin-bottom: 10px; line-height: 1.65; }

/* ── Tabela ───────────────────────────────────────────────── */
.cdm-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 24px;
    font-size: 15px;
}
.cdm-table th,
.cdm-table td {
    border: 1px solid #e2e8f0;
    padding: 11px 13px;
    text-align: left;
}
.cdm-table th {
    background: #f0faf5;
    font-weight: 600;
    color: #0f6b46;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.cdm-table tr:nth-child(even) { background: #fafafa; }
.cdm-table-current { background: #fffbf0 !important; font-weight: 700; }
.cdm-table-current td { color: #92400e; }

/* ── Recomendações ────────────────────────────────────────── */
.cdm-related-links {
    list-style: none;
    padding: 0;
    margin: 10px 0 24px;
}
.cdm-related-links li { margin-bottom: 8px; }
.cdm-related-links a {
    color: #0f6b46;
    text-decoration: none;
    font-size: 15px;
}
.cdm-related-links a::before { content: '→ '; color: #ff9e44; font-weight: 700; }
.cdm-related-links a:hover { text-decoration: underline; }

/* ── Mobile ───────────────────────────────────────────────── */
@media (max-width: 600px) {
    .cdm-answer-p { font-size: 16px !important; }
    .cdm-table { font-size: 13px; }
    .cdm-table th, .cdm-table td { padding: 8px 9px; }
}
