/* SteveKraft.com wrestling seasonal bridge v1 */

body[data-seasonal-section="wrestling"] .hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

body[data-seasonal-section="wrestling"] .wrestling-seasonal-banner {
    position: relative;
    z-index: 4;
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin: 0 0 18px;
}

body[data-seasonal-section="wrestling"] .wrestling-seasonal-banner .site-seasonal-badge {
    margin: 0;
    padding: 7px 11px;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: rgba(5, 10, 16, .72);
    backdrop-filter: blur(5px);
}

body[data-seasonal-section="wrestling"] .wrestling-video-jump,
body[data-seasonal-section="wrestling"] .youtube-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid var(--green, #5ebcff);
    border-radius: 9px;
    color: #071019;
    background: var(--green, #5ebcff);
    box-shadow: 0 7px 18px rgba(0, 0, 0, .25);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .035em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

body[data-seasonal-section="wrestling"] .wrestling-video-jump {
    margin-left: auto;
}

body[data-seasonal-section="wrestling"] .youtube-link {
    grid-column: 2;
    justify-self: start;
    margin-top: -5px;
}

body[data-seasonal-section="wrestling"] .wrestling-video-jump:hover,
body[data-seasonal-section="wrestling"] .youtube-link:hover {
    filter: brightness(1.12);
    transform: translateY(-1px);
}

body[data-seasonal-section="wrestling"] .wrestling-video-jump:focus-visible,
body[data-seasonal-section="wrestling"] .youtube-link:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}

body[data-seasonal-section="wrestling"][data-website-theme]:not([data-website-theme="normal"]) .site-header {
    border-bottom-color: var(--green, #5ebcff) !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .34);
}

body[data-seasonal-section="wrestling"][data-website-theme]:not([data-website-theme="normal"]) .hero {
    box-shadow: inset 0 -3px 0 var(--green, #5ebcff);
}

body[data-seasonal-section="wrestling"][data-website-theme]:not([data-website-theme="normal"]) .stat,
body[data-seasonal-section="wrestling"][data-website-theme]:not([data-website-theme="normal"]) .video-card,
body[data-seasonal-section="wrestling"][data-website-theme]:not([data-website-theme="normal"]) .archive-card,
body[data-seasonal-section="wrestling"][data-website-theme]:not([data-website-theme="normal"]) .profile-card {
    border-color: var(--green, #5ebcff) !important;
}

body[data-seasonal-section="wrestling"][data-website-theme]:not([data-website-theme="normal"]) .section-heading h2,
body[data-seasonal-section="wrestling"][data-website-theme]:not([data-website-theme="normal"]) .eyebrow {
    color: var(--green, #5ebcff);
}

@media (max-width: 850px) {
    body[data-seasonal-section="wrestling"] .wrestling-seasonal-banner {
        align-items: stretch;
        flex-direction: column;
    }

    body[data-seasonal-section="wrestling"] .wrestling-video-jump {
        width: 100%;
        margin-left: 0;
    }

    body[data-seasonal-section="wrestling"] .youtube-link {
        grid-column: 1;
        width: 100%;
        justify-self: stretch;
        margin-top: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    body[data-seasonal-section="wrestling"] .wrestling-video-jump,
    body[data-seasonal-section="wrestling"] .youtube-link {
        transition: none;
    }
}