body { background: #f8f9fa; }
.card { box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Do not dim labels when inputs are disabled */
.form-check .form-check-input:disabled ~ .form-check-label { opacity: 1; color: inherit; } 