:root {
    --horizon-white: #ffffff;
    --horizon-canvas: #f6f7f9;
    --horizon-soft: #f0f2f5;
    --horizon-line: #e1e4e9;
    --horizon-charcoal: #17191f;
    --horizon-muted: #68707c;
    --horizon-pink: #ef174f;
    --horizon-pink-dark: #c90f3e;
    --horizon-pink-soft: #fff0f4;
    --horizon-container: 1280px;
    --horizon-gutter: 24px;
    --horizon-font: Inter, ui-sans-serif, system-ui, -apple-system,
        BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--horizon-canvas);
    color: var(--horizon-charcoal);
    font-family: var(--horizon-font);
    -webkit-font-smoothing: antialiased;
}

body.horizon-menu-open {
    overflow: hidden;
}

a {
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

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

.horizon-site {
    min-height: 100vh;
}

.horizon-container {
    width: min(
        calc(100% - (var(--horizon-gutter) * 2)),
        var(--horizon-container)
    );
    margin-inline: auto;
}

.horizon-skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 500;
    padding: 10px 14px;
    background: var(--horizon-charcoal);
    color: var(--horizon-white);
    text-decoration: none;
    transform: translateY(-150%);
}

.horizon-skip-link:focus {
    transform: translateY(0);
}

.horizon-utility-bar,
.horizon-header {
    --horizon-header-blue: #0757d5;
    --horizon-header-blue-dark: #0343ad;
    --horizon-header-navy: #0b2455;
    --horizon-header-text: #151820;
    --horizon-header-muted: #687184;
    --horizon-header-line: #dce3ed;
    --horizon-header-soft: #f2f6fb;
    --horizon-header-shell: 1760px;
}

.horizon-shell {
    width: min(
        calc(100% - 48px),
        var(--horizon-header-shell)
    );
    margin-inline: auto;
}

/* Utility bar */

.horizon-utility-bar,
.horizon-header {
    --horizon-header-blue: #0757d5;
    --horizon-header-blue-dark: #0343ad;
    --horizon-header-text: #151820;
    --horizon-header-muted: #687184;
    --horizon-header-line: #dce3ed;
    --horizon-header-soft: #f2f6fb;
    --horizon-header-shell: 1280px;
}

.horizon-shell {
    width: min(calc(100% - 40px), var(--horizon-header-shell));
    margin-inline: auto;
}

.horizon-utility-bar {
    min-height: 34px;
    background: linear-gradient(90deg, #0963da 0%, #0349b4 100%);
    color: #ffffff;
}

.horizon-utility-bar__inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.horizon-utility-social,
.horizon-utility-nav {
    min-width: 0;
    display: flex;
    align-items: center;
}

.horizon-utility-social {
    gap: 11px;
}

.horizon-utility-nav {
    gap: 28px;
    margin-left: auto;
}

.horizon-utility-label,
.horizon-utility-link {
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.horizon-utility-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    white-space: nowrap;
}

.horizon-social-link {
    width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    color: #ffffff;
    text-decoration: none;
}

.horizon-social-link svg,
.horizon-utility-link svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.horizon-social-link:hover,
.horizon-social-link:focus-visible,
.horizon-utility-link:hover,
.horizon-utility-link:focus-visible {
    opacity: .76;
}

/* Main station row */

.horizon-header {
    position: relative;
    z-index: 50;
    width: 100%;
    background: #ffffff;
}

.horizon-header [hidden] {
    display: none !important;
}

.horizon-station-branding {
    background: #ffffff;
}

.horizon-station-branding__inner {
    min-height: 128px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: center;
    gap: 32px;
    padding-block: 13px 8px;
}

.horizon-logo {
    position: relative;
    width: 220px;
    min-width: 0;
    min-height: 106px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

.horizon-logo__image {
    width: auto;
    max-width: 215px;
    max-height: 106px;
    object-fit: contain;
    object-position: left center;
}

.horizon-logo__fallback {
    display: none;
    max-width: 215px;
    color: var(--horizon-header-blue);
    font-size: 38px;
    font-weight: 950;
    letter-spacing: -.05em;
    line-height:950;
    letter-spacing: .9;
    text-transform: uppercase;
}

.horizon-logo__image.horizon-image-is-missing {
    display: none;
}

.horizon-logo__image.horizon-image-is-missing
+ .horizon-logo__fallback,
.horizon-logo:not(:has(.horizon-logo__image))
.horizon-logo__fallback {
    display: block;
}

.horizon-header-panels {
    min-width: 0;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: center;
    gap: 26px;
}

.horizon-header-panels--without-on-air.horizon-header-panels--without-now-playing {
    grid-template-columns: 220px;
    justify-content: end;
}

.horizon-listen-card {
    min-width: 0;
    min-height: 88px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: );
    align-items: center;
   15px 19px;
    border-radius: 4px;
    background: var(--horizon-header-blue);
    color: #ffffff !important;
    text-decoration: none;
}

.horizon-listen-card:hover,
.horizon-listen-card:focus-visible {
    background: var(--horizon-header-blue-dark);
}

.horizon-listen-card__icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
}

.horizon-listen-card__icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.horizon-listen-card__content {
    min-width: 0;
}

.horizon-listen-card strong,
.horizon-listen-card__content > span {
    display: block;
}

.horizon-listen-card strong {
    font-size: 15px;
    font-weight: 950;
    letter-spacing: .015em;
    line-height: 1;
    text-transform: uppercase;
}

.horizon-listen-card__content > span {
    overflow: hidden;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Combined On Air and Now Playing panel */

.horizon-status-panel {
    min-width: 0;
    min-height: 88px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--horizon-header-line);
    border-radius: 5px;
    background: #ffffff;
}

.horizon-status-panel--1 {
    grid-template-columns: minmax(0, 1fr);
}

.horizon-status-card {
    min-width: 0;
    min-height: 86px;
    background: #ffffff;
}

.horizon-on-air {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: center;
}

.horizon-now-playing {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 9px 16px;
}

.horizon-status-panel--2 .horizon-now-playing {
    border-left: 1px solid var(--horizon-header-line);
}

.horizon-status-card__image {
    position: relative;
    overflow: hidden;
    background: var(--horizon-header-soft);
}

.horizon-status-card__image--presenter {
    width: 150px;
    height: 86px;
}

.horizon-status-card__image--artwork {
    width: 70px;
    height: 70px;
    border-radius: 3px;
}

.horizon-status-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.horizon-status-card__image--presenter img {
    object-position: center top;
}

.horizon-image-fallback {
    position: absolute;
    inset: 0;
    display: none;
    place-items: center;
    background: #edf3fd;
    color: var(--horizon-header-blue);
    font-size: 20px;
    font-weight: 950;
}

.horizon-status-card__image--fallback .horizon-image-fallback,
.horizon-status-card__image:has(.horizon-image-is-missing)
.horizon-image-fallback {
    display: grid;
}

.horizon-status-card__image .horizon-image-is-missing {
    display: none;
}

.horizon-status-card__body {
    min-width: 0;
    padding: 10px 16px;
}

.horizon-now-playing .horizon-status-card__body {
    padding: 0;
}

.horizon-status-card__eyebrow {
    margin: 0 0 6px;
    color: var(--horizon-header-blue);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .045em;
    line-height: 1;
    text-transform: uppercase;
}

.horizon-status-card__title {
    overflow: hidden;
    margin: 0;
    color: var(--horizon-header-text);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.16;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.horizon-status-card__meta,
.horizon-status-card__time {
    overflow: hidden;
    margin: 4px 0 0;
    color: var(--horizon-header-muted);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.12;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.horizon-equaliser {
    height: 27px;
    align-self: end;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    color: var(--horizon-header-blue);
}

.horizon-equaliser span {
    width: 3px;
    display: block;
    background: currentColor;
    border-radius: 1px;
}

.horizon-equaliser span:nth-child(1) { height: 9px; }
.horizon-equaliser span:nth-child(2) { height: 17px; }
.horizon-equaliser span:nth-child(3) { height: 25px; }
.horizon-equaliser span:nth-child(4) { height: 14px; }

/* Desktop navigation */

.horizon-navigation {
    position: relative;
    border-bottom: 1px solid var(--horizon-header-line);
    background: #ffffff;
}

.horizon-navigation__inner {
    min-height: 43px;
    display: flex;
    align-items: stretch;
    padding-left: 252px;
}

.horizon-navigation__list {
    min-width: 0;
    display: flex;
    align-items: stretch;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.horizon-navigation__item {
    position: relative;
    display: flex;
    align-items: stretch;
}

.horizon-navigation__link,
.horizon-navigation__button {
    position: relative;
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--horizon-header-text);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .015em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.horizon-navigation__link::after,
.horizon-navigation__button::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: var(--horizon-header-blue);
    content: "";
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .16s ease;
}

.horizon-navigation__link:hover,
.horizon-navigation__link:focus-visible,
.horizon-navigation__link--active,
.horizon-navigation__button:hover,
.horizon-navigation__button:focus-visible,
.horizon-navigation__button--active,
.horizon-navigation__button[aria-expanded="true"] {
    color: var(--horizon-header-blue);
}

.horizon-navigation__link:hover::after,
.horizon-navigation__link:focus-visible::after,
.horizon-navigation__link--active::after,
.horizon-navigation__button:hover::after,
.horizon-navigation__button:focus-visible::after,
.horizon-navigation__button--active::after,
.horizon-navigation__button[aria-expanded="true"]::after {
    transform: scaleX(1);
}

.horizon-navigation__chevron {
    font-size: 11px;
    transform: translateY(-1px);
}

.horizon-dropdown {
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    z-index: 80;
    width: 220px;
    padding: 7px;
    border: 1px solid var(--horizon-header-line);
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(10, 31, 68, .12);
    transform: translateX(-50%);
}

.horizon-dropdown__link {
    display: block;
    padding: 10px 11px;
    border-radius: 3px;
    color: var(--horizon-header-text);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.horizon-dropdown__link:hover,
.horizon-dropdown__link:focus-visible,
.horizon-dropdown__link.is-active {
    background: var(--horizon-header-soft);
    color: var(--horizon-header-blue);
}

/* Mobile header and drawer */

.horizon-mobile-menu-button {
    display: none;
    min-width: 48px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--horizon-header-line);
    border-radius: 5px;
    background: #ffffff;
    color: var(--horizon-header-text);
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.horizon-mobile-menu-button__lines,
.horizon-mobile-menu-button__lines::before,
.horizon-mobile-menu-button__lines::after {
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 2px;
    background: currentColor;
}

.horizon-mobile-menu-button__lines {
    position: relative;
}

.horizon-mobile-menu-button__lines::before,
.horizon-mobile-menu-button__lines::after {
    position: absolute;
    left: 0;
    content: "";
}

.horizon-mobile-menu-button__lines::before {
    top: -6px;
}

.horizon-mobile-menu-button__lines::after {
    top: 6px;
}

.horizon-mobile-backdrop {
    position: fixed;
    inset: 0;
    z-index: 180;
    background: rgba(8, 19, 43, .54);
}

.horizon-mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 190;
    width: min(390px, 100vw);
    height: 100dvh;
    overflow-y: auto;
    background: #ffffff;
    box-shadow: -20px 0 60px rgba(5, 18, 44, .2);
    transform: translateX(100%);
    transition: transform .22s ease;
}

.horizon-mobile-drawer--open {
    transform: translateX(0);
}

.horizon-mobile-drawer__header {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    border-bottom: 1px solid var(--horizon-header-line);
}

.horizon-mobile-drawer__logo {
    max-width: 180px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.horizon-mobile-drawer__logo img {
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
}

.horizon-mobile-close {
    width: 44px;
    height: 44px;
    border: 1px solid var(--horizon-header-line);
    border-radius: 5px;
    background: #ffffff;
    color: var(--horizon-header-text);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.horizon-mobile-listen {
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px;
    padding: 0 18px;
    border-radius: 5px;
    background: var(--horizon-header-blue);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.horizon-mobile-nav {
    padding: 0 20px 24px;
}

.horizon-mobile-nav__link,
.horizon-mobile-folder__button {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid var(--horizon-header-line);
    background: transparent;
    color: var(--horizon-header-text);
    font-size: 15px;
    font-weight: 900;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.horizon-mobile-nav__link--active {
    color: var(--horizon-header-blue);
}

.horizon-mobile-folder__panel {
    padding: 8px 0 12px 14px;
    border-bottom: 1px solid var(--horizon-header-line);
}

.horizon-mobile-folder__panel a {
    display: block;
    padding: 10px 0;
    color: var(--horizon-header-muted);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.horizon-mobile-now {
    margin: 0 20px 24px;
    padding: 16px;
    border: 1px solid var(--horizon-header-line);
    border-radius: 6px;
    background: var(--horizon-header-soft);
}

.horizon-mobile-now__label {
    margin: 0 0 6px;
    color: var(--horizon-header-blue);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.horizon-mobile-now strong,
.horizon-mobile-now span {
    display: block;
}

.horizon-mobile-now span {
    margin-top: 4px;
    color: var(--horizon-header-muted);
    font-size: 14px;
}

/* Header responsiveness */

@media (max-width: 1120px) {
    .horizon-station-branding__inner {
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 22px;
    }

    .horizon-logo {
        width: 190px;
    }

    .horizon-logo__image {
        max-width: 185px;
        max-height: 92px;
    }

    .horizon-header-panels {
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 18px;
    }

    .horizon-on-air {
        grid-template-columns: 118px minmax(0, 1fr);
    }

    .horizon-status-card__image--presenter {
        width: 118px;
    }

    .horizon-navigation__inner {
        padding-left: 212px;
    }

    .horizon-navigation__list {
        gap: 22px;
    }
}

@media (max-width: 860px) {
    .horizon-shell {
        width: min(calc(100% - 28px), var(--horizon-header-shell));
    }

    .horizon-utility-bar,
    .horizon-utility-bar__inner {
        min-height: 38px;
    }

    .horizon-utility-social .horizon-social-link {
        display: none;
    }

    .horizon-utility-nav {
        gap: 14px;
    }

    .horizon-station-branding__inner {
        min-height: auto;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 14px;
        padding-block: 15px;
    }

    .horizon-logo {
        width: 180px;
        min-height: auto;
    }

    .horizon-logo__image {
        max-width: 180px;
        max-height: 68px;
    }

    .horizon-mobile-menu-button {
        display: inline-flex;
    }

    .horizon-header-panels {
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .horizon-listen-card {
        min-height: 62px;
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 12px 16px;
    }

    .horizon-listen-card__icon {
        width: 36px;
        height: 36px;
    }

    .horizon-status-panel {
        grid-template-columns: minmax(0, 1fr);
    }

    .horizon-status-panel--2 .horizon-now-playing {
        border-top: 1px solid var(--horizon-header-line);
        border-left: 0;
    }

    .horizon-on-air {
        grid-template-columns: 90px minmax(0, 1fr);
    }

    .horizon-status-card__image--presenter {
        width: 90px;
    }

    .horizon-navigation {
        display: none;
    }
}

@media (max-width: 520px) {
    .horizon-utility-label,
    .horizon-utility-social {
        display: none;
    }

    .horizon-utility-bar__inner {
        justify-content: flex-end;
    }

    .horizon-logo,
    .horizon-logo__image {
        max-width: 154px;
    }

    .horizon-mobile-menu-button__text {
        display: none;
    }

    .horizon-now-playing {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .horizon-status-card__image--artwork {
        width: 58px;
        height: 58px;
    }

    .horizon-equaliser {
        display: none;
    }
}

/* Keep the homepage content on its existing 1280px grid. */

.horizon-main {
    width: min(
        calc(100% - (var(--horizon-gutter) * 2)),
        var(--horizon-container)
    );
    min-height: 48px;
    margin-inline: auto;
}

/* Horizon homepage: live hero and Recently Played */
.horizon-main {
    padding-block: 26px 44px;
}

.horizon-home-feature {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(300px, .88fr);
    align-items: start;
    gap: 18px;
}

.horizon-home-feature--hero-only {
    grid-template-columns: minmax(0, 1fr);
}

.horizon-hero {
    position: relative;
    min-width: 0;
    min-height: 455px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    isolation: isolate;
    background:
        linear-gradient(
            122deg,
            #9e0b34 0%,
            var(--horizon-pink) 54%,
            #ff527c 100%
        );
    color: var(--horizon-white);
}

.horizon-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(
            90deg,
            rgba(23, 25, 31, .94) 0%,
            rgba(23, 25, 31, .79) 39%,
            rgba(23, 25, 31, .25) 68%,
            rgba(23, 25, 31, .04) 100%
        );
    content: "";
}

.horizon-hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.horizon-hero__media[
    data-horizon-hero-image-source="show"
] {
    background-position: center top;
}

.horizon-hero__geometry {
    position: absolute;
    top: -14%;
    right: 17%;
    bottom: -19%;
    z-index: -1;
    width: 32%;
    border: 24px solid rgba(255, 255, 255, .11);
    content: "";
    pointer-events: none;
    transform: skewX(-12deg);
}

.horizon-hero__geometry::after {
    position: absolute;
    top: 22%;
    right: -85%;
    width: 140%;
    height: 55%;
    background: rgba(255, 255, 255, .07);
    content: "";
    transform: skewX(17deg);
}

.horizon-hero__content {
    width: min(56%, 570px);
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(34px, 5vw, 68px);
}

.horizon-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 18px;
    padding: 6px 11px;
    background: var(--horizon-white);
    color: var(--horizon-pink);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .075em;
    line-height: 1;
    text-transform: uppercase;
}

.horizon-hero h1 {
    max-width: 700px;
    margin: 0;
    color: var(--horizon-white);
    font-size: clamp(38px, 5.2vw, 72px);
    font-weight: 950;
    letter-spacing: -.055em;
    line-height: .94;
    text-wrap: balance;
}

.horizon-hero__presenter {
    margin: 12px 0 0;
    color: var(--horizon-white);
    font-size: clamp(20px, 2.15vw, 31px);
    font-weight: 850;
    letter-spacing: -.025em;
    line-height: 1.08;
}

.horizon-hero__time {
    margin: 17px 0 0;
    color: var(--horizon-white);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.horizon-hero__copy {
    max-width: 470px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .92);
    font-size: 17px;
    font-weight: 520;
    line-height: 1.48;
}

.horizon-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 11px;
    margin-top: 28px;
}

.horizon-hero__listen,
.horizon-hero__promo-action {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 17px;
    border: 2px solid var(--horizon-white);
    background: var(--horizon-white);
    color: var(--horizon-charcoal);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.horizon-hero__listen:hover,
.horizon-hero__listen:focus-visible {
    background: var(--horizon-pink);
    color: var(--horizon-white);
}

.horizon-hero__listen svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

.horizon-hero__promo-action {
    background: transparent;
    color: var(--horizon-white);
}

.horizon-hero__promo-action:hover,
.horizon-hero__promo-action:focus-visible {
    background: var(--horizon-white);
    color: var(--horizon-charcoal);
}

.horizon-track-column {
    min-width: 0;
    align-self: start;
    display: grid;
    gap: 14px;
}

.horizon-now {
    min-width: 0;
    padding: 18px 20px 20px;
    background: #ffffff;
    border: 1px solid #e2e6ec;
    border-radius: 7px;
}

.horizon-now h2 {
    margin: 0;
    color: #0757d5;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .015em;
    line-height: 1.25;
    text-transform: uppercase;
}

.horizon-now__body {
    min-width: 0;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) auto;
    align-items: end;
    gap: 18px;
    margin-top: 12px;
}

.horizon-now__artwork {
    width: 96px;
    height: 96px;
    overflow: hidden;
    background: #eef0f3;
    border-radius: 4px;
}

.horizon-now__artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.horizon-now__artwork span {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: #eef0f3;
    color: #0757d5;
}

.horizon-now__artwork svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}

.horizon-now__copy {
    min-width: 0;
    align-self: center;
}

.horizon-now__copy strong,
.horizon-now__copy span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.horizon-now__copy strong {
    color: #20232b;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.horizon-now__copy span {
    margin-top: 5px;
    color: #727886;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.horizon-now__copy a {
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    padding: 7px 12px;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
    color: #0757d5;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.horizon-now__copy a:hover,
.horizon-now__copy a:focus-visible {
    border-color: #0757d5;
}

.horizon-now__bars {
    height: 30px;
    display: flex;
    align-items: flex-end;
    gap: 3px;
    color: #0757d5;
}

.horizon-now__bars i {
    width: 3px;
    display: block;
    background: currentColor;
}

.horizon-now__bars i:nth-child(1) {
    height: 10px;
}

.horizon-now__bars i:nth-child(2) {
    height: 18px;
}

.horizon-now__bars i:nth-child(3) {
    height: 25px;
}

.horizon-now__bars i:nth-child(4) {
    height: 16px;
}

@media (max-width: 600px) {
    .horizon-now {
        padding: 16px;
    }

    .horizon-now__body {
        grid-template-columns: 78px minmax(0, 1fr) auto;
        gap: 12px;
    }

    .horizon-now__artwork {
        width: 78px;
        height: 78px;
    }
}

.horizon-recent {
    min-width: 0;
    align-self: start;
    display: block;
    padding: 10px 15px 8px;
    background: #ffffff;
    border: 1px solid #e2e6ec;
    border-radius: 7px;
}

.horizon-recent__head {
    display: block;
    min-height: 0;
    padding: 0;
    border: 0;
}

.horizon-recent__head h2 {
    margin: 0;
    color: #0757d5;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .015em;
    line-height: 1.25;
    text-transform: uppercase;
}

.horizon-recent__tracks {
    min-width: 0;
    display: grid;
    margin-top: 7px;
}

.horizon-recent-track {
    min-width: 0;
    min-height: 44px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 4px 0;
    border: 0;
}

.horizon-recent-track__artwork {
    width: 36px;
    height: 36px;
    overflow: hidden;
    background: #eef0f3;
    border-radius: 3px;
}

.horizon-recent-track__artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.horizon-recent-track__artwork span {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: #eef0f3;
    color: #0757d5;
}

.horizon-recent-track__artwork svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.horizon-recent-track__copy {
    min-width: 0;
}

.horizon-recent-track__copy strong,
.horizon-recent-track__copy span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.horizon-recent-track__copy strong {
    color: #20232b;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
}

.horizon-recent-track__copy span {
    margin-top: 2px;
    color: #727886;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
}

.horizon-recent-track__time {
    align-self: center;
    padding: 0;
    color: #747b89;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.horizon-recent__more {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-top: 3px;
    padding: 2px 0 0;
    color: #0757d5;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .015em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.horizon-recent__more:hover,
.horizon-recent__more:focus-visible {
    color: #0341a9;
}

.horizon-recent__more svg {
    width: 11px;
    height: 11px;
    fill: currentColor;
}

@media (max-width: 1080px) {
    .horizon-home-feature {
        grid-template-columns: minmax(0, 1.7fr) minmax(285px, .9fr);
    }

    .horizon-hero__content {
        width: min(64%, 540px);
        padding: 42px;
    }

    .horizon-hero h1 {
        font-size: clamp(38px, 5vw, 59px);
    }
}

@media (max-width: 860px) {
    .horizon-main {
        padding-block: 18px 34px;
    }

    .horizon-home-feature,
    .horizon-home-feature--hero-only {
        grid-template-columns: minmax(0, 1fr);
    }

    .horizon-hero {
        min-height: 470px;
    }

    .horizon-hero__content {
        width: min(72%, 540px);
        padding: 42px;
    }

    .horizon-recent {
        min-height: auto;
    }
}

@media (max-width: 600px) {
    .horizon-main {
        padding-block: 14px 28px;
    }

    .horizon-home-feature {
        gap: 14px;
    }

    .horizon-hero {
        min-height: 510px;
        align-items: flex-end;
    }

    .horizon-hero::before {
        background:
            linear-gradient(
                0deg,
                rgba(23, 25, 31, .96) 0%,
                rgba(23, 25, 31, .88) 42%,
                rgba(23, 25, 31, .24) 77%,
                rgba(23, 25, 31, .06) 100%
            );
    }

    .horizon-hero__media[
        data-horizon-hero-image-source="show"
    ] {
        background-position: center top;
    }

    .horizon-hero__geometry {
        top: -22%;
        right: -3%;
        bottom: 37%;
        width: 44%;
    }

    .horizon-hero__content {
        width: 100%;
        justify-content: flex-end;
        padding: 28px 24px;
    }

    .horizon-hero__eyebrow {
        margin-bottom: 13px;
    }

    .horizon-hero h1 {
        font-size: clamp(36px, 13vw, 52px);
    }

    .horizon-hero__presenter {
        font-size: 21px;
    }

    .horizon-hero__copy {
        font-size: 15px;
        line-height: 1.42;
    }

    .horizon-hero__actions {
        margin-top: 22px;
    }

    .horizon-recent {
        padding: 10px 12px 8px;
    }

    .horizon-recent-track {
        grid-template-columns: 36px minmax(0, 1fr) auto;
        gap: 10px;
    }

    .horizon-recent-track__artwork {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 390px) {
    .horizon-hero__actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .horizon-hero__listen,
    .horizon-hero__promo-action {
        width: 100%;
    }

    .horizon-recent-track {
        grid-template-columns: 34px minmax(0, 1fr) auto;
        gap: 9px;
    }

    .horizon-recent-track__artwork {
        width: 34px;
        height: 34px;
    }

    .horizon-recent-track__time {
        grid-column: auto;
        padding-top: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}


/* === Horizon approved desktop geometry === */

@media (min-width: 1121px) {
    body[data-theme="horizon"] {
        --horizon-container: 1280px;
        --horizon-gutter: 20px;
    }

    .horizon-utility-bar,
    .horizon-header {
        --horizon-header-shell: 1280px;
    }

    .horizon-shell {
        width: min(calc(100% - 40px), 1280px);
    }

    .horizon-utility-bar,
    .horizon-utility-bar__inner {
        min-height: 34px;
        height: 34px;
    }

    .horizon-station-branding__inner {
        min-height: 128px;
        height: 128px;
        grid-template-columns:
            230px
            230px
            minmax(300px, 1fr)
            minmax(260px, 320px);
        align-items: center;
        gap: 28px;
        padding: 0;
    }

    .horizon-logo {
        grid-column: 1;
        width: 230px;
        height: 96px;
        min-height: 96px;
    }

    .horizon-logo__image {
        width: auto;
        max-width: 230px;
        max-height: 96px;
    }

    .horizon-header-panels,
    .horizon-status-panel {
        display: contents;
    }

    .horizon-listen-card {
        grid-column: 2;
        width: 230px;
        min-height: 76px;
        height: 76px;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 14px;
        padding: 16px 22px;
        border-radius: 4px;
    }

    .horizon-listen-card__icon {
        width: 40px;
        height: 40px;
        border-width: 2px;
    }

    .horizon-listen-card strong {
        font-size: 15px;
    }

    .horizon-listen-card__content > span {
        margin-top: 5px;
        font-size: 11px;
    }

    .horizon-status-card {
        min-height: 76px;
        height: 76px;
        overflow: hidden;
        border: 1px solid var(--horizon-header-line);
        border-radius: 5px;
    }

    .horizon-on-air {
        grid-column: 3;
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .horizon-now-playing {
        grid-column: 4;
        grid-template-columns: 76px minmax(0, 1fr) auto;
        gap: 14px;
        padding: 0 16px 0 0;
    }

    .horizon-status-panel--2 .horizon-now-playing {
        border-left: 1px solid var(--horizon-header-line);
    }

    .horizon-status-card__image--presenter,
    .horizon-status-card__image--artwork {
        width: 76px;
        height: 76px;
        border-radius: 0;
    }

    .horizon-status-card__body {
        padding: 10px 16px;
    }

    .horizon-now-playing .horizon-status-card__body {
        padding: 0;
    }

    .horizon-status-card__eyebrow {
        margin-bottom: 6px;
        font-size: 10px;
    }

    .horizon-status-card__title {
        font-size: 14px;
    }

    .horizon-status-card__meta,
    .horizon-status-card__time {
        margin-top: 4px;
        font-size: 11px;
    }

    .horizon-equaliser {
        height: 26px;
        margin-right: 2px;
    }

    .horizon-navigation__inner {
        min-height: 56px;
        height: 56px;
        padding-left: 258px;
    }

    .horizon-navigation__list {
        gap: 36px;
    }

    .horizon-navigation__link,
    .horizon-navigation__button {
        min-height: 56px;
        font-size: 14px;
        letter-spacing: 0;
    }

    .horizon-navigation__link::after,
    .horizon-navigation__button::after {
        height: 3px;
    }
}


/* === Horizon approved desktop hero === */

@media (min-width: 861px) {
    .horizon-main {
        width: min(calc(100% - 40px), var(--horizon-container));
        padding-block: 8px 38px;
    }

    .horizon-home-feature {
        grid-template-columns:
            minmax(0, 916px)
            minmax(0, 354px);
        gap: 10px;
    }

    .horizon-home-feature--hero-only {
        grid-template-columns: minmax(0, 1fr);
    }

    .horizon-hero {
        min-height: 292px;
        height: 292px;
        border-radius: 6px;
        background:
            linear-gradient(
                120deg,
                #0865e5 0%,
                #0757d5 48%,
                #0b73ed 100%
            );
    }

    .horizon-hero::before {
        z-index: -1;
        background:
            linear-gradient(
                90deg,
                rgba(5, 83, 204, .98) 0%,
                rgba(5, 89, 214, .96) 35%,
                rgba(5, 96, 223, .68) 52%,
                rgba(5, 96, 223, .12) 72%,
                rgba(5, 96, 223, 0) 100%
            );
    }

    .horizon-hero__media {
        top: 0;
        right: 0;
        bottom: 0;
        left: 36%;
        background-position: center top;
        background-size: cover;
    }

    .horizon-hero__geometry {
        top: -35%;
        right: 18%;
        bottom: -38%;
        width: 31%;
        border-width: 18px;
        border-color: rgba(255, 255, 255, .10);
    }

    .horizon-hero__geometry::after {
        top: 27%;
        right: -86%;
        height: 50%;
        background: rgba(255, 255, 255, .07);
    }

    .horizon-hero__content {
        width: 45%;
        justify-content: center;
        padding: 24px 28px;
    }

    .horizon-hero__eyebrow {
        min-height: 24px;
        margin-bottom: 13px;
        padding: 5px 10px;
        border-radius: 2px;
        color: #0757d5;
        font-size: 10px;
        letter-spacing: .04em;
    }

    .horizon-hero h1 {
        max-width: 410px;
        font-size: 44px;
        letter-spacing: -.045em;
        line-height: .96;
    }

    .horizon-hero__presenter {
        margin-top: 7px;
        font-size: 25px;
        letter-spacing: -.03em;
        line-height: 1.04;
    }

    .horizon-hero__copy {
        max-width: 310px;
        margin-top: 14px;
        font-size: 15px;
        line-height: 1.32;
    }

    .horizon-hero__actions {
        margin-top: 17px;
    }

    .horizon-hero__primary-action {
        min-height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 17px;
        border: 1px solid #d8e1ef;
        border-radius: 3px;
        background: #ffffff;
        color: #0757d5;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .02em;
        line-height: 1;
        text-decoration: none;
        text-transform: uppercase;
    }

    .horizon-hero__primary-action:hover,
    .horizon-hero__primary-action:focus-visible {
        background: #0757d5;
        border-color: #ffffff;
        color: #ffffff;
    }

    .horizon-hero__dots {
        position: absolute;
        right: 17px;
        bottom: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .horizon-hero__dots span {
        width: 9px;
        height: 9px;
        border: 2px solid rgba(255, 255, 255, .92);
        border-radius: 50%;
        background: transparent;
    }

    .horizon-hero__dots .is-active {
        background: #ffffff;
    }

    .horizon-track-column {
        height: 292px;
        grid-template-rows: 122px 160px;
        gap: 10px;
    }

    .horizon-now {
        height: 122px;
        padding: 13px 15px;
        border-radius: 6px;
    }

    .horizon-now h2 {
        font-size: 12px;
    }

    .horizon-now__body {
        grid-template-columns: 64px minmax(0, 1fr) auto;
        gap: 12px;
        margin-top: 9px;
    }

    .horizon-now__artwork {
        width: 64px;
        height: 64px;
        border-radius: 3px;
    }

    .horizon-now__copy strong {
        font-size: 13px;
    }

    .horizon-now__copy span {
        margin-top: 3px;
        font-size: 11px;
    }

    .horizon-now__copy a {
        min-height: 24px;
        margin-top: 8px;
        padding: 5px 8px;
        font-size: 8px;
    }

    .horizon-now__bars {
        height: 25px;
        gap: 2px;
    }

    .horizon-recent {
        height: 160px;
        overflow: hidden;
        padding: 10px 14px 7px;
        border-radius: 6px;
    }

    .horizon-recent__head h2 {
        font-size: 12px;
    }

    .horizon-recent__tracks {
        margin-top: 5px;
    }

    .horizon-recent-track {
        min-height: 34px;
        grid-template-columns: 30px minmax(0, 1fr) auto;
        gap: 9px;
        padding: 2px 0;
    }

    .horizon-recent-track__artwork {
        width: 30px;
        height: 30px;
    }

    .horizon-recent-track__copy strong {
        font-size: 10px;
    }

    .horizon-recent-track__copy span,
    .horizon-recent-track__time {
        font-size: 9px;
    }

    .horizon-recent__more {
        margin-top: 1px;
        padding-top: 0;
        font-size: 9px;
    }
}

/* Match the desktop music column exactly to the hero height */
@media (min-width: 861px) {
    .horizon-home-feature {
        align-items: stretch;
    }

    .horizon-hero,
    .horizon-track-column {
        height: 292px;
    }

    .horizon-track-column {
        align-self: stretch;
        grid-template-rows:
            minmax(0, 43fr)
            minmax(0, 57fr);
    }

    .horizon-now,
    .horizon-recent {
        height: 100%;
        min-height: 0;
    }
}

/* Horizon desktop music cards: borderless alignment */
@media (min-width: 861px) {
    .horizon-now,
    .horizon-recent {
        border: 0;
        border-radius: 0;
    }
}


/* === Horizon joined header status panel === */

@media (min-width: 1121px) {
    .horizon-status-panel {
        grid-column: 3 / 5;
        min-width: 0;
        width: 100%;
        height: 76px;
        min-height: 76px;
        display: grid;
        grid-template-columns:
            minmax(300px, 1fr)
            minmax(260px, 320px);
        gap: 0;
        overflow: hidden;
        border: 1px solid var(--horizon-header-line);
        border-radius: 5px;
        background: #ffffff;
    }

    .horizon-status-panel--1 {
        grid-template-columns: minmax(0, 1fr);
    }

    .horizon-status-card {
        width: 100%;
        height: 76px;
        min-height: 76px;
        border: 0;
        border-radius: 0;
    }

    .horizon-on-air {
        grid-column: auto;
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .horizon-now-playing {
        grid-column: auto;
        grid-template-columns: 76px minmax(0, 1fr) auto;
        border: 0;
        border-left: 1px solid var(--horizon-header-line) !important;
        border-radius: 0;
    }

    .horizon-status-panel--1 .horizon-now-playing {
        border-left: 0 !important;
    }
}


/* === Horizon inset status divider === */

@media (min-width: 1121px) {
    .horizon-now-playing {
        position: relative;
        padding-left: 24px;
        border-left: 0 !important;
    }

    .horizon-now-playing::before {
        position: absolute;
        top: 14px;
        bottom: 14px;
        left: 0;
        width: 1px;
        background: var(--horizon-header-line);
        content: "";
    }

    .horizon-status-panel--1 .horizon-now-playing::before {
        display: none;
    }
}


/* === Horizon featured shows strip === */

.horizon-featured-shows {
    margin-top: 12px;
    overflow: hidden;
    border: 1px solid #dce3ed;
    border-radius: 6px;
    background: #ffffff;
}

.horizon-featured-shows__label {
    display: flex;
    align-items: center;
    min-height: 82px;
    padding: 18px 22px;
    background: #075bd8;
    color: #ffffff;
}

.horizon-featured-shows__label h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1.25;
    text-transform: uppercase;
}

.horizon-featured-shows__items {
    display: grid;
    grid-auto-columns: minmax(250px, 82vw);
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
}

.horizon-featured-show {
    min-width: 0;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 118px;
    padding: 8px 16px 8px 8px;
    border-right: 1px solid #e2e7ef;
    color: #171a22;
    text-decoration: none;
}

.horizon-featured-show:hover,
.horizon-featured-show:focus-visible {
    background: #f6f9fe;
}

.horizon-featured-show__media {
    width: 92px;
    height: 102px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: end;
    background: #edf3fc;
    color: #075bd8;
    font-size: 32px;
    font-weight: 900;
}

.horizon-featured-show__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.horizon-featured-show__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.horizon-featured-show__copy strong {
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
}

.horizon-featured-show__presenter {
    margin-top: 2px;
    color: #171a22;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.horizon-featured-show__days {
    margin-top: 8px;
    color: #6f7788;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

.horizon-featured-show__time {
    margin-top: 2px;
    color: #6f7788;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

.horizon-featured-shows__all {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 14px 18px;
    border-top: 1px solid #e2e7ef;
    color: #075bd8;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.horizon-featured-shows__all:hover,
.horizon-featured-shows__all:focus-visible {
    background: #f6f9fe;
}

.horizon-featured-shows__all span:last-child {
    font-size: 22px;
    line-height: 1;
}

@media (min-width: 861px) {
    .horizon-featured-shows {
        height: 132px;
        display: grid;
        grid-template-columns: 118px minmax(0, 1fr) 72px;
    }

    .horizon-featured-shows__label {
        min-height: 130px;
        padding: 18px 13px;
        clip-path: polygon(
            0 0,
            78% 0,
            100% 100%,
            0 100%
        );
    }

    .horizon-featured-shows__label h2 {
        font-size: 15px;
        line-height: 1.3;
    }

    .horizon-featured-shows__items {
        min-width: 0;
        grid-auto-flow: initial;
        grid-auto-columns: initial;
        grid-template-columns: repeat(
            var(--horizon-featured-count),
            minmax(0, 1fr)
        );
        overflow: hidden;
    }

    .horizon-featured-show {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 11px;
        min-height: 130px;
        padding: 7px 10px 0;
    }

    .horizon-featured-show__media {
        width: 88px;
        height: 116px;
    }

    .horizon-featured-show__copy strong {
        font-size: 11px;
    }

    .horizon-featured-show__presenter {
        font-size: 10px;
    }

    .horizon-featured-show__days {
        margin-top: 7px;
        font-size: 9px;
    }

    .horizon-featured-show__time {
        font-size: 9px;
    }

    .horizon-featured-shows__all {
        min-height: 130px;
        padding: 10px 7px;
        border-top: 0;
        font-size: 8px;
    }

    .horizon-featured-shows__all span:last-child {
        font-size: 17px;
    }
}


/* === Horizon featured shows cleanup === */

.horizon-featured-shows {
    border: 0;
}

@media (min-width: 861px) {
    .horizon-featured-show {
        height: 132px;
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 0;
        padding: 0 12px 0 0;
        border-right: 1px solid #e2e7ef;
    }

    .horizon-featured-show__media {
        width: 96px;
        height: 132px;
        align-self: stretch;
        margin: 0;
        border-radius: 0;
    }

    .horizon-featured-show__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .horizon-featured-show__copy {
        padding: 0 12px;
    }

    .horizon-featured-shows__all {
        border: 0;
        border-left: 1px solid #e2e7ef;
    }
}


/* === Horizon homepage content cards === */

.horizon-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.horizon-panel {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 18px;
    border: 1px solid #dce3ed;
    border-radius: 6px;
    background: #ffffff;
}

.horizon-panel__title {
    margin: 0;
    color: #075bd8;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1.2;
    text-transform: uppercase;
}

.horizon-chart-card__list {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin: 17px 0 20px;
    padding: 0;
    list-style: none;
}

.horizon-chart-card__entry {
    min-width: 0;
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
}

.horizon-chart-card__rank {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #075bd8;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.horizon-chart-card__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.horizon-chart-card__copy strong {
    overflow: hidden;
    color: #171a22;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.horizon-chart-card__copy span {
    overflow: hidden;
    margin-top: 2px;
    color: #71798a;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.horizon-chart-card__empty {
    margin: 18px 0;
    color: #71798a;
    font-size: 12px;
    line-height: 1.5;
}

.horizon-panel__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    color: #075bd8;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.horizon-panel__link:hover,
.horizon-panel__link:focus-visible {
    text-decoration: underline;
}

.horizon-panel__link span:last-child {
    font-size: 20px;
    line-height: .8;
}

@media (min-width: 861px) {
    .horizon-content-grid {
        grid-template-columns: 210px;
        align-items: stretch;
    }

    .horizon-chart-card {
        min-height: 270px;
        padding: 15px 14px 13px;
    }

    .horizon-panel__title {
        font-size: 13px;
    }

    .horizon-chart-card__list {
        gap: 11px;
        margin: 14px 0 17px;
    }

    .horizon-chart-card__rank {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }

    .horizon-chart-card__entry {
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 9px;
    }

    .horizon-chart-card__copy strong {
        font-size: 10px;
    }

    .horizon-chart-card__copy span {
        font-size: 9px;
    }

    .horizon-panel__link {
        font-size: 9px;
    }
}


/* === Horizon Top 10 refinement === */

.horizon-chart-card {
    border: 0;
}

@media (min-width: 861px) {
    .horizon-content-grid {
        grid-template-columns: 230px;
    }

    .horizon-chart-card {
        min-height: 300px;
        padding: 18px 16px 15px;
    }

    .horizon-chart-card__list {
        gap: 13px;
        margin-top: 16px;
    }

    .horizon-chart-card__copy strong {
        font-size: 11px;
    }

    .horizon-chart-card__copy span {
        font-size: 10px;
    }
}

/* === Horizon Top 10 width adjustment === */
@media (min-width: 861px) {
    .horizon-content-grid {
        grid-template-columns: 250px;
    }
}

/* === Horizon homepage Latest News card === */

.horizon-home-news-card {
    border: 0;
}

.horizon-home-news-card__list {
    display: flex;
    flex-direction: column;
    margin: 15px 0 18px;
}

.horizon-home-news-card__item {
    min-width: 0;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e7ef;
    color: inherit;
    text-decoration: none;
}

.horizon-home-news-card__item:first-child {
    padding-top: 0;
}

.horizon-home-news-card__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.horizon-home-news-card__image,
.horizon-home-news-card__placeholder {
    width: 68px;
    height: 54px;
    border-radius: 4px;
    background: #e8edf5;
}

.horizon-home-news-card__image {
    display: block;
    object-fit: cover;
}

.horizon-home-news-card__placeholder {
    display: grid;
    place-items: center;
    font-size: 22px;
}

.horizon-home-news-card__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.horizon-home-news-card__copy strong {
    overflow: hidden;
    color: #171a22;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.horizon-home-news-card__copy span {
    margin-top: 5px;
    color: #71798a;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
}

.horizon-home-news-card__item:hover strong,
.horizon-home-news-card__item:focus-visible strong {
    color: #075bd8;
}

.horizon-home-news-card__empty {
    margin: 18px 0;
    color: #71798a;
    font-size: 12px;
    line-height: 1.5;
}

@media (min-width: 861px) {
    .horizon-content-grid {
        grid-template-columns: 250px 250px;
    }

    .horizon-home-news-card {
        min-height: 300px;
        padding: 18px 16px 15px;
    }

    .horizon-home-news-card__item {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 10px;
        padding: 9px 0;
    }

    .horizon-home-news-card__image,
    .horizon-home-news-card__placeholder {
        width: 62px;
        height: 51px;
    }

    .horizon-home-news-card__copy strong {
        font-size: 11px;
    }

    .horizon-home-news-card__copy span {
        font-size: 9px;
    }
}

/* === Horizon homepage Upcoming Events card === */

.horizon-home-events-card {
    border: 0;
}

.horizon-home-events-card__list {
    display: flex;
    flex-direction: column;
    margin: 15px 0 18px;
}

.horizon-home-events-card__item {
    min-width: 0;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e7ef;
}

.horizon-home-events-card__item:first-child {
    padding-top: 0;
}

.horizon-home-events-card__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.horizon-home-events-card__date {
    width: 52px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    background: #075bd8;
    color: #ffffff;
    text-align: center;
}

.horizon-home-events-card__date span {
    padding: 5px 4px 3px;
    background: #064cae;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.horizon-home-events-card__date strong {
    padding: 6px 4px 7px;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
}

.horizon-home-events-card__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.horizon-home-events-card__copy > strong {
    min-width: 0;
    width: 100%;
}

.horizon-home-events-card__copy > strong a {
    overflow: hidden;
    display: -webkit-box;
    color: #171a22;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.horizon-home-events-card__copy > span {
    overflow: hidden;
    width: 100%;
    margin-top: 4px;
    color: #71798a;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.horizon-home-events-card__action {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
    color: #075bd8;
    font-size: 9px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.horizon-home-events-card__copy > strong a:hover,
.horizon-home-events-card__copy > strong a:focus-visible,
.horizon-home-events-card__action:hover,
.horizon-home-events-card__action:focus-visible {
    color: #064cae;
    text-decoration: underline;
}

.horizon-home-events-card__empty {
    margin: 18px 0;
    color: #71798a;
    font-size: 12px;
    line-height: 1.5;
}

@media (min-width: 861px) {
    .horizon-content-grid {
        grid-template-columns: repeat(3, 250px);
    }

    .horizon-home-events-card {
        min-height: 300px;
        padding: 18px 16px 15px;
    }

    .horizon-home-events-card__item {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 10px;
        padding: 9px 0;
    }

    .horizon-home-events-card__date {
        width: 48px;
    }

    .horizon-home-events-card__copy > strong a {
        font-size: 11px;
    }

    .horizon-home-events-card__copy > span {
        font-size: 9px;
    }
}


/* === Horizon homepage events exact mockup overrides === */

@media (min-width: 861px) {
    .horizon-content-grid {
        grid-template-columns: 250px 340px 250px;
        align-items: stretch;
        gap: 12px;
    }

    .horizon-chart-card,
    .horizon-home-news-card,
    .horizon-home-events-card {
        min-height: 300px;
        padding: 18px 16px 15px;
        border: 1px solid #dce3ed;
    }
}

.horizon-home-events-card {
    border: 1px solid #dce3ed;
}

.horizon-home-events-card__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 16px 0 20px;
}

.horizon-home-events-card__item {
    min-width: 0;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
}

.horizon-home-events-card__date {
    width: 44px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #d7dfeb;
    border-radius: 4px;
    background: #ffffff;
    color: #075bd8;
    text-align: center;
}

.horizon-home-events-card__date span {
    padding: 5px 3px 4px;
    border-bottom: 1px solid #d7dfeb;
    background: #f1f5fb;
    color: #075bd8;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

.horizon-home-events-card__date strong {
    padding: 5px 3px 6px;
    color: #075bd8;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
}

.horizon-home-events-card__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1px;
}

.horizon-home-events-card__copy > strong {
    min-width: 0;
    width: 100%;
}

.horizon-home-events-card__copy > strong a {
    overflow: hidden;
    display: -webkit-box;
    color: #171a22;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.horizon-home-events-card__item {
    padding: 0;
    border-bottom: 0;
}

.horizon-home-events-card__copy > span {
    overflow: hidden;
    width: 100%;
    margin-top: 4px;
    color: #71798a;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.horizon-home-events-card__action {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 6px;
    color: #075bd8;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.horizon-home-events-card__copy > strong a:hover,
.horizon-home-events-card__copy > strong a:focus-visible,
.horizon-home-events-card__action:hover,
.horizon-home-events-card__action:focus-visible {
    color: #064cae;
    text-decoration: underline;
}

.horizon-home-events-card__empty {
    margin: 18px 0;
    color: #71798a;
    font-size: 12px;
    line-height: 1.5;
}

@media (min-width: 861px) {
    .horizon-home-news-card__item {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 12px;
        padding: 8px 0;
    }

    .horizon-home-news-card__image,
    .horizon-home-news-card__placeholder {
        width: 88px;
        height: 56px;
    }

    .horizon-home-news-card__copy strong {
        font-size: 12px;
    }

    .horizon-home-events-card__list {
        gap: 18px;
        margin-top: 16px;
    }
}

/* === Horizon homepage WIN card === */

.horizon-home-win-card {
    border: 1px solid #dce3ed;
}

.horizon-home-win-card__media {
    min-height: 150px;
    overflow: hidden;
    display: grid;
    place-items: center;
    margin: 16px 0 13px;
    border-radius: 4px;
    aspect-ratio: 16 / 9;
    background: #e8edf5;
    color: #075bd8;
    text-decoration: none;
}

.horizon-home-win-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.horizon-home-win-card__media > span {
    font-size: 40px;
}

.horizon-home-win-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.horizon-home-win-card h3 a {
    color: #171a22;
    text-decoration: none;
}

.horizon-home-win-card h3 a:hover,
.horizon-home-win-card h3 a:focus-visible {
    color: #075bd8;
    text-decoration: underline;
}

.horizon-home-win-card > p {
    margin: 8px 0 15px;
    color: #71798a;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
}

.horizon-home-win-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    margin-top: auto;
    padding: 10px 15px;
    border-radius: 4px;
    background: #075bd8;
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.horizon-home-win-card__button:hover,
.horizon-home-win-card__button:focus-visible {
    background: #064cae;
}

.horizon-home-win-card__empty {
    flex: 1;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    min-height: 190px;
    color: #71798a;
    text-align: center;
}

.horizon-home-win-card__empty span {
    font-size: 38px;
}

.horizon-home-win-card__empty p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}

@media (min-width: 861px) {
    .horizon-content-grid {
        grid-template-columns: 300px 290px 250px minmax(250px, 1fr);
    }

    .horizon-home-win-card {
        min-height: 300px;
        padding: 18px 16px 15px;
    }

    .horizon-home-win-card__media {
        min-height: 128px;
    }

    .horizon-home-win-card h3 {
        font-size: 16px;
    }
}

/* === Horizon competitions public page === */

.horizon-competitions-main {
    padding: 14px 0 56px;
    background: #f7f8fa;
}

.horizon-competitions-shell {
    width: min(calc(100% - 40px), 1280px);
    margin-inline: auto;
}

.horizon-competitions-column {
    width: calc(100% - 300px);
    max-width: 968px;
}

.horizon-competitions-banner {
    position: relative;
    min-height: 108px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 20px 24px;
    border-radius: 5px 5px 0 0;
    background:
        linear-gradient(
            90deg,
            rgba(3, 73, 181, .98) 0%,
            rgba(5, 86, 211, .94) 58%,
            rgba(5, 69, 164, .7) 100%
        );
    color: #ffffff;
}

.horizon-competitions-banner::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 46%;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(3, 37, 94, .18)
        );
    pointer-events: none;
}

.horizon-competitions-banner__copy {
    position: relative;
    z-index: 2;
}

.horizon-competitions-banner h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 950;
    letter-spacing: -.045em;
    line-height: 1;
    text-transform: uppercase;
}

.horizon-competitions-banner p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .93);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.horizon-competitions-banner__art {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 13px;
    width: 190px;
    opacity: .24;
    transform: translateY(-50%);
}

.horizon-competitions-banner__art svg {
    width: 100%;
    height: auto;
}

.horizon-competitions-banner__art circle {
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
}

.horizon-competitions-banner__art path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.horizon-competition-featured {
    display: grid;
    grid-template-columns: 43% 57%;
    min-height: 224px;
    overflow: hidden;
    margin-top: 14px;
    border: 1px solid #dce3ed;
    border-radius: 5px;
    background: #ffffff;
}

.horizon-competition-featured__media {
    min-height: 224px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #e8edf5;
    color: #075bd8;
    text-decoration: none;
}

.horizon-competition-featured__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.horizon-competition-featured__media > span {
    font-size: 48px;
}

.horizon-competition-featured__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 22px 24px;
}

.horizon-competition-badge {
    margin: 0 0 10px;
    padding: 4px 6px;
    border-radius: 2px;
    background: #e6f0ff;
    color: #075bd8;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .025em;
    line-height: 1;
    text-transform: uppercase;
}

.horizon-competition-featured h2 {
    margin: 0;
    font-size: 23px;
    font-weight: 950;
    letter-spacing: -.025em;
    line-height: 1.08;
    text-transform: uppercase;
}

.horizon-competition-featured h2 a,
.horizon-competition-card h3 a {
    color: #11162a;
    text-decoration: none;
}

.horizon-competition-featured h2 a:hover,
.horizon-competition-featured h2 a:focus-visible,
.horizon-competition-card h3 a:hover,
.horizon-competition-card h3 a:focus-visible {
    color: #075bd8;
}

.horizon-competition-featured__summary {
    max-width: 520px;
    margin: 13px 0 0;
    color: #30384b;
    font-size: 13px;
    line-height: 1.45;
}

.horizon-competition-date {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 16px 0 13px;
    color: #33405a;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
}

.horizon-competition-date span {
    color: #075bd8;
    font-size: 12px;
}

.horizon-competition-button {
    min-width: 132px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 3px;
    background: #075bd8;
    color: #ffffff;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .025em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.horizon-competition-button:hover,
.horizon-competition-button:focus-visible {
    background: #064cae;
}

.horizon-competition-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.horizon-competition-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dce3ed;
    border-radius: 5px;
    background: #ffffff;
}

.horizon-competition-card__media {
    position: relative;
    height: 112px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #e8edf5;
    color: #075bd8;
    text-decoration: none;
}

.horizon-competition-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.horizon-competition-card__media > span:not(
    .horizon-competition-card__badge
) {
    font-size: 34px;
}

.horizon-competition-card__badge {
    position: absolute;
    top: 7px;
    left: 7px;
    padding: 4px 6px;
    border-radius: 2px;
    background: #ffffff;
    color: #075bd8;
    font-size: 8px;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

.horizon-competition-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 11px 10px;
}

.horizon-competition-card h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.18;
    text-transform: uppercase;
}

.horizon-competition-card__body > p:not(
    .horizon-competition-date
) {
    margin: 8px 0 0;
    color: #414b60;
    font-size: 10px;
    line-height: 1.4;
}

.horizon-competition-card .horizon-competition-date {
    margin-top: auto;
    padding-top: 12px;
    font-size: 8px;
}

.horizon-competition-card .horizon-competition-button {
    width: 100%;
    min-width: 0;
    min-height: 30px;
    padding: 8px 10px;
    font-size: 9px;
}

.horizon-competitions-empty {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
    padding: 24px;
    border: 1px solid #dce3ed;
    border-radius: 5px;
    background: #ffffff;
    text-align: center;
}

.horizon-competitions-empty strong {
    color: #11162a;
    font-size: 17px;
}

.horizon-competitions-empty span {
    color: #667085;
    font-size: 12px;
}

.horizon-how-to-enter,
.horizon-recent-winners,
.horizon-competition-terms {
    margin-top: 10px;
    border: 1px solid #dce3ed;
    border-radius: 5px;
    background: #ffffff;
}

.horizon-how-to-enter {
    padding: 11px 12px 13px;
}

.horizon-how-to-enter h2,
.horizon-recent-winners h2,
.horizon-competition-terms h2 {
    margin: 0;
    color: #075bd8;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .015em;
    line-height: 1.1;
    text-transform: uppercase;
}

.horizon-how-to-enter__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 11px 0 0;
    padding: 0;
    list-style: none;
}

.horizon-how-to-enter__steps li {
    min-width: 0;
    display: grid;
    grid-template-columns: 20px 36px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    padding: 0 12px;
    border-right: 1px solid #e2e7ef;
}

.horizon-how-to-enter__steps li:first-child {
    padding-left: 0;
}

.horizon-how-to-enter__steps li:last-child {
    padding-right: 0;
    border-right: 0;
}

.horizon-how-to-enter__number {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #075bd8;
    color: #ffffff;
    font-size: 9px;
    font-weight: 950;
}

.horizon-how-to-enter__icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #075bd8;
    font-size: 23px;
    line-height: 1;
}

.horizon-how-to-enter__steps strong {
    display: block;
    color: #11162a;
    font-size: 9px;
    font-weight: 950;
    line-height: 1.2;
    text-transform: uppercase;
}

.horizon-how-to-enter__steps p {
    margin: 4px 0 0;
    color: #596377;
    font-size: 8px;
    line-height: 1.35;
}

.horizon-recent-winners {
    padding: 12px;
}

.horizon-recent-winners__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 10px;
}

.horizon-winner-card {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border-right: 1px solid #e2e7ef;
}

.horizon-winner-card:first-child {
    padding-left: 0;
}

.horizon-winner-card:last-child {
    padding-right: 0;
    border-right: 0;
}

.horizon-winner-card__avatar {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e8f0fd;
    color: #075bd8;
    font-size: 13px;
    font-weight: 950;
}

.horizon-winner-card h3 {
    margin: 0;
    color: #11162a;
    font-size: 10px;
    font-weight: 950;
    line-height: 1.2;
}

.horizon-winner-card p,
.horizon-winner-card span {
    display: block;
    margin: 3px 0 0;
    color: #4d586c;
    font-size: 8px;
    line-height: 1.3;
}

.horizon-recent-winners__empty {
    margin-top: 10px;
    padding: 14px;
    background: #f7f9fc;
    color: #667085;
    font-size: 10px;
    text-align: center;
}

.horizon-competition-terms {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 14px;
}

.horizon-competition-terms p {
    margin: 7px 0 0;
    color: #4d586c;
    font-size: 9px;
    line-height: 1.35;
}

.horizon-competition-terms > a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #075bd8;
    font-size: 9px;
    font-weight: 950;
    text-decoration: none;
}

.horizon-competition-terms > a:hover,
.horizon-competition-terms > a:focus-visible {
    text-decoration: underline;
}

.horizon-competition-terms > a span {
    font-size: 17px;
    line-height: 1;
}

@media (max-width: 1100px) {
    .horizon-competitions-column {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 820px) {
    .horizon-competition-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .horizon-how-to-enter__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 18px;
    }

    .horizon-how-to-enter__steps li:nth-child(2) {
        border-right: 0;
    }

    .horizon-recent-winners__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .horizon-winner-card {
        padding: 0;
        border-right: 0;
    }
}

@media (max-width: 620px) {
    .horizon-competitions-main {
        padding-top: 10px;
    }

    .horizon-competitions-shell {
        width: min(calc(100% - 24px), 1280px);
    }

    .horizon-competitions-banner {
        min-height: 118px;
        padding: 20px;
    }

    .horizon-competitions-banner h1 {
        max-width: 80%;
    }

    .horizon-competitions-banner p {
        max-width: 78%;
        font-size: 11px;
    }

    .horizon-competitions-banner__art {
        right: -30px;
        width: 160px;
    }

    .horizon-competition-featured {
        grid-template-columns: 1fr;
    }

    .horizon-competition-featured__media {
        min-height: 190px;
    }

    .horizon-competition-featured__body {
        padding: 20px;
    }

    .horizon-competition-card-grid,
    .horizon-how-to-enter__steps {
        grid-template-columns: 1fr;
    }

    .horizon-competition-card__media {
        height: 170px;
    }

    .horizon-how-to-enter__steps {
        gap: 14px;
    }

    .horizon-how-to-enter__steps li,
    .horizon-how-to-enter__steps li:first-child,
    .horizon-how-to-enter__steps li:last-child {
        padding: 0;
        border-right: 0;
    }

    .horizon-competition-terms {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* === Horizon competitions polished mobile layout === */

@media (max-width: 620px) {
    .horizon-competitions-main {
        padding: 8px 0 40px;
    }

    .horizon-competitions-shell {
        width: calc(100% - 24px);
    }

    .horizon-competitions-banner {
        min-height: 108px;
        padding: 18px 16px;
        border-radius: 6px;
    }

    .horizon-competitions-banner h1 {
        max-width: 82%;
        font-size: clamp(28px, 9vw, 36px);
        line-height: .96;
    }

    .horizon-competitions-banner p {
        max-width: 76%;
        margin-top: 9px;
        font-size: 12px;
        line-height: 1.4;
    }

    .horizon-competitions-banner__art {
        right: -34px;
        width: 158px;
        opacity: .2;
    }

    .horizon-competition-featured {
        min-height: 0;
        margin-top: 12px;
        border-radius: 6px;
    }

    .horizon-competition-featured__media {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .horizon-competition-featured__body {
        padding: 18px 16px 16px;
    }

    .horizon-competition-badge {
        margin-bottom: 9px;
        padding: 5px 7px;
        font-size: 9px;
    }

    .horizon-competition-featured h2 {
        font-size: 22px;
        line-height: 1.08;
    }

    .horizon-competition-featured__summary {
        margin-top: 11px;
        font-size: 14px;
        line-height: 1.5;
    }

    .horizon-competition-date {
        gap: 8px;
        margin: 14px 0 13px;
        font-size: 11px;
        line-height: 1.4;
    }

    .horizon-competition-date span {
        font-size: 13px;
    }

    .horizon-competition-button {
        width: 100%;
        min-height: 42px;
        padding: 12px 16px;
        border-radius: 4px;
        font-size: 11px;
    }

    .horizon-competition-card-grid {
        gap: 12px;
        margin-top: 12px;
    }

    .horizon-competition-card {
        border-radius: 6px;
    }

    .horizon-competition-card__media {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .horizon-competition-card__badge {
        top: 9px;
        left: 9px;
        padding: 5px 7px;
        font-size: 9px;
    }

    .horizon-competition-card__body {
        padding: 16px;
    }

    .horizon-competition-card h3 {
        font-size: 18px;
        line-height: 1.15;
    }

    .horizon-competition-card__body > p:not(
        .horizon-competition-date
    ) {
        margin-top: 9px;
        font-size: 13px;
        line-height: 1.5;
    }

    .horizon-competition-card .horizon-competition-date {
        margin-bottom: 12px;
        padding-top: 14px;
        font-size: 10px;
    }

    .horizon-competition-card .horizon-competition-button {
        min-height: 40px;
        font-size: 10px;
    }

    .horizon-competitions-empty {
        min-height: 140px;
        margin-top: 12px;
        padding: 24px 18px;
        border-radius: 6px;
    }

    .horizon-competitions-empty strong {
        font-size: 18px;
    }

    .horizon-competitions-empty span {
        font-size: 13px;
        line-height: 1.45;
    }

    .horizon-how-to-enter,
    .horizon-recent-winners,
    .horizon-competition-terms {
        margin-top: 12px;
        border-radius: 6px;
    }

    .horizon-how-to-enter {
        padding: 16px;
    }

    .horizon-how-to-enter h2,
    .horizon-recent-winners h2,
    .horizon-competition-terms h2 {
        font-size: 15px;
    }

    .horizon-how-to-enter__steps {
        gap: 0;
        margin-top: 8px;
    }

    .horizon-how-to-enter__steps li,
    .horizon-how-to-enter__steps li:first-child,
    .horizon-how-to-enter__steps li:last-child {
        grid-template-columns: 22px 38px minmax(0, 1fr);
        gap: 9px;
        padding: 14px 0;
        border-right: 0;
        border-bottom: 1px solid #e2e7ef;
    }

    .horizon-how-to-enter__steps li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .horizon-how-to-enter__number {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .horizon-how-to-enter__icon {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }

    .horizon-how-to-enter__steps strong {
        font-size: 12px;
        line-height: 1.25;
    }

    .horizon-how-to-enter__steps p {
        margin-top: 4px;
        font-size: 11px;
        line-height: 1.45;
    }

    .horizon-recent-winners {
        padding: 16px;
    }

    .horizon-recent-winners__grid {
        gap: 0;
        margin-top: 8px;
    }

    .horizon-winner-card,
    .horizon-winner-card:first-child,
    .horizon-winner-card:last-child {
        gap: 12px;
        padding: 14px 0;
        border-right: 0;
        border-bottom: 1px solid #e2e7ef;
    }

    .horizon-winner-card:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .horizon-winner-card h3 {
        font-size: 13px;
    }

    .horizon-winner-card p,
    .horizon-winner-card span {
        font-size: 11px;
        line-height: 1.4;
    }

    .horizon-recent-winners__empty {
        margin-top: 10px;
        padding: 18px 14px;
        font-size: 12px;
        line-height: 1.45;
    }

    .horizon-competition-terms {
        gap: 12px;
        padding: 16px;
    }

    .horizon-competition-terms p {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.5;
    }

    .horizon-competition-terms > a {
        width: 100%;
        justify-content: space-between;
        padding-top: 3px;
        font-size: 11px;
    }
}

@media (max-width: 380px) {
    .horizon-competitions-banner h1 {
        max-width: 88%;
        font-size: 27px;
    }

    .horizon-competitions-banner p {
        max-width: 82%;
        font-size: 11px;
    }

    .horizon-competitions-banner__art {
        right: -48px;
        opacity: .16;
    }
}

/* === Horizon competition detail page === */

.horizon-competition-detail-shell {
    width: min(calc(100% - 40px), 1280px);
    margin-inline: auto;
}

.horizon-competition-detail-column {
    width: calc(100% - 300px);
    max-width: 968px;
}

.horizon-competition-detail-hero {
    position: relative;
    min-height: 168px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 28px 32px;
    border-radius: 6px 6px 0 0;
    background:
        linear-gradient(
            90deg,
            rgba(3, 73, 181, .99) 0%,
            rgba(5, 86, 211, .96) 54%,
            rgba(5, 74, 181, .72) 100%
        ),
        var(--horizon-competition-hero-image, none)
        center right / 48% auto no-repeat;
    color: #ffffff;
}

.horizon-competition-detail-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(4, 78, 191, .98) 0%,
            rgba(4, 83, 202, .93) 54%,
            rgba(4, 71, 166, .28) 100%
        );
    pointer-events: none;
}

.horizon-competition-detail-hero__copy {
    position: relative;
    z-index: 1;
    max-width: 62%;
}

.horizon-competition-detail-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 3.8vw, 48px);
    font-weight: 950;
    letter-spacing: -.045em;
    line-height: .96;
    text-transform: uppercase;
}

.horizon-competition-detail-hero p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .94);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.horizon-competition-detail-card {
    overflow: hidden;
    border: 1px solid #dce3ed;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    background: #ffffff;
}

.horizon-competition-prize {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .85fr);
    gap: 24px;
    padding: 24px;
}

.horizon-competition-prize__main {
    min-width: 0;
}

.horizon-competition-prize__image,
.horizon-competition-prize__placeholder {
    width: 100%;
    min-height: 300px;
    display: block;
    border-radius: 5px;
    background: #e8edf5;
}

.horizon-competition-prize__image {
    height: 300px;
    object-fit: cover;
}

.horizon-competition-prize__placeholder {
    display: grid;
    place-items: center;
    color: #075bd8;
    font-size: 58px;
}

.horizon-competition-prize__summary {
    margin: 17px 0 0;
    color: #30384b;
    font-size: 14px;
    line-height: 1.65;
}

.horizon-competition-prize__panel {
    align-self: stretch;
    padding: 22px;
    border-radius: 5px;
    background: #f4f7fb;
}

.horizon-competition-prize__panel h2 {
    margin: 0 0 18px;
    color: #075bd8;
    font-size: 16px;
    font-weight: 950;
    letter-spacing: .015em;
    line-height: 1.1;
    text-transform: uppercase;
}

.horizon-competition-prize__item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid #dce3ed;
}

.horizon-competition-prize__item:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.horizon-competition-prize__item > span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e2ecfb;
    color: #075bd8;
    font-size: 16px;
    font-weight: 950;
}

.horizon-competition-prize__item strong {
    display: block;
    color: #11162a;
    font-size: 11px;
    font-weight: 950;
    line-height: 1.25;
    text-transform: uppercase;
}

.horizon-competition-prize__item p {
    margin: 4px 0 0;
    color: #475267;
    font-size: 12px;
    line-height: 1.45;
}

.horizon-competition-description {
    padding: 0 24px 24px;
    color: #30384b;
    font-size: 14px;
    line-height: 1.7;
}

.horizon-competition-closes {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 24px 24px;
    padding: 15px 18px;
    border-left: 4px solid #075bd8;
    border-radius: 3px;
    background: #eef5ff;
}

.horizon-competition-closes__icon {
    flex: 0 0 auto;
    color: #075bd8;
    font-size: 22px;
}

.horizon-competition-closes strong {
    display: block;
    color: #11162a;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.horizon-competition-closes p {
    margin: 3px 0 0;
    color: #44516a;
    font-size: 12px;
}

.horizon-competition-entry {
    padding: 26px 24px;
    border-top: 1px solid #e2e7ef;
}

.horizon-competition-entry__heading {
    margin-bottom: 20px;
}

.horizon-competition-entry__heading h2 {
    margin: 0;
    color: #075bd8;
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -.02em;
    line-height: 1;
    text-transform: uppercase;
}

.horizon-competition-entry__heading p {
    margin: 8px 0 0;
    color: #596377;
    font-size: 13px;
    line-height: 1.45;
}

.horizon-competition-notice {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.5;
}

.horizon-competition-notice ul {
    margin: 8px 0 0;
    padding-left: 20px;
}

.horizon-competition-notice--success {
    background: #dcfce7;
    color: #166534;
}

.horizon-competition-notice--error {
    background: #fee2e2;
    color: #991b1b;
}

.horizon-competition-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px 18px;
}

.horizon-competition-field {
    min-width: 0;
}

.horizon-competition-field:nth-of-type(n + 4),
.horizon-competition-checkbox,
.horizon-competition-privacy,
.horizon-competition-submit {
    grid-column: 1 / -1;
}

.horizon-competition-field label {
    display: block;
    margin-bottom: 7px;
    color: #11162a;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.3;
}

.horizon-competition-field input,
.horizon-competition-field textarea {
    width: 100%;
    min-height: 42px;
    padding: 11px 12px;
    border: 1px solid #cdd5df;
    border-radius: 4px;
    background: #ffffff;
    color: #11162a;
    font: inherit;
    font-size: 13px;
}

.horizon-competition-field textarea {
    min-height: 108px;
    resize: vertical;
}

.horizon-competition-field input:focus,
.horizon-competition-field textarea:focus {
    border-color: #075bd8;
    outline: 2px solid rgba(7, 91, 216, .14);
    outline-offset: 1px;
}

.horizon-competition-checkbox {
    display: grid;
    grid-template-columns: 17px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
}

.horizon-competition-checkbox input {
    width: 16px;
    height: 16px;
    margin: 1px 0 0;
    accent-color: #075bd8;
}

.horizon-competition-checkbox label {
    color: #475267;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
}

.horizon-competition-checkbox a {
    color: #075bd8;
    font-weight: 850;
}

.horizon-competition-privacy {
    padding: 12px 14px;
    border-radius: 4px;
    background: #f6f8fb;
    color: #596377;
    font-size: 10px;
    line-height: 1.55;
}

.horizon-competition-privacy summary {
    cursor: pointer;
    color: #33405a;
    font-weight: 850;
}

.horizon-competition-privacy p {
    margin: 9px 0 0;
}

.horizon-competition-submit {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 22px;
    border: 0;
    border-radius: 4px;
    background: #075bd8;
    color: #ffffff;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .025em;
    cursor: pointer;
    text-transform: uppercase;
}

.horizon-competition-submit:hover,
.horizon-competition-submit:focus-visible {
    background: #064cae;
}

.horizon-competition-submit span:last-child {
    font-size: 18px;
    line-height: 1;
}

.horizon-competition-closed {
    padding: 18px;
    border-radius: 5px;
    background: #eef2f7;
    color: #33405a;
    font-size: 13px;
    font-weight: 800;
}

.horizon-competition-detail-terms {
    padding: 24px;
    border-top: 1px solid #e2e7ef;
}

.horizon-competition-detail-terms h2,
.horizon-more-competitions__heading h2 {
    margin: 0;
    color: #075bd8;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.1;
    text-transform: uppercase;
}

.horizon-competition-detail-terms__copy {
    max-height: 220px;
    overflow-y: auto;
    margin-top: 13px;
    padding: 16px;
    border-radius: 4px;
    background: #f6f8fb;
    color: #4d586c;
    font-size: 11px;
    line-height: 1.65;
}

.horizon-more-competitions {
    padding: 24px;
    border-top: 1px solid #e2e7ef;
}

.horizon-more-competitions__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

.horizon-more-competitions__heading > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #075bd8;
    font-size: 10px;
    font-weight: 950;
    text-decoration: none;
    text-transform: uppercase;
}

.horizon-more-competitions__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.horizon-more-competition-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dce3ed;
    border-radius: 5px;
    background: #ffffff;
}

.horizon-more-competition-card__media {
    height: 112px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #e8edf5;
    color: #075bd8;
    text-decoration: none;
}

.horizon-more-competition-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.horizon-more-competition-card__media > span {
    font-size: 32px;
}

.horizon-more-competition-card__body {
    padding: 12px;
}

.horizon-more-competition-card h3 {
    margin: 0;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.2;
    text-transform: uppercase;
}

.horizon-more-competition-card h3 a {
    color: #11162a;
    text-decoration: none;
}

.horizon-more-competition-card__date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 11px;
    color: #075bd8;
    font-size: 9px;
    font-weight: 850;
    text-decoration: none;
}

.horizon-competition-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 1100px) {
    .horizon-competition-detail-column {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 700px) {
    .horizon-competition-detail-shell {
        width: calc(100% - 24px);
    }

    .horizon-competition-detail-hero {
        min-height: 148px;
        padding: 22px 18px;
        border-radius: 6px 6px 0 0;
        background-size: auto 100%;
        background-position: center right;
    }

    .horizon-competition-detail-hero__copy {
        max-width: 78%;
    }

    .horizon-competition-detail-hero h1 {
        font-size: clamp(27px, 9vw, 38px);
    }

    .horizon-competition-detail-hero p {
        margin-top: 9px;
        font-size: 12px;
    }

    .horizon-competition-prize {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 16px;
    }

    .horizon-competition-prize__image,
    .horizon-competition-prize__placeholder {
        min-height: 0;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .horizon-competition-prize__panel {
        padding: 18px 16px;
    }

    .horizon-competition-prize__panel h2 {
        font-size: 15px;
    }

    .horizon-competition-prize__summary {
        margin-top: 14px;
        font-size: 13px;
        line-height: 1.55;
    }

    .horizon-competition-description {
        padding: 0 16px 20px;
        font-size: 13px;
        line-height: 1.65;
    }

    .horizon-competition-closes {
        margin: 0 16px 20px;
        padding: 14px;
    }

    .horizon-competition-entry {
        padding: 22px 16px;
    }

    .horizon-competition-entry__heading h2 {
        font-size: 20px;
    }

    .horizon-competition-form {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .horizon-competition-field,
    .horizon-competition-field:nth-of-type(n + 4),
    .horizon-competition-checkbox,
    .horizon-competition-privacy,
    .horizon-competition-submit {
        grid-column: 1;
    }

    .horizon-competition-field label {
        font-size: 12px;
    }

    .horizon-competition-field input,
    .horizon-competition-field textarea {
        min-height: 46px;
        font-size: 16px;
    }

    .horizon-competition-checkbox {
        grid-template-columns: 19px minmax(0, 1fr);
    }

    .horizon-competition-checkbox input {
        width: 18px;
        height: 18px;
    }

    .horizon-competition-checkbox label {
        font-size: 12px;
    }

    .horizon-competition-submit {
        width: 100%;
        min-height: 46px;
        font-size: 11px;
    }

    .horizon-competition-detail-terms,
    .horizon-more-competitions {
        padding: 20px 16px;
    }

    .horizon-competition-detail-terms h2,
    .horizon-more-competitions__heading h2 {
        font-size: 15px;
    }

    .horizon-competition-detail-terms__copy {
        max-height: 260px;
        font-size: 12px;
    }

    .horizon-more-competitions__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .horizon-more-competitions__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .horizon-more-competition-card {
        display: grid;
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .horizon-more-competition-card__media {
        width: 120px;
        height: 100%;
        min-height: 112px;
    }

    .horizon-more-competition-card__body {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 390px) {
    .horizon-competition-detail-hero__copy {
        max-width: 86%;
    }

    .horizon-competition-detail-hero h1 {
        font-size: 26px;
    }

    .horizon-more-competition-card {
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .horizon-more-competition-card__media {
        width: 104px;
    }
}

/* HORIZON HOMEPAGE TYPOGRAPHY START */

/*
 * Compact Horizon homepage typography.
 * Scoped to homepage components only.
 */

/* Now Playing */

.horizon-now h2,
.horizon-recent h2 {
    font-size: 13px;
    line-height: 1.2;
}

.horizon-now__copy strong {
    font-size: 15px;
    line-height: 1.25;
}

.horizon-now__copy span {
    font-size: 13px;
    line-height: 1.35;
}

/* Recently Played */

.horizon-recent-track__copy strong {
    font-size: 13px;
    line-height: 1.3;
}

.horizon-recent-track__copy span,
.horizon-recent-track__time {
    font-size: 12px;
    line-height: 1.3;
}

.horizon-recent__more {
    font-size: 12px;
    line-height: 1.25;
}

/* Featured Shows */

.horizon-featured-shows__label h2 {
    font-size: 18px;
    line-height: 1.25;
}

.horizon-featured-show__copy strong {
    font-size: 14px;
    line-height: 1.3;
}

.horizon-featured-show__presenter {
    font-size: 13px;
    line-height: 1.3;
}

.horizon-featured-show__days,
.horizon-featured-show__time {
    font-size: 12px;
    line-height: 1.3;
}

.horizon-featured-shows__all {
    font-size: 12px;
    line-height: 1.25;
}

/* Homepage Cards */

.horizon-panel__title {
    font-size: 17px;
    line-height: 1.25;
}

.horizon-chart-card__rank {
    font-size: 12px;
}

.horizon-chart-card__copy strong,
.horizon-home-news-card__copy strong,
.horizon-home-events-card__copy > strong a {
    font-size: 14px;
    line-height: 1.3;
}

.horizon-chart-card__copy span,
.horizon-home-news-card__copy span,
.horizon-home-events-card__copy > span {
    font-size: 12px;
    line-height: 1.35;
}

.horizon-home-events-card__date span {
    font-size: 10px;
}

.horizon-home-events-card__date strong {
    font-size: 22px;
}

.horizon-home-events-card__action {
    font-size: 12px;
    line-height: 1.25;
}

.horizon-home-win-card h3 {
    font-size: 18px;
    line-height: 1.25;
}

.horizon-home-win-card > p {
    font-size: 14px;
    line-height: 1.5;
}

.horizon-home-win-card__button,
.horizon-panel__link {
    font-size: 12px;
    line-height: 1.2;
}

/* Desktop scale */

@media (min-width: 861px) {
    .horizon-now h2,
    .horizon-recent h2 {
        font-size: 14px;
    }

    .horizon-now__copy strong {
        font-size: 16px;
    }

    .horizon-now__copy span {
        font-size: 13px;
    }

    .horizon-recent-track__copy strong {
        font-size: 14px;
    }

    .horizon-recent-track__copy span,
    .horizon-recent-track__time {
        font-size: 12px;
    }

    .horizon-featured-shows__label h2 {
        font-size: 18px;
    }

    .horizon-featured-show__copy strong {
        font-size: 15px;
    }

    .horizon-featured-show__presenter {
        font-size: 13px;
    }

    .horizon-featured-show__days,
    .horizon-featured-show__time {
        font-size: 12px;
    }

    .horizon-panel__title {
        font-size: 18px;
    }

    .horizon-chart-card__copy strong,
    .horizon-home-news-card__copy strong,
    .horizon-home-events-card__copy > strong a {
        font-size: 15px;
    }

    .horizon-chart-card__copy span,
    .horizon-home-news-card__copy span,
    .horizon-home-events-card__copy > span {
        font-size: 13px;
    }

    .horizon-home-events-card__action {
        font-size: 12px;
    }

    .horizon-home-win-card h3 {
        font-size: 18px;
    }

    .horizon-home-win-card > p {
        font-size: 14px;
    }

    .horizon-home-win-card__button,
    .horizon-panel__link {
        font-size: 12px;
    }
}

/* HORIZON HOMEPAGE TYPOGRAPHY END */

/* HORIZON RECENT HEIGHT 168 START */

/*
 * Match the right-hand music column exactly to the
 * approved 292px desktop slideshow height.
 *
 * 110px Now Playing
 * 14px gap
 * 168px Recently Played
 * Total: 292px
 */

@media (min-width: 861px) {
    .horizon-home-feature {
        align-items: stretch;
    }

    .horizon-hero,
    .horizon-track-column {
        height: 292px;
        min-height: 292px;
        max-height: 292px;
        box-sizing: border-box;
    }

    .horizon-track-column {
        align-self: stretch;
        display: grid;
        grid-template-rows:
            110px
            168px;
        gap: 14px;
    }

    .horizon-now {
        height: 110px;
        min-height: 110px;
        max-height: 110px;
        box-sizing: border-box;
    }

    .horizon-recent {
        height: 168px;
        min-height: 168px;
        max-height: 168px;
        box-sizing: border-box;
    }
}

/* HORIZON RECENT HEIGHT 168 END */

/* HORIZON NOW PLAYING ALIGNMENT START */

/*
 * Align the artwork and track information from the same
 * top edge while keeping the equaliser at the bottom.
 */

@media (min-width: 861px) {
    .horizon-now__body {
        align-items: start;
    }

    .horizon-now__artwork,
    .horizon-now__copy {
        align-self: start;
        margin-top: 0;
    }

    .horizon-now__copy {
        padding-top: 0;
    }

    .horizon-now__body > .horizon-equaliser,
    .horizon-now__equaliser {
        align-self: end;
    }
}

/* HORIZON NOW PLAYING ALIGNMENT END */
