.commonStyle__zt3buttonPrimaryText {
    font-weight:bold;
  text-transform: uppercase;
}
.commonStyle__zt3buttonPrimaryBg:hover {
    opacity: 0.8;
}
.Footer__footerBg {
    background: #f5f5f7;
}
.Button__footerBtn {
    background: #db6e00;
    border: 1px solid transparent;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight:bold;
}
.Button__footerBtn:hover {
    background: white;
    border: 1px solid #db6e00;
  color:#43456a;
}
.Header__tabsTab {
    letter-spacing: normal;
    font-weight: bold;
    text-transform: uppercase;
}
.Input__searchBox {
    background-color: white;
  border: 1px solid #db6e00;
}
.BreadCrumbs__breadcrumbsView ul {
    font-weight: bold;
  color: #43456a;
}
.LoginDetail__LogInDetail, .LoginDetail__LogoutDetail {
    font-weight: bold;
}
.commonStyle__zt3BrandBg {
    background-color: #db6e00;
}
.commonStyle__zt3BrandBg:hover {
  opacity: 0.8;
}
.TicketList__filterPanel .TicketList__mobileFilter {
    font-weight: bold;
}
.Header__name {
    color: #43456a;
}

/* --- DARK MODE OVERRIDES (.ac_night_mode) --- */

/* 1. Set the link color and hover state for the entire portal */
.ac_night_mode a {
    color: #db6e00 !important; /* A light, high-contrast blue that is easy to read on dark gray/black */
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

/* 2. Set the Hover state */
.ac_night_mode a:hover {
    color: #FFFFFF !important; /* Pure white or a very light version of your brand color */
    
}

/* 3. Specific fix for Knowledge Base and Community article links */
/* These often have their own styles that might override the global 'a' tag */
.ac_night_mode .kb-article-content a, 
.ac_night_mode .community-post-content a {
    color: #8AB4F8 !important;
    border-bottom: 1px solid rgba(138, 180, 248, 0.3); /* Adds a subtle underline common in modern minimalist design */
}

.ac_night_mode .kb-article-content a:hover {
    border-bottom-color: #FFFFFF !important;
}

/* 4. Fix for Buttons or 'Action' links that might look 'muddy' */
.ac_night_mode .primary-button, 
.ac_night_mode .zs-viewbutton {
    background-color: #8AB4F8 !important;
    color: #000000 !important; /* Dark text on a light button is more readable */
}

.ac_night_mode .Header__name {
  color: #43456a !important;
}
.ac_night_mode .Icon__icon {
  color: #db6e00 !important;
}
.Header__container {
    min-height: 64px;
}
h2.Header__searchTitle {
    margin-top: 2.5rem;
}
.Header__homeContent .Header__searchSection {
    padding: 2.5rem 0;
}
