/* Pregnancy Due Date Calculator - Custom Styles */

/* Method selection buttons - white text when checked */
.btn-check:checked + .btn-outline-primary-emphasis {
    color: #fff !important;
}

/* Ensure hover state also has white text */
.btn-check:checked + .btn-outline-primary-emphasis:hover {
    color: #fff !important;
}

/* Focus state */
.btn-check:checked + .btn-outline-primary-emphasis:focus {
    color: #fff !important;
}
