/* AAFC – Gestão de Contatos */
:root {
    --aafc-blue: #0d6efd;
}

body {
    font-size: .9rem;
    background-color: #f8f9fa;
}

.navbar-brand {
    font-size: 1rem;
}

.card {
    border-radius: .5rem;
}

.table th {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6c757d;
}

.btn-xs {
    font-size: .75rem;
}

.tracking-widest {
    letter-spacing: .35em;
}

.footer {
    font-size: .78rem;
}

/* Destaque para opt-out na listagem */
tr:has(.badge.bg-danger) td:first-child {
    color: #dc3545;
    font-weight: 500;
}
