.custom-radio-group .controls, 
.custom-radio-group div {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 8px;
}

.custom-radio-group .form-check-input {
    margin-top: 0 !important;
    margin-right: 4px;
}

.bg-pai { background: #e7f1ff; border: 1px solid #0d6efd33; color: #0d6efd; }
.bg-mae { background: #fdf2f8; border: 1px solid #d6338433; color: #d63384; }
.progress-pai { background-color: #0d6efd; }
.progress-mae { background-color: #d63384; }

.guarda-badge {
    font-size: 0.65rem;
    padding: 2px 8px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 800;
}
.guarda-badge-active { background: #198754; color: #fff; }
.guarda-badge-inactive { background: #6c757d; color: #fff; }

.valor-foco {
    font-weight: 900 !important;
    letter-spacing: -3px;
    line-height: 0.9;
    font-size: 4rem;
}