    #search-suggestions a {
        cursor: pointer;
    }

    body,
    body h1 {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    }

    body h1 {
        font-size: 2rem;
    }

    body .h6 {
        font-size: .8rem;
    }

    .btn-outline-primary:hover {
        color: #fff !important;
    }

    input::placeholder {
        color: #333;
        /* dark enough for WCAG 2 AA */
    }

    .text-muted {
        color: #4a4a4a !important;
        /* meets contrast */
    }

    /* Paragraphs */
    #latest-notes-description,
    #fresh-reads-description {
        color: #333;
    }

    /* Footer small links */
    .footer-item small,
    .btn-link small {
        color: #333;
    }

    /* Footer copyright */
    .text-white-50 {
        color: rgba(255, 255, 255, 0.8);
    }

    #search-input,
    input[type="email"] {
        background-color: #ffffff;
        color: #000000;
    }

    #search-input::placeholder,
    input[type="email"]::placeholder {
        color: #555555;
    }

    .mb-md-0 a {
        color: #ffffff;
        text-decoration: underline;
    }

    .mobilelogin {
        display: none;
    }
    
    /* Show only on mobile screens */
    @media (max-width: 500px) {
        .mobilelogin {
            display: block;
        }
        #spinner {
            display: none !important;
        }
    }
.bg-light a.text-decoration-none {
    color: #212529 !important; /* Dark charcoal/Black */
    border: 1px solid #212529;
}

.bg-light a.text-decoration-none:hover {
    color: #000000 !important;
    text-decoration: underline !important; /* Good for accessibility */
}
/* Optimized View All Button */
.view_allbtn {
    font-weight: 600; /* Bolder text helps contrast scores */
}

/* For small tags like "Practice Now" or "Know More" */
small.view_allbtn {
    color: #1a1a1a !important; /* Nearly black for maximum readability */
}
/* Targets the "Added by..." or "Team" text */
.category_card span, 
.category_card small {
    color: #4b4b4b !important; /* A darker grey that passes the 4.5:1 ratio */
}
/* If your footer background is LIGHT, use this: */
.footer_main, .footer_main h6, .footer_main strong, .footer_main li {
    color: #212529 !important; /* Deep dark grey */
}

/* If your footer background is DARK (e.g., dark blue), use this: */
.footer_main, .footer_main h6, .footer_main strong, .footer_main li {
    color: #ffffff !important; /* Pure white */
}

/* Fix the Copyright link at the very bottom */
.copy_right_main a {
    color: #0056b3 !important; /* Darker blue for links on white background */
}
.footer_main button.btn {
    background-color: #0d6efd; /* Strong blue */
    color: #ffffff !important; /* White text on blue background passes easily */
}
