/* Lo que no está en estilo.css, usando sólo sus variables. */

.estado { font-size: 13px; font-weight: 600; text-align: right; white-space: nowrap; }
.estado.si { color: var(--acento); }
.estado.no { color: var(--tenue); }

.aviso { margin-top: 14px; padding: 14px 16px; background: var(--sup);
         border: 1px dashed var(--borde); border-radius: var(--radio);
         color: var(--tenue); font-size: 13px; line-height: 1.5; }
.aviso b { color: var(--texto); }
