/* Electoral / Gray Theme Overrides */

/* 1. Page Titles / Banner Background Override */
.page-titles {
    background: linear-gradient(135deg, #4b5563 0%, #374151 100%) !important;
    border-bottom: 3px solid #9ca3af !important;
    height: 160px !important;
}

/* 2. Active Sidebar Item Override */
.sidebar-nav > ul > li.active > a, 
.sidebar-nav > ul > li.active:hover > a {
    background: #4b5563 !important;
}

/* 3. Footer Background Override */
.rs-footer {
    background: #4b5563 !important;
}

/* 4. Login Button Override */
.rs-btn-login {
    background: #4b5563 !important;
    box-shadow: 0 4px 6px -1px rgba(75, 85, 99, 0.2) !important;
}
.rs-btn-login:hover {
    background: #374151 !important;
}

/* Card Logo Area Text Styling */
.rs-card-logo-text {
    font-size: 1.35rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    padding: 0 12px;
    line-height: 1.25;
    color: #46505E !important;
}

/* 5. Card Accent Lines Override */
.rs-card-accent {
    background: linear-gradient(90deg, #9ca3af 0%, #6b7280 100%) !important;
}
