/* ================================
   ESTILO PREMIUM PARA NORMAS (B3)
   ================================ */

a.norma-link {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 2px 6px;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    display: inline-block;
}

a.norma-link:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
}

/* Nota discreta no modelo dos temas */
.nota-legislacao {
    font-size: 0.8rem;
    opacity: 0.65;
    margin-top: 12px;
}

.tema-preview-texto {
    white-space: pre-line;
}

/* ============================================
   NORMAS LEGAIS — LINKS PREMIUM
============================================ */
a.norma-link {
    font-family: inherit;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    display: inline-block;
}

a.norma-link:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.40);
    color: #ffffff;
}
