/*
Theme Name: SECFB
Theme URI: https://secfb.com
Author: ChatGPT
Description: Custom WordPress theme for SECFB.com, styled in the same design language as RamsNews and PatriotsReport: dark, modern, card-based sports hub.
Version: 2.0
Text Domain: secfb
*/

:root {
    --secfb-navy: #020617;
    --secfb-navy-soft: #0b1120;
    --secfb-red: #b91c1c;
    --secfb-gold: #facc15;
    --secfb-accent-blue: #1d4ed8;
    --secfb-white: #ffffff;
    --secfb-gray: #f3f4f6;
    --secfb-muted: #6b7280;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
    background: #ffffff;
    color: #111827;
    line-height: 1.6;
}

a {
    color: var(--secfb-gold);
    text-decoration: none;
}

a:hover,
a:focus {
    color: #f97316;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-main {
    flex: 1 0 auto;
}

/* ===== Top Navigation (RamsNews / PatriotsReport style) ===== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(90deg, #020617 0%, #020617 30%, #111827 80%, #020617 100%);
    border-bottom: 1px solid rgba(148,163,184,0.3);
    box-shadow: 0 12px 30px rgba(0,0,0,0.8);
}


.sec-top-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.6rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}


.sec-logotype {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.sec-logotype .logo-badge {
    width: 38px;
    height: 38px;
    border-radius: 0.9rem;
    background:
        radial-gradient(circle at 30% 20%, var(--secfb-gold), #f97316),
        linear-gradient(135deg, #1d4ed8, #0f172a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b1120;
    font-weight: 900;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    box-shadow: 0 6px 16px rgba(15,23,42,0.9);
}

.sec-logotype .site-title {
    color: #f9fafb;
    font-weight: 800;
    font-size: 1.12rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}


.primary-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
}

.primary-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.3rem;
}

.primary-navigation a {
    color: #e5e7eb;
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 700;
    opacity: 0.9;
}

.primary-navigation a:hover {
    opacity: 1;
    color: var(--secfb-gold);
}



.primary-menu li {
    position: relative;
}

.primary-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0.35rem 0 0;
    padding: 0.45rem 0.3rem;
    list-style: none;
    background: #020617;
    border-radius: 0.75rem;
    box-shadow: 0 18px 45px rgba(15,23,42,0.65);
    display: none;
    min-width: 220px;
    z-index: 40;
}

.primary-menu li:hover > .sub-menu {
    display: block;
}

.primary-menu .sub-menu li {
    padding: 0;
}

.primary-menu .sub-menu a {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.35rem 0.9rem;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    opacity: 0.95;
    white-space: nowrap;
}

.primary-menu .sub-menu a:hover {
    opacity: 1;
    color: var(--secfb-gold);
}


.sec-header-tools {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sec-search-form {
    position: relative;
}

.sec-search-form input[type="search"] {
    background-color: #020617;
    border-radius: 999px;
    border: 1px solid #4b5563;
    padding: 0.38rem 0.75rem 0.38rem 2.1rem;
    font-size: 0.8rem;
    color: var(--secfb-white);
    width: 170px;
}

.sec-search-form input[type="search"]::placeholder {
    color: #9ca3af;
}

.sec-search-form::before {
    content: "🔍";
    position: absolute;
    left: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8rem;
    opacity: 0.9;
}

.sec-social-icons {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.7rem;
}

.sec-social-icons a {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 1px solid rgba(249,250,251,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secfb-white);
    background: radial-gradient(circle at 30% 20%, rgba(148,163,184,0.3), transparent);
}

.sec-mobile-menu-toggle {
    display: none;
    border: none;
    background: transparent;
    color: var(--secfb-white);
    font-size: 1.35rem;
}

/* ===== Hero (magazine-cover style like RamsNews / PatriotsReport) ===== */

.sec-hero {
    position: relative;
    overflow: hidden;
    color: #f9fafb;
    border-bottom: 1px solid rgba(148,163,184,0.2);
    background-image: linear-gradient(120deg, #020617 0%, #020617 55%, #0b1120 100%),
                      url('https://images.pexels.com/photos/1618200/pexels-photo-1618200.jpeg?auto=compress&cs=tinysrgb&w=1600');
    background-size: cover;
    background-position: center;
}

.sec-hero::before {
    content: none;
}

.sec-hero-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.25rem 1rem 2.8rem;
    display: grid;
    grid-template-columns: 3fr 2.25fr;
    gap: 2.75rem;
}

.sec-hero h1 {
    margin: 0 0 0.9rem;
    font-size: 2.6rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
}

.sec-hero h1 span {
    color: var(--secfb-gold);
}

.sec-hero p {
    max-width: 32rem;
    font-size: 1rem;
    color: #e5e7eb;
}

.sec-hero-cta {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.sec-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.3rem;
    border-radius: 999px;
    border: none;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.sec-btn-primary {
    background: linear-gradient(135deg, var(--secfb-red), #ef4444);
    color: var(--secfb-white);
    box-shadow: 0 14px 30px rgba(127,29,29,0.9);
}

.sec-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(127,29,29,1);
}

.sec-btn-secondary {
    background: transparent;
    color: var(--secfb-white);
    border: 1px solid rgba(249,250,251,0.8);
}

.sec-btn-secondary:hover {
    background: rgba(15,23,42,0.7);
}

.sec-hero-tagline {
    margin-top: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #c7d2fe;
}

.sec-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.sec-hero-pill-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #22c55e;
}

.sec-hero-sidecard {
    background: radial-gradient(circle at top, rgba(250,204,21,0.15), transparent),
                linear-gradient(145deg, #020617, #020617, #111827);
    border-radius: 1.1rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.85);
    padding: 1.15rem 1.1rem 1.2rem;
    border: 1px solid rgba(148,163,184,0.5);
}

.sec-hero-sidecard-kicker {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #9ca3af;
    margin-bottom: 0.4rem;
}

.sec-hero-sidecard-title {
    font-size: 1.02rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.sec-hero-sidecard-text {
    font-size: 0.84rem;
    color: #e5e7eb;
}

/* ===== Section + Cards ===== */

.sec-section {
    max-width: 1200px;
    margin: 2.6rem auto;
    padding: 0 1rem;
}

.sec-section-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.3rem;
}

.sec-section-title {
    font-size: 1.18rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #111827;
}

.sec-section-subtitle {
    font-size: 0.9rem;
    color: #4b5563;
}

.sec-featured-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.sec-card {
    background: radial-gradient(circle at top, rgba(15,23,42,0.85), #020617);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(0,0,0,0.8);
    border: 1px solid rgba(55,65,81,0.8);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.sec-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.sec-card-body {
    padding: 0.8rem 0.95rem 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.sec-card-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9ca3af;
}

.sec-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #f9fafb;
}

.sec-card-title a {
    color: inherit;
}

.sec-card-excerpt {
    font-size: 0.82rem;
    color: #cbd5f5;
}

.sec-card-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    color: #9ca3af;
}

.sec-card-footer a {
    font-size: 0.78rem;
    font-weight: 600;
}

/* ===== Team Grid (SEC teams) ===== */

.sec-team-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 0.8rem;
}

.sec-team-grid .sec-team-card {
    background: #ffffff !important;
    border-radius: 0.9rem;
    padding: 0.85rem 0.75rem 0.9rem;
    text-align: center;
    box-shadow: 0 10px 22px rgba(15,23,42,0.08);
    border: 1px solid rgba(148,163,184,0.35);
    cursor: pointer;
    transition: transform 0.14s ease, box-shadow 0.14s ease, border-color 0.14s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sec-team-grid .sec-team-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(15,23,42,0.16);
    border-color: rgba(59,130,246,0.55);
}


.sec-team-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(15,23,42,0.16);
    border-color: rgba(59,130,246,0.55);
}


.sec-team-grid .sec-team-logo {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: #ffffff !important;
    border: 1px solid rgba(148,163,184,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.55rem;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15,23,42,0.14);
}





.sec-team-card span {
    font-size: 0.72rem;
    font-weight: 600;
    color: #e5e7eb;
}

.sec-team-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(0,0,0,0.95);
    border-color: var(--secfb-gold);
}

/* ===== Main content + Sidebar ===== */

.sec-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(280px, 1fr);
    gap: 2rem;
}

.sec-articles {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.25rem;
}

.sec-article-card {
    background: radial-gradient(circle at top, rgba(15,23,42,0.95), #020617);
    border-radius: 0.95rem;
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 0.85rem;
    padding: 0.8rem;
    box-shadow: 0 14px 32px rgba(0,0,0,0.9);
    border: 1px solid rgba(55,65,81,0.9);
}

.sec-article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.7rem;
}

.sec-article-body h3 {
    margin: 0 0 0.3rem;
    font-size: 0.95rem;
    color: #f9fafb;
}

.sec-article-body h3 a {
    color: inherit;
}

.sec-article-body p {
    margin: 0 0 0.45rem;
    font-size: 0.82rem;
    color: #cbd5f5;
}

.sec-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
    font-size: 0.75rem;
    color: #9ca3af;
}

.sec-tag {
    background: rgba(30,64,175,0.15);
    color: #bfdbfe;
    border-radius: 999px;
    padding: 0.12rem 0.55rem;
    font-size: 0.72rem;
}

.sec-share {
    margin-left: auto;
    display: flex;
    gap: 0.3rem;
}

/* Sidebar widgets */

.widget-area {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sec-widget {
    background: radial-gradient(circle at top, #020617, #020617);
    color: #e5e7eb;
    border-radius: 0.9rem;
    padding: 0.85rem 0.95rem;
    box-shadow: 0 18px 40px rgba(0,0,0,1);
    border: 1px solid rgba(55,65,81,0.9);
}

.sec-widget h2 {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin: 0 0 0.7rem;
    color: var(--secfb-gold);
}

.sec-standings-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.78rem;
}

.sec-standings-table th,
.sec-standings-table td {
    padding: 0.25rem 0.35rem;
}

.sec-standings-table th {
    text-align: left;
    font-weight: 600;
}

.sec-standings-table tr:nth-child(even) {
    background: rgba(15,23,42,0.9);
}

.sec-widget-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
}

.sec-widget-list li + li {
    margin-top: 0.3rem;
}

/* ===== Footer ===== */

.site-footer {
    background: #020617;
    color: #9ca3af;
    padding: 2.7rem 1rem 1.6rem;
    margin-top: 3.3rem;
    border-top: 1px solid #111827;
}

.sec-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    font-size: 0.85rem;
}

.sec-footer-title {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--secfb-white);
    margin-bottom: 0.8rem;
}

.sec-footer-menu,
.sec-footer-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sec-footer-menu li + li {
    margin-top: 0.3rem;
}

.sec-footer-social {
    display: flex;
    gap: 0.4rem;
    margin-top: 0.6rem;
}

.sec-footer-social a {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(148,163,184,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e5e7eb;
}

.sec-footer-newsletter input[type="email"] {
    width: 100%;
    padding: 0.45rem 0.6rem;
    border-radius: 999px;
    border: 1px solid #4b5563;
    background: #020617;
    color: #e5e7eb;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.sec-footer-newsletter button {
    width: 100%;
    border-radius: 999px;
    padding: 0.45rem;
    border: none;
    background: linear-gradient(135deg, var(--secfb-red), #ef4444);
    color: var(--secfb-white);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
}

.sec-footer-bottom {
    max-width: 1200px;
    margin: 1.6rem auto 0;
    font-size: 0.75rem;
    text-align: center;
    border-top: 1px solid #111827;
    padding-top: 0.75rem;
}

/* ===== Responsive ===== */

@media (max-width: 980px) {
    .primary-navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #020617;
        padding: 0.8rem 1rem 1rem;
    }

    .primary-navigation.open {
        display: flex;
        justify-content: center;
    }

    .primary-navigation ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .sec-mobile-menu-toggle {
        display: block;
    }

    .sec-hero-inner {
        grid-template-columns: 1fr;
        padding-top: 3rem;
        padding-bottom: 2.4rem;
    }

    .sec-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sec-team-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .sec-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .sec-articles {
        grid-template-columns: minmax(0, 1fr);
    }

    .sec-footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .sec-featured-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .sec-team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sec-footer-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* === Inline SEC logo in hero title === */
.sec-hero-title {
    margin: 0 0 0.9rem;
    font-size: 2.6rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.sec-hero-word {
    color: #f9fafb;
}

.sec-hero-word:first-child {
    color: var(--secfb-gold);
}

.sec-logo-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sec-logo-inline img {
    height: 40px;
    width: auto;
    display: block;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.7));
    border-radius: 999px;
}

@media (max-width: 640px) {
    .sec-hero-title {
        font-size: 1.9rem;
        letter-spacing: 0.18em;
    }
    .sec-logo-inline img {
        height: 30px;
    }
}

/* === Clean hero heading with SEC logo to the left === */
.sec-hero-heading {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.sec-hero-secmark img {
    height: 48px;
    width: auto;
    display: block;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.5));
    border-radius: 999px;
}

.sec-hero h1 {
    margin: 0;
    font-size: 2.4rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #f9fafb;
}

@media (max-width: 640px) {
    .sec-hero-secmark img {
        height: 36px;
    }
    .sec-hero h1 {
        font-size: 1.9rem;
        letter-spacing: 0.18em;
    }
}

.sec-logotype .logo-badge {
    display: none;
}

.site-logo-link {
    display: flex;
    align-items: center;
}

.site-logo-img {
    height: 52px;
    width: 52px;
    border-radius: 999px;
    display: block;
    box-shadow: 0 4px 10px rgba(0,0,0,0.65);
}


/* === Latest News Ticker === */
.sec-latest-ticker-wrap {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}

.sec-latest-ticker {
    margin-top: 1.5rem;
    overflow: hidden;
    position: relative;
}

.sec-latest-track {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 1.5rem;
    animation: secTickerScroll 40s linear infinite;
    will-change: transform;
}

.sec-latest-ticker:hover .sec-latest-track {
    animation-play-state: paused;
}

.sec-ticker-item {
    flex: 0 0 auto;
}

.sec-ticker-item a {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    white-space: nowrap;
    font-size: 0.9rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: radial-gradient(circle at top left, rgba(248,250,252,0.1), rgba(15,23,42,0.95));
    color: #e5e7eb;
    box-shadow: 0 10px 30px rgba(15,23,42,0.8);
    text-decoration: none;
}

.sec-ticker-item a:hover {
    background: radial-gradient(circle at top left, rgba(248,250,252,0.18), rgba(15,23,42,1));
    color: #f9fafb;
}

.sec-ticker-label {
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    background: #ef4444;
    color: #f9fafb;
}

.sec-ticker-title {
    font-weight: 500;
}

.sec-ticker-date {
    font-size: 0.75rem;
    opacity: 0.7;
}

.sec-ticker-empty {
    color: #4b5563;
    font-size: 0.95rem;
}

@keyframes secTickerScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* === Latest News Ticker: Card Layout === */
.sec-latest-ticker-wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sec-latest-ticker {
    margin-top: 1.75rem;
    overflow: hidden;
    position: relative;
}

.sec-latest-track {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 1.75rem;
    animation: secTickerScroll 45s linear infinite;
    will-change: transform;
}

.sec-latest-ticker:hover .sec-latest-track {
    animation-play-state: paused;
}

.sec-ticker-item {
    flex: 0 0 280px;
}

.sec-ticker-item a {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: radial-gradient(circle at top left, rgba(248,250,252,0.12), rgba(15,23,42,0.98));
    border-radius: 1.25rem;
    overflow: hidden;
    text-decoration: none;
    color: #e5e7eb;
    box-shadow: 0 18px 40px rgba(15,23,42,0.9);
}

.sec-ticker-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.sec-ticker-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sec-ticker-thumb-placeholder {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top left, #1f2937, #020617);
}

.sec-ticker-meta {
    padding: 0.9rem 1rem 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.sec-ticker-label {
    align-self: flex-start;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    padding: 0.18rem 0.6rem;
    border-radius: 999px;
    background: #ef4444;
    color: #f9fafb;
}

.sec-ticker-title {
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.4;
}

.sec-ticker-date {
    font-size: 0.78rem;
    opacity: 0.7;
}

.sec-ticker-empty {
    color: #4b5563;
    font-size: 0.95rem;
}

@keyframes secTickerScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .sec-ticker-item {
        flex: 0 0 240px;
    }
}

/* === Compact brand header like RamsNews === */
.site-header {
    border-bottom: 1px solid rgba(148,163,184,0.25);
}

.sec-top-nav {
    align-items: flex-start;
}

.site-branding {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.site-title-wrap {
    display: flex;
    flex-direction: column;
}

.site-tagline {
    margin: 0.08rem 0 0;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #e5e7eb;
    font-weight: 500;
}


@media (max-width: 768px) {
    .sec-top-nav {
        flex-wrap: wrap;
    }
}

/* === Brand layout + tagline === */
.site-branding {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.site-title-wrap {
    display: flex;
    flex-direction: column;
}

.site-tagline {
    margin: 0.1rem 0 0;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #e5e7eb;
}



.sec-team-logo-abbr {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-team-logo-img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    display: block;
}

.sec-team-logo-abbr {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #111827;
}

/* Team card text */
.sec-team-card span {
    font-size: 0.8rem;
    font-weight: 600;
    color: #111827;
}

.sec-team-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.sec-team-logo-abbr {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #111827;
}

/* Final normalization for team logo images: fill circle consistently */
.sec-team-logo-img {
    width: 130%;
    height: 130%;
    object-fit: cover;
    display: block;
}
