/* _content/CappersTV/Pages/Index.cshtml.rz.scp.css */
/* Dark Container */
.season-links[b-nizlfdq22l] {
    background-color: #0f0f0f; /* Pitch dark */
    padding: 25px;
    display: flex;
    gap: 12px;
    border-radius: 4px; /* Sharper edges for a "slicker" look */
}

    /* White Links */
    .season-links a[b-nizlfdq22l] {
        text-decoration: none;
        color: #ffffff; /* Matches your white links */
        background: transparent;
        padding: 8px 18px;
        border: 1px solid #444; /* Subtle border so buttons don't float */
        border-radius: 2px;
        font-family: sans-serif;
        font-weight: 600;
        text-transform: uppercase; /* Adds to the "slick" UI feel */
        letter-spacing: 1px;
        transition: all 0.2s ease-in-out;
    }

        /* Yellow Hover State */
        .season-links a:hover[b-nizlfdq22l] {
            color: #ffd700; /* Bright Yellow/Gold */
            border-color: #ffd700;
            background: rgba(255, 215, 0, 0.05); /* Very faint yellow tint */
            box-shadow: 0 0 10px rgba(255, 215, 0, 0.2); /* Soft outer glow */
        }
/* _content/CappersTV/Pages/Shared/_Layout.cshtml.rz.scp.css */
