/* Status tab – default state */
.Header__statusTab a {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 500;
}

/* Hover state */
.Header__statusTab a:hover {
    color: #e46317 !important;
}

/* Optional: match active tab color */
.Header__statusTab.active a {
    color: #e46317 !important;
}

