/* Admin-specific overrides — form fields readable on light backgrounds */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="tel"],
textarea,
select,
.form-control {
    color: #222222 !important;
    background-color: #ffffff !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus,
.form-control:focus {
    color: #000000 !important;
    background-color: #ffffff !important;
}

/* Table text in admin listings */
.table {
    color: #222222;
}

/* Labels, section headings, and body text inside the white card panels */
#resume-edit label,
#resume-edit h4,
#resume-edit h5,
#resume-edit p,
#resume-edit small,
#resume-edit hr,
#contact-form label,
#contact-form h4,
#contact-form p,
#menu label,
#menu h4,
#menu p {
    color: #333333 !important;
}

/* Checkbox labels need the same treatment */
#resume-edit .checkbox-inline,
#resume-edit .checkbox-inline input[type="checkbox"] {
    color: #333333 !important;
}
