
/* SEOPS SEO Standouts v1.0 */
.seops-standouts {
    --ss-bg: #07111a;
    --ss-panel: #0c1923;
    --ss-panel2: #101e29;
    --ss-text: #f5f7f9;
    --ss-muted: #9dacb7;
    --ss-gold: #d9ad3d;
    --ss-gold2: #f0cc67;
    --ss-line: rgba(255,255,255,.13);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px;
    border-radius: 18px;
    color: var(--ss-text);
    background:
        radial-gradient(circle at 80% -5%, rgba(217,173,61,.15), transparent 28%),
        radial-gradient(circle at 10% 13%, rgba(47,87,119,.18), transparent 32%),
        #07111a;
    font-family: Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.seops-standouts * { box-sizing: border-box; }
.seops-standouts a { text-decoration: none; }
.seops-standouts svg { display: inline-block; }

.seops-standouts-hero {
    min-height: 440px;
    display: grid;
    grid-template-columns: minmax(0,1.3fr) minmax(360px,.8fr);
    gap: 34px;
    align-items: center;
    padding: 40px 34px;
    border: 1px solid var(--ss-line);
    border-radius: 15px;
    background:
        linear-gradient(110deg, rgba(7,17,26,.98), rgba(11,27,38,.93)),
        radial-gradient(circle at 80% 50%, rgba(217,173,61,.12), transparent 38%);
    box-shadow: 0 25px 70px rgba(0,0,0,.28);
}
.seops-standouts-eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--ss-gold2) !important;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .19em;
    text-transform: uppercase;
}
.seops-standouts-eyebrow > span {
    width: 46px;
    height: 1px;
    background: var(--ss-gold);
}
.seops-standouts-eyebrow svg {
    width: 18px;
    fill: var(--ss-gold);
}
.seops-standouts-hero h1 {
    margin: 20px 0 8px !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
    font-size: clamp(64px,8vw,116px);
    line-height: .80;
    letter-spacing: .012em;
    text-transform: uppercase;
    text-shadow: 0 6px 30px rgba(0,0,0,.45);
}
.seops-standouts-hero h1 em {
    color: var(--ss-gold2) !important;
    -webkit-text-fill-color: var(--ss-gold2) !important;
    font-style: normal;
}
.seops-standouts-hero h2 {
    margin: 22px 0 12px !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.seops-standouts-hero-copy > p {
    max-width: 650px;
    margin: 0 !important;
    color: #b7c4cd !important;
    -webkit-text-fill-color: #b7c4cd !important;
    font-size: 14px;
    line-height: 1.6;
}
.seops-standouts-era {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-top: 23px;
    padding: 8px 13px;
    border: 1px solid rgba(217,173,61,.35);
    border-radius: 7px;
    color: #f1cc68 !important;
    background: rgba(217,173,61,.06);
    font-weight: 900;
    letter-spacing: .18em;
}
.seops-standouts-era b { color: #70828f !important; }

.seops-standouts-hero-stats {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
}
.seops-standouts-stat {
    min-height: 142px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
    border: 1px solid var(--ss-line);
    border-radius: 10px;
    background: linear-gradient(145deg,#101f2b,#0a151e);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
.seops-standouts-stat.featured {
    border-color: rgba(217,173,61,.55);
    background:
        linear-gradient(145deg,rgba(217,173,61,.13),transparent 65%),
        #0e1b25;
}
.seops-standouts-stat svg { width: 22px; fill: var(--ss-gold); margin-bottom: 7px; }
.seops-standouts-stat strong {
    display: block;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
    font-size: 40px;
    line-height: 1;
    letter-spacing: .03em;
}
.seops-standouts-stat span {
    margin-top: 6px;
    color: #a9b7c1 !important;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.seops-standouts-filters {
    position: sticky;
    top: 8px;
    z-index: 20;
    margin: 16px 0 10px;
    padding: 14px;
    border: 1px solid var(--ss-line);
    border-radius: 11px;
    background: rgba(8,18,27,.96);
    box-shadow: 0 13px 35px rgba(0,0,0,.22);
    backdrop-filter: blur(12px);
}
.admin-bar .seops-standouts-filters { top: 40px; }
.seops-standouts-decade-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 11px;
}
.seops-standouts-decade-buttons button,
.seops-standouts-clear {
    appearance: none;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 8px 12px;
    background: #101d27;
    color: #b3c0c9 !important;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
}
.seops-standouts-decade-buttons button.is-active {
    border-color: #e1ba51;
    color: #07111a !important;
    background: linear-gradient(#f2d16d,#c99d30);
}
.seops-standouts-filter-fields {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.5fr auto;
    gap: 9px;
    align-items: end;
}
.seops-standouts-filter-fields label > span {
    display: block;
    margin: 0 0 5px 2px;
    color: #788b99 !important;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.seops-standouts-filter-fields select,
.seops-standouts-filter-fields input {
    width: 100%;
    min-height: 40px;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 7px !important;
    padding: 8px 10px !important;
    background: #0b1721 !important;
    color: #eef3f6 !important;
    -webkit-text-fill-color: #eef3f6 !important;
    box-shadow: none !important;
    font-size: 12px !important;
}
.seops-standouts-filter-fields select option { color: #111; }
.seops-standouts-clear { min-height: 40px; border-color: rgba(255,255,255,.15); }
.seops-standouts-filter-result {
    margin-top: 10px;
    color: #8799a5 !important;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .07em;
}
.seops-standouts-filter-result strong { color: var(--ss-gold2) !important; }

.seops-standouts-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 3px 2px 12px;
}
.seops-standouts-legend span,
.seops-standout-honor {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: 5px 8px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    font-size: 8px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .055em;
    text-transform: uppercase;
}
.honor-first-team > .seops-standout-card-top .seops-standout-honor,
.seops-standouts-legend .honor-first-team {
    color: #f4d46f !important;
    border-color: rgba(217,173,61,.55);
    background: rgba(217,173,61,.11);
}
.honor-second-team > .seops-standout-card-top .seops-standout-honor,
.seops-standouts-legend .honor-second-team {
    color: #e5e9ec !important;
    border-color: rgba(208,218,225,.42);
    background: rgba(208,218,225,.07);
}
.honor-third-team > .seops-standout-card-top .seops-standout-honor,
.seops-standouts-legend .honor-third-team {
    color: #d99a6a !important;
    border-color: rgba(190,112,63,.48);
    background: rgba(190,112,63,.09);
}
.honor-special-mention > .seops-standout-card-top .seops-standout-honor,
.seops-standouts-legend .honor-special-mention,
.honor-honorable-mention > .seops-standout-card-top .seops-standout-honor,
.seops-standouts-legend .honor-honorable-mention {
    color: #9fb2bf !important;
    background: #101c25;
}

.seops-standouts-year {
    margin: 0 0 11px;
    border: 1px solid var(--ss-line);
    border-radius: 11px;
    overflow: hidden;
    background: linear-gradient(180deg,#0c1923,#09151e);
}
.seops-standouts-year.is-filter-hidden { display: none; }
.seops-standouts-year-head {
    width: 100%;
    display: grid;
    grid-template-columns: 96px 1fr 28px;
    gap: 15px;
    align-items: center;
    border: 0;
    padding: 15px 18px;
    text-align: left;
    cursor: pointer;
    background:
        linear-gradient(90deg,rgba(217,173,61,.085),transparent 24%),
        #0e1b25;
}
.seops-standouts-year-head:hover { background-color: #11222e; }
.seops-standouts-year-number {
    padding-right: 14px;
    border-right: 1px solid rgba(255,255,255,.12);
}
.seops-standouts-year-number span {
    display: block;
    color: #718694 !important;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
}
.seops-standouts-year-number strong {
    display: block;
    color: var(--ss-gold2) !important;
    -webkit-text-fill-color: var(--ss-gold2) !important;
    font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
    font-size: 35px;
    line-height: .98;
    letter-spacing: .035em;
}
.seops-standouts-year-title strong {
    display: block;
    color: #f7f9fa !important;
    -webkit-text-fill-color: #f7f9fa !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.seops-standouts-year-title span {
    display: block;
    margin-top: 3px;
    color: #7f919e !important;
    font-size: 9px;
}
.seops-standouts-year-chevron {
    color: var(--ss-gold2) !important;
    font-size: 24px;
    transition: transform .18s ease;
}
.seops-standouts-year.is-open .seops-standouts-year-chevron { transform: rotate(180deg); }
.seops-standouts-year-body { display: none; padding: 0 16px 17px; }
.seops-standouts-year.is-open .seops-standouts-year-body { display: block; }
.seops-standouts-year-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 11px 2px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    margin-bottom: 12px;
}
.seops-standouts-year-actions a {
    color: var(--ss-gold2) !important;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.seops-standouts-year-actions span {
    color: #718491 !important;
    font-size: 9px;
}

.seops-standouts-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 9px;
}
.seops-standout-card {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    min-height: 154px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: linear-gradient(145deg,#101e29,#0a151e);
    transition: border-color .16s ease, transform .16s ease, background .16s ease;
}
.seops-standout-card:hover {
    transform: translateY(-2px);
    border-color: rgba(217,173,61,.38);
    background: linear-gradient(145deg,#122330,#0b1821);
}
.seops-standout-card.is-filter-hidden { display: none; }
.seops-standout-card-top {
    min-height: 26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.seops-standout-multi {
    color: #e7c256 !important;
    font-size: 7.5px;
    font-weight: 900;
    letter-spacing: .045em;
    white-space: nowrap;
}
.seops-standout-player-row {
    display: grid;
    grid-template-columns: 43px minmax(0,1fr);
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}
.seops-standout-logo {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
    background: #07131c;
}
.seops-standout-logo img {
    width: 39px !important;
    height: 39px !important;
    margin: 0 !important;
    object-fit: contain !important;
}
.seops-standout-logo span {
    color: var(--ss-gold2) !important;
    font-family: Impact,sans-serif;
    font-size: 18px;
}
.seops-standout-info { min-width: 0; }
.seops-standout-info h3 {
    overflow: hidden;
    margin: 0 0 4px !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
    font-size: 20px;
    line-height: 1.02;
    letter-spacing: .025em;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.seops-standout-school {
    display: block;
    overflow: hidden;
    color: #c3cdd3 !important;
    -webkit-text-fill-color: #c3cdd3 !important;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .055em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
a.seops-standout-school:hover { color: var(--ss-gold2) !important; }
.seops-standout-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
    padding-top: 11px;
}
.seops-standout-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 23px;
    padding: 4px 6px;
    border-radius: 5px;
    background: #08131c;
    color: #d7dfe4 !important;
    font-size: 8px;
    font-weight: 800;
    white-space: nowrap;
}
.seops-standout-meta b {
    color: #718491 !important;
    font-size: 6.5px;
    letter-spacing: .06em;
}
.seops-standouts-empty-year {
    display: none;
    padding: 26px;
    text-align: center;
    color: #8496a2 !important;
    font-size: 11px;
}
.seops-standouts-year.has-no-cards .seops-standouts-empty-year { display: block; }
.seops-standouts-year.has-no-cards .seops-standouts-grid { display: none; }

.seops-standouts-history {
    margin-top: 18px;
    padding: 26px;
    border: 1px solid var(--ss-line);
    border-radius: 12px;
    background: linear-gradient(180deg,#0d1b25,#09151e);
}
.seops-standouts-section-heading {
    max-width: 700px;
    margin: 0 auto 24px;
    text-align: center;
}
.seops-standouts-section-heading > span {
    color: var(--ss-gold2) !important;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .16em;
}
.seops-standouts-section-heading h2 {
    margin: 5px 0 8px !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
    font-size: 34px;
    text-transform: uppercase;
}
.seops-standouts-section-heading p {
    margin: 0 !important;
    color: #8799a5 !important;
    -webkit-text-fill-color: #8799a5 !important;
    font-size: 11px;
    line-height: 1.5;
}
.seops-standouts-history-grid {
    display: grid;
    grid-template-columns: 1fr 1fr .9fr;
    gap: 0;
}
.seops-standouts-history-grid > div {
    padding: 8px 24px;
    border-left: 1px solid var(--ss-line);
}
.seops-standouts-history-grid > div:first-child { border-left: 0; }
.seops-standouts-history-grid h3 {
    margin: 0 0 13px !important;
    color: var(--ss-gold2) !important;
    -webkit-text-fill-color: var(--ss-gold2) !important;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.seops-standouts-ranking ol {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}
.seops-standouts-ranking li {
    display: grid;
    grid-template-columns: 22px minmax(0,1fr) 34px;
    gap: 7px;
    align-items: center;
    padding: 5px 0;
    color: #dbe3e8 !important;
    font-size: 9px;
}
.seops-standouts-ranking .rank { color: #71838f !important; }
.seops-standouts-ranking strong {
    color: #f3f6f8 !important;
    -webkit-text-fill-color: #f3f6f8 !important;
    text-transform: uppercase;
}
.seops-standouts-ranking small {
    display: block;
    margin-top: 2px;
    color: #788b98 !important;
    font-size: 7px;
    text-transform: uppercase;
}
.seops-standouts-ranking .value {
    color: var(--ss-gold2) !important;
    font-weight: 900;
    text-align: right;
}
.seops-standouts-about svg { width: 30px; fill: var(--ss-gold); margin-bottom: 12px; }
.seops-standouts-about p {
    color: #9dacb6 !important;
    -webkit-text-fill-color: #9dacb6 !important;
    font-size: 10px;
    line-height: 1.6;
}
.seops-standouts-about a {
    display: inline-block;
    margin-top: 7px;
    color: var(--ss-gold2) !important;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

/* Kadence/page-scoped cleanup */
body.seops-standouts-page .entry-hero,
body.seops-standouts-page .page-hero-section,
body.seops-standouts-page .entry-header {
    display: none !important;
}
body.seops-standouts-page #primary.content-area {
    margin-top: 22px !important;
    margin-bottom: 30px !important;
}
body.seops-standouts-page article.entry,
body.seops-standouts-page .single-entry {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
body.seops-standouts-page .entry-content-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body.seops-standouts-page .entry-content.single-content { margin-top: 0 !important; }

/* Defend against theme/global text overrides inside our dark archive. */
.seops-standouts mark { background: transparent !important; color: inherit !important; }
.seops-standouts ::selection { background: rgba(217,173,61,.28); color: #fff; }

@media(max-width:1050px) {
    .seops-standouts-hero { grid-template-columns: 1fr; }
    .seops-standouts-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .seops-standouts-history-grid { grid-template-columns: 1fr 1fr; }
    .seops-standouts-history-grid > div:nth-child(3) {
        grid-column: 1 / -1;
        border-left: 0;
        border-top: 1px solid var(--ss-line);
        margin-top: 12px;
        padding-top: 22px;
    }
}
@media(max-width:760px) {
    .seops-standouts {
        padding: 13px;
        border-radius: 12px;
    }
    .seops-standouts-hero {
        min-height: 0;
        padding: 28px 18px;
    }
    .seops-standouts-hero h1 { font-size: 61px; }
    .seops-standouts-hero h2 { font-size: 14px; }
    .seops-standouts-eyebrow > span { width: 24px; }
    .seops-standouts-hero-stats { grid-template-columns: repeat(2,1fr); }
    .seops-standouts-stat { min-height: 112px; padding: 13px; }
    .seops-standouts-stat strong { font-size: 32px; }

    .seops-standouts-filters {
        position: relative;
        top: auto !important;
    }
    .seops-standouts-filter-fields {
        grid-template-columns: 1fr 1fr;
    }
    .seops-standouts-search { grid-column: 1 / -1; }
    .seops-standouts-clear { width: 100%; grid-column: 1 / -1; }

    .seops-standouts-year-head {
        grid-template-columns: 80px 1fr 22px;
        gap: 10px;
        padding: 13px 11px;
    }
    .seops-standouts-year-number strong { font-size: 29px; }
    .seops-standouts-year-title strong { font-size: 10px; }
    .seops-standouts-year-actions { align-items: flex-start; flex-direction: column; }

    .seops-standouts-grid { grid-template-columns: 1fr; }
    .seops-standout-card { min-height: 142px; }
    .seops-standout-info h3 { font-size: 21px; }

    .seops-standouts-history { padding: 18px 14px; }
    .seops-standouts-history-grid { grid-template-columns: 1fr; }
    .seops-standouts-history-grid > div,
    .seops-standouts-history-grid > div:nth-child(3) {
        grid-column: auto;
        border-left: 0;
        border-top: 1px solid var(--ss-line);
        padding: 20px 5px;
        margin: 0;
    }
    .seops-standouts-history-grid > div:first-child { border-top: 0; }
}
@media(max-width:440px) {
    .seops-standouts-hero h1 { font-size: 51px; }
    .seops-standouts-hero-stats { gap: 8px; }
    .seops-standouts-stat span { font-size: 8px; }
    .seops-standouts-decade-buttons {
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
    .seops-standouts-decade-buttons button { padding: 8px 4px; font-size: 8px; }
    .seops-standouts-filter-fields { grid-template-columns: 1fr; }
    .seops-standouts-search,
    .seops-standouts-clear { grid-column: auto; }
}


/* ============================================================
   SEO Standouts v1.1 — 1980–2025 historical archive expansion
   ============================================================ */

.honor-all-ohio > .seops-standout-card-top .seops-standout-honor,
.seops-standouts-legend .honor-all-ohio {
    color: #e2c46f !important;
    border-color: rgba(217,173,61,.34);
    background:
        linear-gradient(180deg,rgba(217,173,61,.075),rgba(217,173,61,.025)),
        #0d1922;
}

.honor-all-ohio {
    border-color: rgba(217,173,61,.16);
}

@media(max-width:440px) {
    .seops-standouts-decade-buttons {
        grid-template-columns: repeat(3,1fr) !important;
    }
}


/* ============================================================
   SEO Standouts v1.3 — full 3×+ All-Ohio Club
   ============================================================ */

.seops-standouts-three-club {
    margin-top: 18px;
    padding: 26px;
    border: 1px solid var(--ss-line);
    border-radius: 12px;
    background:
        radial-gradient(circle at 93% 0%, rgba(217,173,61,.12), transparent 26%),
        linear-gradient(180deg,#0d1b25,#09151e);
}

.seops-standouts-three-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.seops-standouts-three-kicker {
    display: block;
    margin-bottom: 5px;
    color: var(--ss-gold2) !important;
    font-size: 9px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.seops-standouts-three-head h2 {
    margin: 0 0 7px !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
    font-size: 38px;
    line-height: 1;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.seops-standouts-three-head p {
    max-width: 700px;
    margin: 0 !important;
    color: #8fa1ad !important;
    -webkit-text-fill-color: #8fa1ad !important;
    font-size: 11px;
    line-height: 1.55;
}

.seops-standouts-three-count {
    flex: 0 0 auto;
    min-width: 112px;
    padding: 12px 15px;
    border: 1px solid rgba(217,173,61,.42);
    border-radius: 9px;
    text-align: center;
    background: rgba(217,173,61,.07);
}

.seops-standouts-three-count strong {
    display: block;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
    font-size: 31px;
    line-height: 1;
}

.seops-standouts-three-count span {
    display: block;
    margin-top: 5px;
    color: var(--ss-gold2) !important;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.seops-standouts-three-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 9px;
}

.seops-standouts-three-card {
    min-width: 0;
    display: grid;
    grid-template-columns: 42px minmax(0,1fr);
    gap: 10px;
    align-items: center;
    min-height: 94px;
    padding: 11px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: linear-gradient(145deg,#101e29,#0a151e);
    transition: transform .16s ease,border-color .16s ease,background .16s ease;
}

.seops-standouts-three-card:hover {
    transform: translateY(-2px);
    border-color: rgba(217,173,61,.40);
    background: linear-gradient(145deg,#122330,#0b1821);
}

.seops-standouts-three-card.is-four-plus {
    border-color: rgba(217,173,61,.40);
    background:
        linear-gradient(120deg,rgba(217,173,61,.08),transparent 48%),
        linear-gradient(145deg,#101e29,#0a151e);
}

.seops-standouts-three-logo {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
    background: #07131c;
}

.seops-standouts-three-logo img {
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    object-fit: contain !important;
}

.seops-standouts-three-logo span {
    color: var(--ss-gold2) !important;
    font-family: Impact,sans-serif;
    font-size: 18px;
}

.seops-standouts-three-player {
    min-width: 0;
}

.seops-standouts-three-name-row {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.seops-standouts-three-name-row h3 {
    min-width: 0;
    overflow: hidden;
    margin: 0 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.seops-standouts-three-badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 29px;
    min-height: 22px;
    padding: 4px 6px;
    border: 1px solid rgba(217,173,61,.46);
    border-radius: 999px;
    color: var(--ss-gold2) !important;
    background: rgba(217,173,61,.09);
    font-size: 8px;
    line-height: 1;
    font-weight: 900;
}

.is-four-plus .seops-standouts-three-badge {
    color: #07111a !important;
    background: linear-gradient(#f2d16d,#c99d30);
    border-color: #e0b446;
}

.seops-standouts-three-school {
    display: block;
    overflow: hidden;
    margin-top: 3px;
    color: #7f929f !important;
    -webkit-text-fill-color: #7f929f !important;
    font-size: 7px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .05em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

a.seops-standouts-three-school:hover {
    color: var(--ss-gold2) !important;
    -webkit-text-fill-color: var(--ss-gold2) !important;
}

.seops-standouts-three-years {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 7px;
}

.seops-standouts-three-years span {
    padding: 3px 5px;
    border-radius: 4px;
    background: #07131c;
    color: #c8d1d7 !important;
    font-size: 6.5px;
    line-height: 1;
    font-weight: 800;
}

@media(max-width:1050px) {
    .seops-standouts-three-grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}

@media(max-width:760px) {
    .seops-standouts-three-club {
        padding: 18px 14px;
    }

    .seops-standouts-three-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .seops-standouts-three-count {
        min-width: 100%;
    }

    .seops-standouts-three-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media(max-width:460px) {
    .seops-standouts-three-grid {
        grid-template-columns: 1fr;
    }

    .seops-standouts-three-card {
        min-height: 84px;
    }
}


/* ============================================================
   SEO Standouts v1.5 — 1960–2025 archive
   Plugin now owns data + standalone Standouts page only.
   ============================================================ */

@media(max-width:760px) {
    .seops-standouts-decade-buttons {
        display: grid !important;
        grid-template-columns: repeat(4,minmax(0,1fr)) !important;
        width: 100%;
    }
}

@media(max-width:440px) {
    .seops-standouts-decade-buttons {
        grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    }

    .seops-standouts-decade-buttons button {
        padding-left: 3px !important;
        padding-right: 3px !important;
        font-size: 7.5px !important;
    }
}


/* ============================================================
   SEO Standouts v1.6 — 1940–2025 archive expansion
   ============================================================ */

@media(max-width:760px) {
    .seops-standouts-decade-buttons {
        grid-template-columns: repeat(5,minmax(0,1fr)) !important;
    }
}

@media(max-width:540px) {
    .seops-standouts-decade-buttons {
        grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    }
}


/* ============================================================
   SEO Standouts v1.7 — standalone-page isolation + filter fix
   ============================================================ */

/*
 * The football theme has strong global card/form rules. Keep the Standouts
 * archive visually isolated so theme updates cannot turn these cards white,
 * recolor headings, or prevent filtered cards from disappearing.
 */

.seops-standouts [hidden],
.seops-standouts .is-filter-hidden {
    display: none !important;
}

/* ---------- FILTER BAR ---------- */

.seops-standouts .seops-standouts-filters {
    background: #08141e !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    box-shadow: 0 14px 34px rgba(0,0,0,.24) !important;
}

.seops-standouts .seops-standouts-filter-fields label {
    margin: 0 !important;
}

.seops-standouts .seops-standouts-filter-fields label > span {
    color: #94a6b3 !important;
    -webkit-text-fill-color: #94a6b3 !important;
}

/*
 * Deliberately use a light native select/input surface. This is more reliable
 * on Windows/Chrome than trying to force a dark native option menu.
 */
.seops-standouts .seops-standouts-filter-fields select,
.seops-standouts .seops-standouts-filter-fields input[type="search"] {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 9px 12px !important;
    border: 1px solid #c9d3db !important;
    border-radius: 8px !important;
    outline: none !important;
    background: #f7f9fb !important;
    background-color: #f7f9fb !important;
    color: #102437 !important;
    -webkit-text-fill-color: #102437 !important;
    caret-color: #102437 !important;
    box-shadow: inset 0 1px 2px rgba(16,36,55,.05) !important;
    color-scheme: light !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.seops-standouts .seops-standouts-filter-fields select:focus,
.seops-standouts .seops-standouts-filter-fields input[type="search"]:focus {
    border-color: #d9ad3d !important;
    box-shadow: 0 0 0 3px rgba(217,173,61,.16) !important;
}

.seops-standouts .seops-standouts-filter-fields select option,
.seops-standouts .seops-standouts-filter-fields select optgroup {
    background: #ffffff !important;
    color: #102437 !important;
    -webkit-text-fill-color: #102437 !important;
}

.seops-standouts .seops-standouts-filter-fields input[type="search"]::placeholder {
    color: #6f7f8b !important;
    -webkit-text-fill-color: #6f7f8b !important;
    opacity: 1 !important;
}

.seops-standouts .seops-standouts-clear {
    min-height: 44px !important;
    border: 1px solid #d9ad3d !important;
    background: linear-gradient(#f1cf68,#c99d30) !important;
    color: #07111a !important;
    -webkit-text-fill-color: #07111a !important;
    font-weight: 900 !important;
}

.seops-standouts .seops-standouts-filter-result {
    color: #9aabb7 !important;
    -webkit-text-fill-color: #9aabb7 !important;
}

.seops-standouts .seops-standouts-filter-result strong {
    color: #f0cc67 !important;
    -webkit-text-fill-color: #f0cc67 !important;
}

/* ---------- YEAR SECTIONS ---------- */

.seops-standouts .seops-standouts-year {
    background: linear-gradient(180deg,#0c1923,#08141d) !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    box-shadow: none !important;
}

.seops-standouts .seops-standouts-year-head {
    background:
        linear-gradient(90deg,rgba(217,173,61,.09),transparent 24%),
        #0d1b26 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.seops-standouts .seops-standouts-year-body {
    background: #091720 !important;
}

.seops-standouts .seops-standouts-year-actions {
    color: #8fa1ad !important;
}

.seops-standouts .seops-standouts-year-actions a {
    color: #f0cc67 !important;
    -webkit-text-fill-color: #f0cc67 !important;
}

/* ---------- PLAYER GRID ---------- */

.seops-standouts .seops-standouts-grid {
    display: grid !important;
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    gap: 12px !important;
}

/*
 * Explicitly target ARTICLE because the football theme has global article/card
 * styles with a white surface and red top border.
 */
.seops-standouts .seops-standouts-grid article.seops-standout-card {
    position: relative !important;
    min-width: 0 !important;
    min-height: 172px !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-top: 1px solid rgba(255,255,255,.14) !important;
    border-right: 1px solid rgba(255,255,255,.14) !important;
    border-bottom: 1px solid rgba(255,255,255,.14) !important;
    border-left: 3px solid #667b8a !important;
    border-radius: 9px !important;
    outline: none !important;
    background:
        linear-gradient(145deg,#11212d,#0a1620) !important;
    background-color: #0d1b26 !important;
    color: #f5f7f9 !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.13) !important;
    overflow: hidden !important;
}

.seops-standouts .seops-standouts-grid article.seops-standout-card::before,
.seops-standouts .seops-standouts-grid article.seops-standout-card::after {
    display: none !important;
    content: none !important;
}

.seops-standouts .seops-standouts-grid article.seops-standout-card.honor-first-team {
    border-left-color: #e0b43f !important;
}

.seops-standouts .seops-standouts-grid article.seops-standout-card.honor-second-team {
    border-left-color: #bec9d0 !important;
}

.seops-standouts .seops-standouts-grid article.seops-standout-card.honor-third-team {
    border-left-color: #bd7547 !important;
}

.seops-standouts .seops-standouts-grid article.seops-standout-card.honor-special-mention,
.seops-standouts .seops-standouts-grid article.seops-standout-card.honor-honorable-mention {
    border-left-color: #66849a !important;
}

.seops-standouts .seops-standouts-grid article.seops-standout-card.honor-all-ohio {
    border-left-color: #b99435 !important;
}

.seops-standouts .seops-standouts-grid article.seops-standout-card:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(217,173,61,.34) !important;
    border-left-color: #d9ad3d !important;
    background:
        linear-gradient(145deg,#142735,#0b1923) !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.19) !important;
}

.seops-standouts .seops-standout-card-top {
    min-height: 28px !important;
}

.seops-standouts .seops-standout-honor {
    min-height: 24px !important;
    padding: 5px 9px !important;
    font-size: 8.5px !important;
    line-height: 1 !important;
}

.seops-standouts .seops-standout-multi {
    color: #f0c85d !important;
    -webkit-text-fill-color: #f0c85d !important;
    font-size: 8px !important;
}

.seops-standouts .seops-standout-player-row {
    grid-template-columns: 50px minmax(0,1fr) !important;
    gap: 12px !important;
    margin-top: 12px !important;
}

.seops-standouts .seops-standout-logo {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 50% !important;
    background: #07131c !important;
    box-shadow: none !important;
}

.seops-standouts .seops-standout-logo img {
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain !important;
}

.seops-standouts .seops-standout-info h3 {
    margin: 0 0 5px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 21px !important;
    line-height: 1.02 !important;
    font-weight: 900 !important;
    text-shadow: none !important;
}

.seops-standouts .seops-standout-school,
.seops-standouts a.seops-standout-school {
    color: #c9d4db !important;
    -webkit-text-fill-color: #c9d4db !important;
    font-size: 9.5px !important;
}

.seops-standouts a.seops-standout-school:hover {
    color: #f0cc67 !important;
    -webkit-text-fill-color: #f0cc67 !important;
}

.seops-standouts .seops-standout-meta span {
    min-height: 24px !important;
    padding: 5px 7px !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    background: #07131c !important;
    color: #d7e0e5 !important;
    -webkit-text-fill-color: #d7e0e5 !important;
    font-size: 8.5px !important;
}

.seops-standouts .seops-standout-meta b {
    color: #8093a0 !important;
    -webkit-text-fill-color: #8093a0 !important;
}

/* ---------- LEGEND ---------- */

.seops-standouts .seops-standouts-legend {
    gap: 8px !important;
}

.seops-standouts .seops-standouts-legend span {
    min-height: 25px !important;
    padding: 6px 9px !important;
    font-size: 8.5px !important;
}

/* ---------- RESPONSIVE ---------- */

@media(max-width:1100px) {
    .seops-standouts .seops-standouts-grid {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }
}

@media(max-width:760px) {
    .seops-standouts .seops-standouts-filter-fields {
        grid-template-columns: 1fr 1fr !important;
    }

    .seops-standouts .seops-standouts-search,
    .seops-standouts .seops-standouts-clear {
        grid-column: 1 / -1 !important;
    }

    .seops-standouts .seops-standouts-grid {
        grid-template-columns: 1fr !important;
    }

    .seops-standouts .seops-standouts-grid article.seops-standout-card {
        min-height: 150px !important;
    }
}

@media(max-width:480px) {
    .seops-standouts .seops-standouts-filter-fields {
        grid-template-columns: 1fr !important;
    }

    .seops-standouts .seops-standouts-search,
    .seops-standouts .seops-standouts-clear {
        grid-column: auto !important;
    }
}


/* ============================================================
   SEO Standouts v1.8 — black archive reset
   ============================================================ */

.seops-standouts {
    background:
        radial-gradient(circle at 80% -4%, rgba(217,173,61,.09), transparent 27%),
        #03090e !important;
    color: #f7f9fa !important;
}

.seops-standouts .seops-standouts-hero,
.seops-standouts .seops-standouts-filters,
.seops-standouts .seops-standouts-year,
.seops-standouts .seops-standouts-history,
.seops-standouts .seops-standouts-three-club {
    background: #061018 !important;
    border-color: rgba(255,255,255,.13) !important;
}

/* Dark filter controls: black/navy with clear white text. */
.seops-standouts .seops-standouts-filter-fields select,
.seops-standouts .seops-standouts-filter-fields input[type="search"] {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    background: #030a10 !important;
    background-color: #030a10 !important;
    border: 1px solid #344651 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    color-scheme: dark !important;
    box-shadow: none !important;
    font-weight: 700 !important;
}

.seops-standouts .seops-standouts-filter-fields select option,
.seops-standouts .seops-standouts-filter-fields select optgroup {
    background: #07111a !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.seops-standouts .seops-standouts-filter-fields input[type="search"]::placeholder {
    color: #91a2ae !important;
    -webkit-text-fill-color: #91a2ae !important;
}

.seops-standouts .seops-standouts-active-school {
    margin-left: 5px;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 900;
}

/* Year header stays almost black. */
.seops-standouts .seops-standouts-year-head {
    background:
        linear-gradient(90deg,rgba(217,173,61,.065),transparent 25%),
        #07121a !important;
}

.seops-standouts .seops-standouts-year-body {
    background: #030b11 !important;
}

/* Player cards: deliberately BLACK like the earlier version. */
.seops-standouts .seops-standouts-grid article.seops-standout-card {
    min-height: 168px !important;
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid #24343e !important;
    border-left: 3px solid #607682 !important;
    border-radius: 8px !important;
    background: #02080d !important;
    background-color: #02080d !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.seops-standouts .seops-standouts-grid article.seops-standout-card:hover {
    background: #071119 !important;
    border-color: #4b5e69 !important;
    border-left-color: #d9ad3d !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.30) !important;
}

.seops-standouts .seops-standouts-grid article.seops-standout-card.honor-first-team {
    border-left-color: #e0b43f !important;
}
.seops-standouts .seops-standouts-grid article.seops-standout-card.honor-second-team {
    border-left-color: #c5d0d7 !important;
}
.seops-standouts .seops-standouts-grid article.seops-standout-card.honor-third-team {
    border-left-color: #c37a4c !important;
}
.seops-standouts .seops-standouts-grid article.seops-standout-card.honor-special-mention,
.seops-standouts .seops-standouts-grid article.seops-standout-card.honor-honorable-mention {
    border-left-color: #7390a2 !important;
}
.seops-standouts .seops-standouts-grid article.seops-standout-card.honor-all-ohio {
    border-left-color: #c19b37 !important;
}

/* Player names must always be bright white. */
.seops-standouts .seops-standout-info h3,
.seops-standouts .seops-standout-info h3 a,
.seops-standouts .seops-standout-info h3 span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.seops-standouts .seops-standout-school,
.seops-standouts a.seops-standout-school {
    color: #d4dde2 !important;
    -webkit-text-fill-color: #d4dde2 !important;
}

.seops-standouts .seops-standout-logo {
    background: #00070b !important;
    border-color: #263943 !important;
}

.seops-standouts .seops-standout-meta span {
    background: #071119 !important;
    border-color: #1e303a !important;
    color: #dce4e8 !important;
    -webkit-text-fill-color: #dce4e8 !important;
}

/* Honor chips retain color but use dark surfaces. */
.seops-standouts .seops-standout-honor {
    background: #071119 !important;
}

.seops-standouts article.honor-first-team .seops-standout-honor {
    color: #f2cf62 !important;
    -webkit-text-fill-color: #f2cf62 !important;
    border-color: rgba(217,173,61,.55) !important;
}
.seops-standouts article.honor-second-team .seops-standout-honor {
    color: #e1e8ec !important;
    -webkit-text-fill-color: #e1e8ec !important;
}
.seops-standouts article.honor-third-team .seops-standout-honor {
    color: #df9c70 !important;
    -webkit-text-fill-color: #df9c70 !important;
}
.seops-standouts article.honor-special-mention .seops-standout-honor,
.seops-standouts article.honor-honorable-mention .seops-standout-honor {
    color: #abc0cc !important;
    -webkit-text-fill-color: #abc0cc !important;
}

/* Full archive is readable without overly wide/white cards. */
.seops-standouts .seops-standouts-grid {
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    gap: 10px !important;
}

@media(max-width:1050px) {
    .seops-standouts .seops-standouts-grid {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }
}

@media(max-width:700px) {
    .seops-standouts .seops-standouts-grid {
        grid-template-columns: 1fr !important;
    }
}


/* ============================================================
   SEO Standouts v1.9 — remove SportsPress/theme player-style collision
   ============================================================ */

/*
 * IMPORTANT: the old inner class name contained "player" and was being
 * picked up by football/SportsPress theme rules, creating a white card with
 * a red top border inside every Standouts card. The markup now uses the
 * neutral .seops-standout-info class instead.
 */
.seops-standouts .seops-standout-info {
    display: block !important;
    min-width: 0 !important;
    min-height: 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #ffffff !important;
    overflow: visible !important;
}

.seops-standouts .seops-standout-info::before,
.seops-standouts .seops-standout-info::after {
    display: none !important;
    content: none !important;
}

.seops-standouts .seops-standout-info h3 {
    display: block !important;
    width: auto !important;
    min-height: 0 !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif !important;
    font-size: 22px !important;
    line-height: 1.02 !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    white-space: normal !important;
}

.seops-standouts .seops-standout-info .seops-standout-school,
.seops-standouts .seops-standout-info a.seops-standout-school {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #cbd7de !important;
    -webkit-text-fill-color: #cbd7de !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    letter-spacing: .055em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

/* Give the actual name area more horizontal room. */
.seops-standouts .seops-standout-player-row {
    grid-template-columns: 52px minmax(0,1fr) !important;
    gap: 13px !important;
    align-items: center !important;
}

.seops-standouts .seops-standout-logo {
    width: 52px !important;
    height: 52px !important;
}

.seops-standouts .seops-standout-logo img {
    width: 46px !important;
    height: 46px !important;
}

@media(max-width:760px) {
    .seops-standouts .seops-standout-info h3 {
        font-size: 21px !important;
    }
}
