/* ==========================================================================
   Ajudo — Reajuste de Aluguel (estilos específicos). Base no .tt-*.
   ========================================================================== */

.ra-result { margin-top: 24px; }
.ra-result[hidden] { display: none; }
.ra-main {
  display: flex; flex-direction: column; gap: 4px;
  background: var(--green-deep); color: var(--paper);
  border-radius: var(--radius); padding: 18px 20px;
}
.ra-main .lbl { font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--mustard); }
.ra-main strong { font-family: var(--font-display); font-size: clamp(1.7rem, 5vw, 2.3rem); line-height: 1.1; }
.ra-main .ra-resumo { font-size: 0.86rem; color: rgba(248,243,232,0.8); }
.ra-fonte { font-size: 0.8rem; color: var(--ink-soft); margin-top: 14px; line-height: 1.6; }
.ra-fonte a { color: var(--green-deep); font-weight: 600; }
