/* Cheat Menu - Native Tab Style Adjustments */

/* Ensure inputs are visible on dark backgrounds if necessary */
#cheats .form-control {
    background-color: #eee;
    color: #333;
}

#cheats .panel-heading {
    font-weight: bold;
}

#speed-value {
    font-weight: bold;
    color: #f0ad4e;
}

/* Add any specific tweaks here if the Bootstrap defaults look off */