﻿/*
Theme Name: AussieSportNews Theme
Theme URI: https://aussiesportnews.com
Author: Aussie Sport News
Description: Homepage plus Sports Blog, Esports Blog, Tournaments, Betting, Live Betting, Site Reviews, Virtual Sports, and CPT/ACF fields for the AussieSportNews.com WordPress migration.
Version: 1.0.0
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: aussiesportnews-theme
*/

:root {
    --asn-bg: #f2f2f2;
    --asn-text: #141a29;
    --asn-card: #ffffff;
    --asn-primary: #0f2a57;
    --asn-secondary: #2d4f8f;
    --asn-red: #ce1717;
    --asn-muted: #d5d8dd;
    --asn-muted-text: #5c6473;
    --asn-border: #b8bfcc;
    --asn-dark: #141a29;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--asn-text);
    background: var(--asn-bg);
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.7;
}

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

a {
    color: inherit;
}

h1,
h2,
h3,
.asn-logo,
.asn-section-title {
    font-family: "Arial Black", Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.1;
}

.asn-container {
    width: min(100% - 32px, 1200px);
    margin: 0 auto;
}

.asn-topbar {
    color: #fff;
    background: var(--asn-primary);
    font-family: Arial, sans-serif;
}

.asn-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 36px;
    font-size: 12px;
    text-transform: uppercase;
}

.asn-topbar nav {
    display: flex;
    gap: 18px;
    text-transform: none;
}

.asn-topbar a {
    text-decoration: none;
}

.asn-topbar a:hover {
    text-decoration: underline;
}

.asn-brandbar {
    background: var(--asn-card);
    border-bottom: 4px solid var(--asn-red);
}

.asn-brandbar-inner {
    display: flex;
    align-items: center;
    min-height: 96px;
}

.asn-logo {
    color: var(--asn-primary);
    font-size: clamp(25px, 5vw, 52px);
    text-decoration: none;
}

.asn-logo span {
    color: var(--asn-red);
}

.asn-logo small {
    display: block;
    margin-top: 4px;
    color: var(--asn-muted-text);
    font-family: Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.asn-nav {
    background: var(--asn-primary);
    font-family: Arial, sans-serif;
}

.asn-nav .asn-container {
    width: min(100% - 32px, 1760px);
}

.asn-menu-toggle {
    display: none;
}

.asn-menu {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}

.asn-menu > li {
    position: relative;
}

.asn-menu a {
    padding: 13px 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.asn-menu > li > a {
    display: block;
}

.asn-menu > .has-dropdown > a::after {
    content: "v";
    display: inline-block;
    margin-left: 7px;
    font-size: 10px;
    transform: translateY(-1px);
}

.asn-menu a:hover,
.asn-menu > li:focus-within > a,
.asn-menu > li:hover > a {
    background: var(--asn-secondary);
}

.asn-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 30;
    display: none;
    min-width: 230px;
    max-width: min(360px, calc(100vw - 24px));
    max-height: min(70vh, 520px);
    overflow-y: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    background: var(--asn-card);
    border: 1px solid var(--asn-border);
    box-shadow: 0 10px 22px rgba(20, 26, 41, 0.18);
}

.asn-menu li:hover > ul,
.asn-menu li:focus-within > ul {
    display: block;
}

.asn-menu ul a {
    display: block;
    padding: 11px 13px;
    color: var(--asn-text);
    background: var(--asn-card);
    font-size: 13px;
    line-height: 1.3;
    white-space: normal;
    overflow-wrap: anywhere;
    text-transform: none;
}

.asn-menu ul a:hover {
    color: #fff;
    background: var(--asn-primary);
}

.asn-menu ul a.asn-dropdown-red {
    color: #fff;
    background: var(--asn-red);
}

.asn-menu ul a.asn-dropdown-red:hover {
    background: #a90f0f;
}

.asn-menu ul a.asn-dropdown-blue {
    color: #fff;
    background: var(--asn-primary);
}

.asn-menu ul a.asn-dropdown-blue:hover {
    background: var(--asn-secondary);
}

.asn-home {
    padding: 24px 0 48px;
}

.asn-breaking {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    margin-bottom: 24px;
    color: #fff;
    background: var(--asn-red);
    font-family: Arial, sans-serif;
}

.asn-breaking span {
    padding: 4px 8px;
    background: var(--asn-primary);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.asn-breaking p {
    margin: 0;
    font-weight: 700;
}

.asn-lead-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 24px;
    margin-bottom: 38px;
}

.asn-feature-card,
.asn-headlines,
.asn-about,
.asn-category-card {
    background: var(--asn-card);
    border: 2px solid var(--asn-border);
}

.asn-feature-card a,
.asn-category-card a {
    display: block;
    text-decoration: none;
}

.asn-feature-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 21 / 9;
    object-fit: cover;
}

.asn-feature-card div {
    padding: 18px;
}

.asn-feature-card h1 {
    margin: 10px 0 8px;
    color: var(--asn-text);
    font-size: clamp(25px, 4vw, 42px);
}

.asn-feature-card p {
    margin: 0;
    color: var(--asn-muted-text);
}

.asn-tag {
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    background: var(--asn-primary);
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.asn-tag-red {
    background: var(--asn-red);
}

.asn-headlines {
    display: flex;
    flex-direction: column;
}

.asn-headlines h2 {
    margin: 0;
    padding: 13px;
    color: #fff;
    background: var(--asn-primary);
    font-size: 20px;
    text-transform: uppercase;
}

.asn-headlines a {
    display: block;
    padding: 14px;
    text-decoration: none;
    border-bottom: 1px solid var(--asn-border);
}

.asn-headlines a:hover {
    background: var(--asn-muted);
}

.asn-headlines strong {
    display: block;
    color: var(--asn-red);
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.asn-headlines span {
    display: block;
    margin-top: 4px;
    font-weight: 700;
    line-height: 1.35;
}

.asn-headlines small {
    display: block;
    margin-top: 5px;
    color: var(--asn-muted-text);
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.asn-section-title {
    padding-left: 12px;
    margin: 0 0 16px;
    color: var(--asn-primary);
    font-size: clamp(22px, 3vw, 30px);
    text-transform: uppercase;
    border-left: 4px solid var(--asn-red);
}

.asn-about {
    padding: 24px;
    margin-bottom: 38px;
}

.asn-redline {
    margin: 0 0 16px;
    color: var(--asn-red);
    font-size: 18px;
    font-weight: 700;
}

.asn-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
    gap: 24px;
}

.asn-about-grid p {
    margin-top: 0;
}

.asn-about aside {
    padding: 16px;
    background: var(--asn-muted);
    border-left: 4px solid var(--asn-red);
}

.asn-about h3 {
    margin: 0 0 10px;
}

.asn-about ul {
    padding-left: 20px;
    margin: 0;
}

.asn-category {
    margin-bottom: 34px;
}

.asn-category-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.asn-category-head a {
    color: var(--asn-red);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.asn-category > p {
    margin: 0 0 14px;
    color: var(--asn-muted-text);
}

.asn-category-card {
    max-width: 620px;
}

.asn-category-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.asn-category-card div {
    padding: 14px;
}

.asn-category-card h3 {
    margin: 10px 0 8px;
    font-family: Arial, sans-serif;
    font-size: 19px;
}

.asn-category-card small {
    color: var(--asn-muted-text);
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.asn-empty {
    padding: 64px 0;
}

.asn-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    color: var(--asn-muted-text);
    background: #d9dce2;
    border-bottom: 1px solid var(--asn-border);
    font-size: 16px;
}

.asn-breadcrumbs a {
    text-decoration: none;
}

.asn-breadcrumbs a:hover {
    color: var(--asn-primary);
    text-decoration: underline;
}

.asn-sports-hero {
    padding: 72px 16px 78px;
    color: #fff;
    text-align: center;
    background-color: var(--asn-primary);
    background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0, rgba(255,255,255,0.05) 1px, transparent 1px, transparent 18px);
}

.asn-sports-hero h1 {
    margin: 0;
    font-size: clamp(48px, 7vw, 86px);
    text-transform: uppercase;
}

.asn-sports-hero span {
    display: block;
    width: 66px;
    height: 4px;
    margin: 24px auto 18px;
    background: var(--asn-red);
}

.asn-sports-hero p {
    margin: 0;
    font-size: clamp(20px, 2vw, 28px);
}

.asn-sports-intro {
    max-width: 980px;
    padding: 28px 0 14px;
    text-align: center;
    font-size: 19px;
}

.asn-sports-intro p {
    margin: 0 0 20px;
}

.asn-sports-list {
    padding: 18px 0 96px;
}

.asn-sports-category {
    padding: 28px 0 92px;
}

.asn-sports-category h1 {
    margin: 0 0 22px;
    padding: 22px 20px;
    color: #fff;
    background: var(--asn-primary);
    font-size: clamp(32px, 4vw, 46px);
    text-transform: uppercase;
}

.asn-sports-category > p {
    margin: 0 0 28px;
    font-size: 21px;
    line-height: 1.6;
}

.asn-sports-category hr {
    height: 2px;
    margin: 0 0 38px;
    background: var(--asn-border);
    border: 0;
}

.asn-sports-card {
    width: min(100%, 790px);
    background: var(--asn-card);
    border: 2px solid var(--asn-border);
}

.asn-sports-card-large {
    width: min(100%, 920px);
}

.asn-sports-card a {
    display: block;
    text-decoration: none;
}

.asn-sports-card img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    background: #d9dce2;
}

.asn-sports-card-large img {
    height: 390px;
}

.asn-sports-card div {
    padding: 18px;
}

.asn-sports-card span {
    display: inline-block;
    padding: 6px 10px;
    color: #fff;
    background: var(--asn-primary);
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.asn-sports-card-large span {
    background: var(--asn-red);
}

.asn-sports-card h2 {
    margin: 13px 0 6px;
    font-family: Arial, sans-serif;
    font-size: 21px;
    line-height: 1.25;
}

.asn-sports-card p {
    margin: 0;
    color: var(--asn-muted-text);
}

.asn-sports-card time {
    display: block;
    color: var(--asn-muted-text);
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.asn-esports-intro {
    max-width: 880px;
    padding: 28px 0 18px;
    text-align: center;
    font-size: 18px;
}

.asn-esports-intro-narrow {
    max-width: 920px;
    padding-bottom: 10px;
}

.asn-esports-intro p {
    margin: 0 0 20px;
}

.asn-events-box {
    padding: 18px;
    margin-bottom: 24px;
    background: var(--asn-card);
    border: 1px solid var(--asn-border);
}

.asn-events-box h2 {
    padding-bottom: 12px;
    margin: 0 0 12px;
    color: var(--asn-primary);
    font-family: Arial, sans-serif;
    font-size: 25px;
    border-bottom: 3px solid var(--asn-red);
}

.asn-events-box table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.asn-events-box th,
.asn-events-box td {
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid var(--asn-muted);
}

.asn-events-box th {
    font-weight: 700;
}

.asn-events-box td:nth-child(3),
.asn-events-box td:nth-child(4) {
    color: var(--asn-muted-text);
}

.asn-events-box td span {
    display: inline-block;
    padding: 5px 9px;
    color: #fff;
    background: var(--asn-primary);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.asn-esports-card-wrap {
    padding: 0 0 112px;
}

.asn-esports-card-wrap-narrow {
    max-width: 920px;
    padding-top: 8px;
}

.asn-esports-rule {
    max-width: 920px;
}

.asn-esports-rule hr {
    height: 2px;
    margin: 0 0 34px;
    background: var(--asn-border);
    border: 0;
}

.asn-esports-card img {
    height: 355px;
}

.asn-esports-card span {
    background: var(--asn-red);
}

.asn-tournaments-intro {
    max-width: 900px;
    padding: 28px 0 22px;
    text-align: center;
    font-size: 18px;
}

.asn-tournaments-intro p {
    margin: 0 0 20px;
}

.asn-tournaments-rule {
    max-width: 920px;
}

.asn-tournaments-rule hr {
    height: 2px;
    margin: 0 0 34px;
    background: var(--asn-border);
    border: 0;
}

.asn-tournaments-card-wrap {
    padding: 8px 0 112px;
}

.asn-tournaments-card img {
    height: 380px;
}

.asn-tournaments-card span {
    background: var(--asn-red);
}

.asn-betting-intro {
    max-width: 920px;
    padding: 28px 0 10px;
    text-align: center;
    font-size: 18px;
}

.asn-betting-intro p {
    margin: 0 0 20px;
}

.asn-betting-rule {
    max-width: 920px;
}

.asn-betting-rule hr {
    height: 2px;
    margin: 0 0 34px;
    background: var(--asn-border);
    border: 0;
}

.asn-betting-card-wrap {
    padding: 0 0 112px;
}

.asn-betting-card img {
    height: 380px;
}

.asn-licenses-page {
    background: var(--asn-bg);
}

.asn-licenses-hero {
    padding-top: 72px;
    padding-bottom: 72px;
}

.asn-licenses-hero h1 {
    font-size: clamp(56px, 6.8vw, 84px);
}

.asn-licenses-hero p {
    font-size: clamp(18px, 1.4vw, 22px);
    font-weight: 700;
}

.asn-licenses-content {
    padding: 24px 0 72px;
}

.asn-licenses-intro {
    max-width: 900px;
    padding: 0 0 32px;
    margin: 0 auto 32px;
    text-align: center;
    font-size: 16px;
    line-height: 1.65;
    border-bottom: 2px solid var(--asn-border);
}

.asn-licenses-intro p {
    margin: 0 auto 18px;
}

.asn-licenses-intro p:last-child {
    margin-bottom: 0;
}

.asn-licenses-card-wrap {
    max-width: 672px;
    margin: 0;
}

.asn-licenses-card {
    width: 100%;
    background: var(--asn-card);
    border: 2px solid var(--asn-border);
}

.asn-licenses-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.asn-licenses-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    background: #d9dce2;
}

.asn-licenses-card div {
    padding: 12px;
}

.asn-licenses-card span {
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    background: var(--asn-primary);
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.asn-licenses-card h2 {
    margin: 10px 0 8px;
    color: var(--asn-text);
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25;
}

.asn-licenses-card time {
    display: block;
    color: var(--asn-muted-text);
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.asn-live-intro {
    max-width: 920px;
    padding: 28px 0 10px;
    text-align: center;
    font-size: 18px;
}

.asn-live-intro p {
    margin: 0 0 20px;
}

.asn-live-rule {
    max-width: 920px;
}

.asn-live-rule hr {
    height: 2px;
    margin: 0 0 34px;
    background: var(--asn-border);
    border: 0;
}

.asn-live-card-wrap {
    padding: 0 0 112px;
}

.asn-live-card img {
    height: 380px;
}

.asn-rugby-hero {
    color: #fff;
    background: var(--asn-primary);
}

.asn-rugby-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 54px;
    align-items: start;
    padding: 72px 0 82px;
}

.asn-rugby-badge {
    display: inline-block;
    padding: 9px 16px;
    margin-bottom: 24px;
    color: #fff;
    background: var(--asn-red);
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.asn-rugby-hero h1 {
    max-width: 920px;
    margin: 0 0 22px;
    font-size: 76px;
    line-height: 0.98;
}

.asn-rugby-hero p {
    max-width: 880px;
    margin: 0 0 28px;
    font-size: 25px;
    line-height: 1.45;
}

.asn-rugby-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 32px;
    font-size: 19px;
}

.asn-rugby-author img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.35);
}

.asn-rugby-author span::before {
    content: ".";
    margin: 0 14px 0 4px;
    color: rgba(255,255,255,0.65);
}

.asn-rugby-cta {
    display: inline-block;
    min-width: 440px;
    padding: 18px 28px;
    color: #fff;
    background: var(--asn-red);
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.asn-top-picks {
    padding: 24px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.22);
}

.asn-top-picks h2 {
    display: flex;
    flex-direction: column;
    padding-bottom: 18px;
    margin: 0 0 14px;
    border-bottom: 1px solid rgba(255,255,255,0.22);
}

.asn-top-picks h2 span {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 24px;
}

.asn-top-picks h2 small {
    font-size: 14px;
    opacity: 0.8;
}

.asn-top-pick {
    position: relative;
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 16px 14px;
    margin-bottom: 12px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
}

.asn-top-pick b {
    position: absolute;
    top: -1px;
    left: -12px;
    width: 38px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--asn-red);
    font-style: normal;
}

.asn-top-pick i {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    color: var(--asn-primary);
    background: #d9dce2;
    font-style: normal;
}

.asn-top-pick strong,
.asn-top-pick em,
.asn-top-pick a {
    display: block;
}

.asn-top-pick strong {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 17px;
}

.asn-top-pick em {
    margin: 5px 0 9px;
    color: var(--asn-red);
    font-style: normal;
    font-weight: 700;
}

.asn-top-pick a {
    padding: 8px 12px;
    color: #fff;
    background: var(--asn-red);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.asn-top-pick > span {
    align-self: start;
    padding: 4px 8px;
    background: rgba(255,255,255,0.18);
    font-weight: 700;
}

.asn-rugby-content {
    padding: 42px 0 88px;
}

.asn-toc {
    padding: 26px 34px;
    margin-bottom: 54px;
    background: #d9dce2;
    border: 2px solid var(--asn-border);
}

.asn-toc summary {
    color: var(--asn-primary);
    cursor: pointer;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}

.asn-toc ol {
    columns: 2;
    margin: 18px 0 0;
    padding-left: 24px;
}

.asn-toc a {
    color: var(--asn-primary);
    font-weight: 700;
}

.asn-rugby-content h2 {
    padding-bottom: 12px;
    margin: 0 0 30px;
    color: var(--asn-primary);
    font-size: 44px;
    border-bottom: 3px solid var(--asn-red);
}

.asn-rugby-sites-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 60px;
}

.asn-rugby-site-card {
    overflow: hidden;
    background: #fff;
    border: 2px solid var(--asn-red);
}

.asn-rugby-site-card header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    background: #f1f2f4;
    border-bottom: 1px solid var(--asn-border);
}

.asn-rugby-site-card header span {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--asn-red);
    font-weight: 700;
}

.asn-rugby-site-card header b {
    font-size: 18px;
}

.asn-rugby-logo {
    display: flex;
    height: 210px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f6f6f7;
}

.asn-rugby-logo i {
    display: flex;
    width: 130px;
    height: 90px;
    align-items: center;
    justify-content: center;
    color: var(--asn-primary);
    background: #d9dce2;
    border: 2px dashed var(--asn-border);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.asn-rugby-logo small {
    margin-top: 8px;
    color: var(--asn-muted-text);
}

.asn-rugby-site-card h3 {
    margin: 0;
    padding: 18px;
    color: #fff;
    background: var(--asn-primary);
    font-size: 26px;
    text-align: center;
}

.asn-rugby-site-card p {
    margin: 22px 0 8px;
    color: var(--asn-muted-text);
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.asn-rugby-site-card > strong {
    display: block;
    min-height: 58px;
    padding: 0 20px;
    color: var(--asn-red);
    font-size: 22px;
    text-align: center;
}

.asn-rugby-site-card > a {
    display: block;
    margin: 20px 24px 26px;
    padding: 14px;
    color: #fff;
    background: var(--asn-red);
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.asn-rugby-section {
    margin-top: 52px;
}

.asn-comparison-table {
    overflow-x: auto;
}

.asn-comparison-table table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid var(--asn-border);
}

.asn-comparison-table th,
.asn-comparison-table td {
    padding: 13px 16px;
    border-bottom: 1px solid var(--asn-muted);
    text-align: left;
}

.asn-comparison-table th {
    color: #fff;
    background: var(--asn-primary);
}

.asn-rugby-text-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.asn-rugby-text-grid div,
.asn-rugby-section details {
    padding: 20px;
    background: #fff;
    border: 1px solid var(--asn-border);
}

.asn-rugby-text-grid h3 {
    margin: 0 0 10px;
    color: var(--asn-primary);
    font-family: Arial, sans-serif;
}

.asn-market-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
    list-style: none;
}

.asn-market-list li {
    padding: 14px 18px;
    background: #fff;
    border-left: 4px solid var(--asn-red);
}

.asn-rugby-section details {
    margin-bottom: 12px;
}

.asn-rugby-section summary {
    color: var(--asn-primary);
    cursor: pointer;
    font-weight: 700;
}

.asn-live-single-article {
    width: min(100% - 32px, 1040px);
    padding: 58px 0 96px;
    margin: 0 auto;
}

.asn-live-single-header {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 54px 0 34px;
    text-align: left;
}

.asn-live-single-header span {
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 18px;
    color: #fff;
    background: var(--asn-red);
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.asn-live-single-header h1 {
    margin: 0 0 20px;
    color: var(--asn-primary);
    font-size: clamp(36px, 5vw, 54px);
    line-height: 1.04;
    overflow-wrap: anywhere;
}

.asn-live-single-header p {
    margin: 0;
    font-size: 20px;
}

.asn-live-single-image {
    max-width: 960px;
    margin: 0 auto 34px;
    border: 2px solid var(--asn-border);
}

.asn-live-single-image img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.asn-live-single-content {
    max-width: 900px;
    padding: 34px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    border: 1px solid var(--asn-border);
    font-size: 18px;
    overflow-wrap: break-word;
}

.asn-live-single-content h2,
.asn-live-single-content h3 {
    color: var(--asn-primary);
    font-family: Arial, sans-serif;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.asn-live-single-content p,
.asn-live-single-content li {
    max-width: 100%;
}

.asn-live-single-content img,
.asn-live-single-content iframe,
.asn-live-single-content video,
.asn-live-single-content table {
    max-width: 100%;
}

.asn-live-single-content iframe,
.asn-live-single-content video {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.asn-live-single-content table {
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
}

.asn-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    color: var(--asn-muted-text);
    font-family: Arial, sans-serif;
    font-size: 15px !important;
}

.asn-site-reviews-intro {
    max-width: 900px;
    padding: 28px 0 10px;
    text-align: center;
    font-size: 18px;
}

.asn-site-reviews-intro p {
    margin: 0 0 20px;
}

.asn-site-reviews-rule {
    max-width: 900px;
}

.asn-site-reviews-rule hr {
    height: 2px;
    margin: 0 0 34px;
    background: var(--asn-border);
    border: 0;
}

.asn-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding-bottom: 82px;
}

.asn-review-card {
    background: #fff;
    border: 2px solid var(--asn-border);
}

.asn-review-card-featured {
    border-color: var(--asn-red);
}

.asn-review-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.asn-review-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: #d9dce2;
}

.asn-review-card div {
    padding: 20px;
}

.asn-review-card p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
}

.asn-review-card p span {
    display: inline-block;
    padding: 6px 9px;
    color: #fff;
    background: var(--asn-red);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.asn-review-card p strong {
    color: var(--asn-red);
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.asn-review-card h2 {
    margin: 0 0 8px;
    color: #06152f;
    font-size: 23px;
}

.asn-review-card em {
    display: block;
    min-height: 72px;
    color: var(--asn-muted-text);
    font-style: normal;
    line-height: 1.45;
}

.asn-review-card time {
    display: block;
    margin-top: 16px;
    color: var(--asn-muted-text);
    font-size: 12px;
}

.asn-review-hero {
    color: #fff;
    background: var(--asn-primary);
}

.asn-review-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 44px;
    align-items: center;
    padding: 46px 0;
}

.asn-review-hero span {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 16px;
    background: var(--asn-red);
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.asn-review-hero h1 {
    margin: 0 0 18px;
    font-size: 48px;
    text-transform: uppercase;
}

.asn-review-hero p {
    max-width: 820px;
    margin: 0 0 22px;
    font-size: 18px;
}

.asn-review-hero a {
    display: inline-block;
    padding: 12px 18px;
    color: #fff;
    background: var(--asn-red);
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.asn-review-hero aside {
    overflow: hidden;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.22);
}

.asn-review-hero aside b,
.asn-review-hero aside small {
    display: block;
    padding: 0 20px;
}

.asn-review-hero aside b {
    padding-top: 18px;
    color: #fff;
    font-size: 42px;
}

.asn-review-hero aside small {
    padding-bottom: 18px;
    opacity: 0.84;
}

.asn-review-hero aside img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.asn-review-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 22px;
    background: #fff;
    border: 1px solid var(--asn-border);
}

.asn-review-strip div {
    padding: 16px;
    border-right: 1px solid var(--asn-border);
}

.asn-review-strip div:last-child {
    border-right: 0;
}

.asn-review-strip strong,
.asn-review-strip span {
    display: block;
}

.asn-review-strip strong {
    color: var(--asn-primary);
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.asn-review-detail-body {
    padding: 30px 0 88px;
}

.asn-review-section {
    margin-top: 34px;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--asn-border);
}

.asn-review-section h2 {
    padding-bottom: 10px;
    margin: 0 0 18px;
    color: var(--asn-primary);
    font-size: 30px;
    border-bottom: 2px solid var(--asn-red);
}

.asn-review-section h3 {
    margin: 0 0 12px;
    color: var(--asn-primary);
    font-family: Arial, sans-serif;
}

.asn-review-verdict strong {
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 14px;
    color: #fff;
    background: var(--asn-red);
    font-family: Arial, sans-serif;
    font-size: 22px;
}

.asn-pros-cons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.asn-pros-cons div {
    padding: 18px;
    background: #f7f7f8;
    border: 1px solid var(--asn-border);
}

.asn-pros-cons ul {
    margin: 0;
    padding-left: 20px;
}

.asn-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.asn-payment-grid div {
    padding: 16px;
    background: #f7f7f8;
    border: 1px solid var(--asn-border);
}

.asn-payment-grid strong,
.asn-payment-grid span {
    display: block;
}

.asn-payment-grid strong {
    color: var(--asn-primary);
    font-family: Arial, sans-serif;
}

.asn-review-section details {
    padding: 16px;
    margin-bottom: 12px;
    background: #f7f7f8;
    border: 1px solid var(--asn-border);
}

.asn-review-section summary {
    color: var(--asn-primary);
    cursor: pointer;
    font-weight: 700;
}

.asn-static-content {
    padding: 26px 0 76px;
}

.asn-static-title {
    padding: 18px 24px;
    margin-bottom: 22px;
    color: #fff;
    background: var(--asn-primary);
}

.asn-static-title h1 {
    margin: 0;
    font-size: clamp(32px, 4vw, 48px);
    text-transform: uppercase;
}

.asn-static-panel {
    padding: 28px;
    background: #fff;
    border: 2px solid var(--asn-border);
}

.asn-page-section-title {
    padding-left: 14px;
    margin: 28px 0 18px;
    color: var(--asn-primary);
    font-size: clamp(24px, 3vw, 32px);
    text-transform: uppercase;
    border-left: 5px solid var(--asn-red);
}

.asn-about-redline {
    margin: 0 0 22px;
    color: var(--asn-red);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.35;
}

.asn-about-copy p {
    margin: 0 0 18px;
}

.asn-team-card {
    padding: 18px;
    margin: 24px 0;
    background: #d9dce2;
    border-left: 5px solid var(--asn-red);
}

.asn-team-card-blue {
    border-left-color: var(--asn-secondary);
}

.asn-team-head {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 14px;
}

.asn-team-head img {
    width: 118px;
    height: 118px;
    object-fit: cover;
    border: 2px solid currentColor;
}

.asn-team-head h3 {
    margin: 0 0 6px;
    color: var(--asn-primary);
    font-family: Arial, sans-serif;
    font-size: 20px;
}

.asn-team-head p {
    margin: 0;
    color: var(--asn-muted-text);
    font-family: Arial, sans-serif;
}

.asn-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
    gap: 24px;
}

.asn-contact-form {
    display: grid;
    gap: 12px;
}

.asn-contact-form label {
    font-weight: 700;
}

.asn-contact-form input,
.asn-contact-form textarea {
    width: 100%;
    padding: 12px;
    background: #f3f3f4;
    border: 1px solid var(--asn-border);
    font: inherit;
}

.asn-contact-form button {
    padding: 14px 20px;
    color: #fff;
    background: var(--asn-primary);
    border: 0;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.asn-contact-side {
    display: grid;
    gap: 24px;
    align-content: start;
}

.asn-contact-side a {
    color: var(--asn-red);
    text-decoration: none;
}

.asn-contact-side a:hover {
    text-decoration: underline;
}

.asn-hours-panel {
    padding: 28px;
    background: #d9dce2;
    border: 2px solid var(--asn-border);
}

.asn-hours-panel h2 {
    margin: 0 0 14px;
    color: var(--asn-text);
    font-size: 22px;
}

.asn-hours-panel p {
    margin: 0 0 6px;
}

.asn-legal-copy {
    font-size: 15px;
    line-height: 1.7;
}

.asn-legal-copy p {
    margin: 0 0 16px;
}

.asn-legal-copy ul {
    margin: 0 0 18px;
    padding-left: 22px;
}

.asn-legal-copy li {
    margin-bottom: 6px;
}

.asn-legal-date {
    color: var(--asn-muted-text);
    font-size: 13px;
}

.asn-legal-box,
.asn-legal-notice,
.asn-legal-warning {
    padding: 18px;
    margin: 18px 0;
    background: #d9dce2;
    border-left: 5px solid var(--asn-primary);
}

.asn-legal-notice {
    background: #e3e5ea;
    border-left-color: var(--asn-red);
}

.asn-legal-warning {
    background: #f7dddd;
    border-left-color: var(--asn-red);
}

.asn-legal-box p,
.asn-legal-notice p,
.asn-legal-warning p {
    margin-bottom: 6px;
}

.asn-payment-page {
    background: var(--asn-bg);
}

.asn-payment-hero {
    padding-top: 72px;
    padding-bottom: 72px;
}

.asn-payment-hero h1 {
    font-size: clamp(54px, 7vw, 88px);
}

.asn-payment-hero p {
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 700;
}

.asn-payment-content {
    padding: 28px 0 82px;
}

.asn-payment-intro {
    max-width: 920px;
    padding: 0 0 34px;
    margin: 0 auto 34px;
    text-align: center;
    font-size: 18px;
    line-height: 1.65;
    border-bottom: 2px solid var(--asn-border);
}

.asn-payment-intro p {
    margin: 0 auto 20px;
}

.asn-payment-intro p:last-child {
    margin-bottom: 0;
}

.asn-payment-card-wrap {
    max-width: 672px;
    margin: 0;
}

.asn-payment-card {
    width: 100%;
    background: var(--asn-card);
    border: 2px solid var(--asn-border);
}

.asn-payment-card a,
.asn-payment-related a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.asn-payment-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #d9dce2;
}

.asn-payment-card div {
    padding: 14px;
}

.asn-payment-card span,
.asn-payment-related span {
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    background: var(--asn-primary);
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.asn-payment-card h2 {
    margin: 10px 0 8px;
    color: var(--asn-text);
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.25;
}

.asn-payment-card time,
.asn-payment-related time {
    display: block;
    color: var(--asn-muted-text);
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.asn-payment-detail {
    max-width: 960px;
    padding-top: 48px;
    padding-bottom: 86px;
}

.asn-payment-detail-header h1 {
    max-width: 820px;
    margin: 0 0 12px;
    color: var(--asn-text);
    font-family: Arial, sans-serif;
    font-size: clamp(38px, 5.2vw, 58px);
    line-height: 0.96;
    letter-spacing: 0;
}

.asn-payment-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin: 0 0 28px;
    color: var(--asn-muted-text);
    font-size: 13px;
}

.asn-payment-meta span + span::before {
    margin-right: 9px;
    content: "\00b7";
}

.asn-payment-meta strong {
    padding: 5px 9px;
    color: #fff;
    background: var(--asn-red);
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
}

.asn-payment-figure {
    margin: 0 0 32px;
}

.asn-payment-figure img {
    width: 100%;
    max-height: 1120px;
    object-fit: cover;
}

.asn-payment-figure figcaption {
    max-width: 740px;
    margin: 24px auto 0;
    text-align: center;
    font-size: 15px;
}

.asn-payment-author {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 18px;
    max-width: 680px;
    padding: 18px 24px;
    margin: 0 auto 44px;
    background: #fff;
    border: 1px solid var(--asn-border);
}

.asn-payment-author img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
}

.asn-payment-author strong,
.asn-payment-author span {
    display: block;
    font-family: Arial, sans-serif;
}

.asn-payment-author strong {
    font-size: 13px;
}

.asn-payment-author span {
    color: var(--asn-muted-text);
    font-size: 12px;
}

.asn-payment-author p {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.55;
}

.asn-payment-faq {
    max-width: 680px;
    margin: 0 auto 36px;
}

.asn-payment-faq h2,
.asn-payment-related h2 {
    padding-bottom: 9px;
    margin: 0 0 20px;
    color: var(--asn-primary);
    border-bottom: 2px solid var(--asn-red);
    font-family: Arial, sans-serif;
    font-size: 28px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0;
}

.asn-payment-faq details {
    border-bottom: 1px solid var(--asn-border);
}

.asn-payment-faq summary {
    cursor: pointer;
    padding: 14px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.asn-payment-faq p {
    margin: 0 0 14px;
    font-size: 14px;
}

.asn-payment-back {
    max-width: 680px;
    margin: 0 auto 46px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.asn-payment-back a {
    color: var(--asn-primary);
    text-decoration: none;
}

.asn-payment-related {
    margin-top: 0;
}

.asn-payment-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.asn-payment-related article {
    background: #fff;
    border: 1px solid var(--asn-border);
}

.asn-payment-related img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.asn-payment-related div {
    padding: 12px;
}

.asn-payment-related h3 {
    margin: 9px 0 8px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.25;
}

.asn-virtual-intro {
    max-width: 920px;
    padding: 28px 0 12px;
    text-align: center;
    font-size: 18px;
}

.asn-virtual-intro p {
    margin: 0 0 20px;
}

.asn-virtual-feature {
    padding: 10px 0 32px;
}

.asn-virtual-feature article {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    overflow: hidden;
    background: #fff;
    border: 2px solid var(--asn-red);
}

.asn-virtual-feature img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.asn-virtual-feature div {
    padding: 34px;
}

.asn-virtual-feature span {
    display: inline-block;
    padding: 7px 11px;
    color: #fff;
    background: var(--asn-red);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.asn-virtual-feature h2 {
    margin: 16px 0 14px;
    color: var(--asn-primary);
    font-size: clamp(30px, 4vw, 48px);
}

.asn-virtual-feature p {
    margin: 0 0 24px;
    color: var(--asn-muted-text);
    font-size: 18px;
}

.asn-virtual-feature a {
    display: inline-block;
    padding: 13px 18px;
    color: #fff;
    background: var(--asn-primary);
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.asn-virtual-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding-bottom: 88px;
}

.asn-virtual-hero {
    background-color: var(--asn-primary);
    background-image: linear-gradient(135deg, rgba(206,23,23,0.28), transparent 45%), repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0, rgba(255,255,255,0.05) 1px, transparent 1px, transparent 18px);
}

.asn-footer {
    color: #fff;
    background: var(--asn-primary);
    font-family: Arial, sans-serif;
}

.asn-footer-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
    padding: 38px 0;
}

.asn-footer h2 {
    padding-bottom: 8px;
    margin: 0 0 14px;
    color: #fff;
    font-size: 18px;
    border-bottom: 2px solid var(--asn-red);
}

.asn-footer p,
.asn-footer address,
.asn-footer a {
    font-size: 14px;
    line-height: 1.55;
}

.asn-footer a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.asn-footer a:hover {
    text-decoration: underline;
}

.asn-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 14px 16px;
    background: var(--asn-dark);
    font-size: 12px;
}

.asn-age {
    padding: 4px 8px;
    background: var(--asn-red);
    font-weight: 700;
}

@media (max-width: 900px) {
    .asn-lead-grid,
    .asn-about-grid,
    .asn-footer-grid,
    .asn-rugby-hero-grid,
    .asn-rugby-sites-grid,
    .asn-rugby-text-grid,
    .asn-market-list,
    .asn-review-grid,
    .asn-virtual-feature article,
    .asn-virtual-grid,
    .asn-review-hero-grid,
    .asn-review-strip,
    .asn-pros-cons,
    .asn-payment-grid,
    .asn-contact-grid {
        grid-template-columns: 1fr;
    }

    .asn-rugby-hero-grid {
        padding: 52px 0 62px;
    }

    .asn-rugby-hero h1 {
        font-size: 52px;
    }

    .asn-rugby-hero p {
        font-size: 21px;
    }

    .asn-rugby-cta {
        min-width: 0;
        width: 100%;
    }

    .asn-top-picks {
        max-width: 560px;
    }

    .asn-review-hero h1 {
        font-size: 38px;
    }

    .asn-review-card em {
        min-height: 0;
    }

    .asn-payment-related-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .asn-container {
        width: min(100% - 24px, 1200px);
    }

    .asn-topbar-inner,
    .asn-breaking {
        align-items: flex-start;
        flex-direction: column;
    }

    .asn-logo {
        font-size: 26px;
    }

    .asn-logo small {
        font-size: 9px;
    }

    .asn-nav .asn-container {
        width: min(100% - 24px, 1200px);
    }

    .asn-menu-toggle {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        padding: 14px 0;
        color: #fff;
        background: transparent;
        border: 0;
        font-family: Arial, sans-serif;
        font-size: 17px;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        cursor: pointer;
    }

    .asn-menu-toggle span,
    .asn-menu-toggle span::before,
    .asn-menu-toggle span::after {
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        content: "";
    }

    .asn-menu-toggle span {
        position: relative;
    }

    .asn-menu-toggle span::before,
    .asn-menu-toggle span::after {
        position: absolute;
        left: 0;
    }

    .asn-menu-toggle span::before {
        top: -7px;
    }

    .asn-menu-toggle span::after {
        top: 7px;
    }

    .asn-menu {
        display: none;
        padding-bottom: 8px;
    }

    .asn-nav.is-open .asn-menu {
        display: block;
    }

    .asn-menu a {
        display: block;
        padding: 13px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .asn-menu ul {
        position: static;
        display: block;
        max-width: none;
        max-height: none;
        overflow: visible;
        box-shadow: none;
        border: 0;
    }

    .asn-menu ul a {
        padding-left: 28px;
    }

    .asn-sports-hero {
        padding: 48px 12px 54px;
    }

    .asn-sports-card img,
    .asn-sports-card-large img {
        height: 260px;
    }

    .asn-sports-category > p,
    .asn-sports-intro,
    .asn-esports-intro,
    .asn-tournaments-intro,
    .asn-betting-intro,
    .asn-licenses-intro,
    .asn-payment-intro {
        font-size: 17px;
    }

    .asn-events-box {
        overflow-x: auto;
    }

    .asn-events-box table {
        min-width: 680px;
    }

    .asn-esports-card img {
        height: 260px;
    }

    .asn-tournaments-card img {
        height: 260px;
    }

    .asn-betting-card img {
        height: 260px;
    }

    .asn-licenses-intro {
        text-align: left;
    }

    .asn-licenses-card img,
    .asn-payment-card img {
        height: 260px;
    }

    .asn-payment-intro {
        text-align: left;
    }

    .asn-payment-detail {
        padding-top: 34px;
    }

    .asn-payment-meta {
        display: block;
    }

    .asn-payment-meta span,
    .asn-payment-meta strong {
        display: inline-block;
        margin: 0 8px 8px 0;
    }

    .asn-payment-author {
        grid-template-columns: 1fr;
    }

    .asn-live-intro {
        font-size: 17px;
        text-align: left;
    }

    .asn-live-card img {
        height: 260px;
    }

    .asn-rugby-hero h1 {
        font-size: 36px;
    }

    .asn-rugby-hero p {
        font-size: 18px;
    }

    .asn-rugby-author {
        align-items: flex-start;
        flex-direction: column;
        font-size: 17px;
    }

    .asn-rugby-author span::before {
        content: "";
        margin: 0;
    }

    .asn-rugby-cta {
        padding: 15px 18px;
        font-size: 19px;
    }

    .asn-top-pick {
        grid-template-columns: 48px 1fr;
    }

    .asn-top-pick > span {
        grid-column: 2;
        justify-self: start;
    }

    .asn-toc {
        padding: 20px;
    }

    .asn-toc ol {
        columns: 1;
    }

    .asn-rugby-content h2 {
        font-size: 30px;
    }

    .asn-rugby-site-card h3 {
        font-size: 22px;
    }

    .asn-live-single-header h1 {
        font-size: 34px;
    }

    .asn-live-single-content {
        padding: 22px;
        font-size: 17px;
    }

    .asn-site-reviews-intro {
        font-size: 17px;
        text-align: left;
    }

    .asn-virtual-intro {
        font-size: 17px;
        text-align: left;
    }

    .asn-virtual-feature img {
        min-height: 260px;
    }

    .asn-virtual-feature div {
        padding: 22px;
    }

    .asn-review-card img {
        height: 210px;
    }

    .asn-review-hero h1 {
        font-size: 30px;
    }

    .asn-review-hero p {
        font-size: 17px;
    }

    .asn-review-section {
        padding: 18px;
    }

    .asn-review-section h2 {
        font-size: 24px;
    }

    .asn-static-panel,
    .asn-hours-panel {
        padding: 20px;
    }

    .asn-team-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .asn-team-head img {
        width: 96px;
        height: 96px;
    }
}

