
/* Style for buttons that are disabled but represent the selected state */
.e-btn-group .e-btn:disabled,
.e-btn-group input:disabled + label.e-btn {
    /* These buttons should look selected, not disabled */
    background-color: #00608F; /* Override disabled button appearance with brand blue */
    color: white; /* Full bright text for contrast */
    cursor: default; /* Change cursor since it's not clickable but selected */
}
