body.template-football-media-horizontal {
    --bg: #f4f0e7;
    --panel: #ffffff;
    --text: #152018;
    --muted: #5f6b62;
    --line: #dfe5dc;
    --dark: #07140d;
    --footer-bg: #07140d;
    --accent: #1b5e20;
    --accent-2: #f0c64a;
    --link: #155d2d;
    background:
        linear-gradient(180deg, rgba(7,20,13,.96) 0, rgba(16,36,23,.92) 350px, var(--bg) 351px),
        var(--bg);
}
body.template-football-media-horizontal .site-strip {
    background: rgba(255,255,255,.06);
    border-bottom-color: rgba(255,255,255,.1);
    color: rgba(255,255,255,.76);
}
body.template-football-media-horizontal .search-trigger {
    border-color: rgba(240,198,74,.45);
    background: #f0c64a;
    color: #0b2114;
}
body.template-football-media-horizontal .topbar {
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
}
body.template-football-media-horizontal .topbar .wrap {
    min-height: 82px;
}
body.template-football-media-horizontal .brand {
    color: #fff;
    font-weight: 950;
}
body.template-football-media-horizontal .brand span {
    color: #f0c64a;
}
body.template-football-media-horizontal .nav > a,
body.template-football-media-horizontal .nav-item > a,
body.template-football-media-horizontal .nav-html-slot > a {
    border: 1px solid transparent;
    color: rgba(255,255,255,.9);
}
body.template-football-media-horizontal .nav a:hover {
    border-color: rgba(240,198,74,.3);
    background: rgba(240,198,74,.12);
}
body.template-football-media-horizontal .nav-item.has-children > a::after {
    border-top-color: #f0c64a;
    filter: drop-shadow(0 1px 0 rgba(0,0,0,.24));
}
body.template-football-media-horizontal .submenu-toggle {
    border-color: rgba(240,198,74,.72);
    background: #f0c64a;
    color: #07140d;
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
}
body.template-football-media-horizontal .submenu-toggle::before {
    border-color: #07140d;
}
body.template-football-media-horizontal .blog-hero {
    padding-top: 22px;
}
body.template-football-media-horizontal .blog-hero-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 56px);
    background:
        linear-gradient(135deg, rgba(12,42,23,.96), rgba(29,79,43,.94)),
        #102417;
    border: 1px solid rgba(255,255,255,.12);
    border-top-color: #f0c64a;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(0,0,0,.26);
    color: #fff;
}
body.template-football-media-horizontal .blog-hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,.055) 1px, transparent 1px);
    background-size: 78px 78px;
    pointer-events: none;
}
/*
body.template-football-media-horizontal .blog-hero-panel::after {
    content: "LIVE BOARD\A FRA        2 - 1        MAR\A BRA        0 - 0        ESP\A ENG        1 - 1        GER";
    position: absolute;
    top: 36px;
    right: 42px;
    width: 282px;
    padding: 22px;
    border-radius: 14px;
    background: rgba(248,250,246,.94);
    color: #102417;
    white-space: pre-line;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 2.55;
}
*/
body.template-football-media-horizontal .blog-hero-panel > * {
    position: relative;
    z-index: 1;
}
body.template-football-media-horizontal .eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 18px;
    border-radius: 999px;
    background: #f0c64a;
    color: #0b2114;
}
body.template-football-media-horizontal .blog-hero-panel h1 {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5.4vw, 64px);
    line-height: .98;
}
body.template-football-media-horizontal .blog-hero-panel p,
body.template-football-media-horizontal .hero-html,
body.template-football-media-horizontal .hero-html p {
    color: #f8f6e8;
    text-shadow: 0 2px 12px rgba(0,0,0,.32);
}
body.template-football-media-horizontal main > .wrap + .blog-hero .blog-hero-panel p,
body.template-football-media-horizontal main > .wrap + .blog-hero .hero-html,
body.template-football-media-horizontal main > .wrap + .blog-hero .hero-html p {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255,255,255,.82);
    box-decoration-break: slice;
    line-height: 1.65;
    text-shadow: 0 2px 12px rgba(0,0,0,.32);
}
body.template-football-media-horizontal .headline-grid {
    gap: 20px;
}
body.template-football-media-horizontal .headline-section {
    position: relative;
    padding-top: 28px;
}
body.template-football-media-horizontal .frontpage-board {
    position: relative;
    gap: 22px;
    padding: 18px;
    border: 1px solid rgba(21,93,45,.16);
    border-radius: 22px;
    background:
        linear-gradient(90deg, rgba(21,93,45,.055) 1px, transparent 1px),
        linear-gradient(0deg, rgba(21,93,45,.05) 1px, transparent 1px),
        linear-gradient(135deg, rgba(255,255,255,.94), rgba(246,250,241,.9));
    background-size: 62px 62px, 62px 62px, auto;
    box-shadow: 0 28px 80px rgba(17,24,39,.12);
}
body.template-football-media-horizontal .frontpage-board::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(21,93,45,.13);
    border-radius: 18px;
    pointer-events: none;
}
body.template-football-media-horizontal .frontpage-board::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: rgba(21,93,45,.12);
    pointer-events: none;
}
body.template-football-media-horizontal .frontpage-lead,
body.template-football-media-horizontal .frontpage-secondary {
    position: relative;
    z-index: 1;
}
body.template-football-media-horizontal .frontpage-lead {
    display: grid;
    grid-template-rows: auto 1fr;
    align-content: start;
    min-height: 0;
    border: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 26px 60px rgba(7,20,13,.22);
    overflow: hidden;
}
body.template-football-media-horizontal .frontpage-lead-media {
    position: relative;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
}
body.template-football-media-horizontal .frontpage-lead-media::after {
    display: none;
}
body.template-football-media-horizontal .frontpage-lead-media img {
    transform: none;
}
body.template-football-media-horizontal .frontpage-lead-copy {
    position: static;
    inset: auto;
    transform: none;
    padding: clamp(18px, 3vw, 28px);
    color: #102417;
}
body.template-football-media-horizontal .frontpage-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f0c64a;
    color: #07140d;
    letter-spacing: .04em;
}
body.template-football-media-horizontal .frontpage-lead h2 {
    max-width: 720px;
    margin: 12px 0;
    color: #102417;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3.4vw, 46px);
    line-height: 1.04;
}
body.template-football-media-horizontal .frontpage-lead p {
    max-width: 620px;
    color: #4b5a50;
    font-size: 16px;
    line-height: 1.55;
}
body.template-football-media-horizontal .frontpage-lead .meta,
body.template-football-media-horizontal .frontpage-lead .meta a {
    color: #4b5a50;
}
body.template-football-media-horizontal .frontpage-secondary {
    align-content: start;
    padding: 18px;
    border: 0;
    border-radius: 18px;
    background: rgba(255,255,255,.82);
    box-shadow: inset 0 0 0 1px rgba(21,93,45,.09);
    backdrop-filter: blur(4px);
}
body.template-football-media-horizontal .frontpage-board-title {
    min-height: 54px;
    border-bottom-color: rgba(21,93,45,.14);
}
body.template-football-media-horizontal .frontpage-board-title span {
    color: #1b5e20;
    letter-spacing: .08em;
}
body.template-football-media-horizontal .frontpage-board-title b {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
}
body.template-football-media-horizontal .frontpage-story {
    position: relative;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 14px;
    padding: 10px;
    border: 1px solid rgba(21,93,45,.08);
    border-radius: 14px;
    background: #fff;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
body.template-football-media-horizontal .frontpage-story:hover {
    transform: translateY(-2px);
    border-color: rgba(240,198,74,.68);
    box-shadow: 0 18px 34px rgba(17,24,39,.1);
}
body.template-football-media-horizontal .frontpage-story-media {
    border-radius: 10px;
}
body.template-football-media-horizontal .frontpage-story-topline span {
    max-width: calc(100% - 34px);
    color: #1b5e20;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.template-football-media-horizontal .frontpage-story-topline b {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f0c64a;
    color: #07140d;
    font-size: 12px;
}
body.template-football-media-horizontal .frontpage-story h3 {
    margin-top: 8px;
    color: #102417;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: 1.15;
}
body.template-football-media-horizontal .headline-card,
body.template-football-media-horizontal .post-row,
body.template-football-media-horizontal .compact-card,
body.template-football-media-horizontal .widget,
body.template-football-media-horizontal .article,
body.template-football-media-horizontal .pagination {
    border-color: rgba(31,41,55,.08);
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(17,24,39,.09);
}
body.template-football-media-horizontal .headline-card {
    display: grid;
    grid-template-rows: auto 1fr;
}
body.template-football-media-horizontal .headline-card h2 {
    padding: 16px;
}
body.template-football-media-horizontal .post-row {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    padding: 20px;
}
body.template-football-media-horizontal .post-thumb,
body.template-football-media-horizontal .compact-thumb,
body.template-football-media-horizontal .headline-thumb,
body.template-football-media-horizontal .article-hero-image {
    border-radius: 12px;
}
body.template-football-media-horizontal .post-copy h2,
body.template-football-media-horizontal .compact-card h2,
body.template-football-media-horizontal .widget h2 {
    font-family: Georgia, "Times New Roman", serif;
}
body.template-football-media-horizontal .post-copy h2 {
    font-size: clamp(22px, 2vw, 30px);
}
body.template-football-media-horizontal .section-title,
body.template-football-media-horizontal .widget h2 {
    border-left-color: #f0c64a;
}
body.template-football-media-horizontal .section-title {
    border-radius: 14px;
    background: #fff;
}
body.template-football-media-horizontal .widget h2 {
    position: relative;
    padding-bottom: 12px;
}
body.template-football-media-horizontal .widget h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 52px;
    height: 3px;
    border-radius: 999px;
    background: #f0c64a;
}
body.template-football-media-horizontal .tag-list a,
body.template-football-media-horizontal .tag-list span,
body.template-football-media-horizontal .footer-tags a,
body.template-football-media-horizontal .footer-tags span {
    border-radius: 999px;
}
body.template-football-media-horizontal .blog-sidebar {
    gap: 22px;
}
body.template-football-media-horizontal .footer {
    margin-top: 40px;
    border-top: 4px solid #f0c64a;
}
@media (max-width: 900px) {
    body.template-football-media-horizontal .frontpage-board {
        grid-template-columns: 1fr;
    }
    body.template-football-media-horizontal .frontpage-board::after {
        display: none;
    }
    body.template-football-media-horizontal .frontpage-lead,
    body.template-football-media-horizontal .frontpage-lead-media {
        min-height: 0;
    }
    body.template-football-media-horizontal .frontpage-lead-copy {
        right: auto;
    }
    body.template-football-media-horizontal .blog-hero-panel::after {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        width: auto;
        margin-top: 24px;
    }
    body.template-football-media-horizontal .post-row {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 640px) {
    body.template-football-media-horizontal .frontpage-board {
        padding: 12px;
        border-radius: 16px;
    }
    body.template-football-media-horizontal .frontpage-board::before {
        inset: 12px;
        border-radius: 13px;
    }
    body.template-football-media-horizontal .frontpage-lead,
    body.template-football-media-horizontal .frontpage-lead-media {
        min-height: 0;
    }
    body.template-football-media-horizontal .frontpage-lead-copy {
        left: auto;
        right: auto;
        top: auto;
    }
    body.template-football-media-horizontal .frontpage-lead h2 {
        font-size: clamp(30px, 10vw, 44px);
    }
    body.template-football-media-horizontal .frontpage-story {
        grid-template-columns: 108px minmax(0, 1fr);
    }
    body.template-football-media-horizontal .frontpage-story h3 {
        font-size: 16px;
    }
}
