/* Cobranças Realizadas — listagem */
.cobrancas-listing-container { padding: 0; }

.cobrancas-listing-container .tag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.cobrancas-listing-container .tag-recap { background: #cba6f7; color: #1e1e2e; }
.cobrancas-listing-container .tag-mec   { background: #89b4fa; color: #1e1e2e; }

/* Garante que .btn-danger exista no contexto */
.btn-danger {
    background: #dc3545;
    color: #fff;
}
.btn-danger:hover { background: #c82333; }
