:root {
	--rs-wine: #5d001d;
	--rs-wine-deep: #26000d;
	--rs-wine-dark: #190009;
	--rs-wine-light: #87002c;
	--rs-cream: #f7f2ef;
	--rs-ink: #2a0914;
	--rs-line: rgba(255, 255, 255, .13);
	--rs-soft-line: rgba(93, 0, 29, .16);
	--rs-white: #fff;
}

body.rs-redesign {
	background: var(--rs-wine-deep) !important;
	color: var(--rs-white);
	font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
	margin: 0;
	overflow-x: hidden;
}

body.rs-redesign *,
body.rs-redesign *::before,
body.rs-redesign *::after { box-sizing: border-box; }

body.rs-redesign .site-wrapper {
	background:
		radial-gradient(circle at 78% 16%, rgba(150, 0, 47, .34), transparent 34%),
		linear-gradient(135deg, #21000c 0%, #5d001d 48%, #2b000f 100%) !important;
	min-height: 100vh;
}

.rs-shell {
	margin: 0 auto;
	max-width: 1500px;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}

.rs-site-header {
	background: linear-gradient(90deg, rgba(58, 0, 19, .98), rgba(104, 0, 33, .98), rgba(47, 0, 16, .98));
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	position: relative;
	z-index: 100;
}

.rs-site-header__inner {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: 250px minmax(0, 1fr) auto;
	height: 82px;
}

.rs-brand {
	align-items: center;
	color: #fff !important;
	display: inline-flex;
	gap: 12px;
	line-height: .9;
	text-decoration: none !important;
	text-transform: uppercase;
}

.rs-brand img {
	height: 58px;
	object-fit: contain;
	width: 58px;
}

.rs-brand span {
	display: grid;
	font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
	font-size: 25px;
	font-style: italic;
	font-weight: 900;
	letter-spacing: .02em;
}

.rs-brand b,
.rs-brand strong { font-weight: 900; }

.rs-main-nav__list,
.rs-main-nav__fallback ul {
	align-items: center;
	display: flex;
	gap: clamp(22px, 2.8vw, 48px);
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rs-main-nav li { position: relative; }
.rs-main-nav__list > li { align-items: center; display: flex; height: 82px; }

.rs-main-nav a {
	color: rgba(255, 255, 255, .94) !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .025em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.rs-main-nav .menu-item-has-children > a::after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	display: inline-block;
	height: 6px;
	margin: 0 0 3px 9px;
	transform: rotate(45deg);
	width: 6px;
}

.rs-main-nav .sub-menu {
	background: #350011;
	border: 1px solid var(--rs-line);
	box-shadow: 0 18px 45px rgba(0, 0, 0, .36);
	display: none;
	left: -18px;
	list-style: none;
	margin: 0;
	min-width: 200px;
	padding: 12px 0;
	position: absolute;
	top: 100%;
}

.rs-main-nav li:hover > .sub-menu,
.rs-main-nav li:focus-within > .sub-menu { display: block; }
.rs-main-nav .sub-menu a { display: block; padding: 10px 18px; }
.rs-main-nav .sub-menu a:hover { background: rgba(255, 255, 255, .07); }

.rs-header-actions { display: flex; gap: 12px; }
.rs-icon-button {
	align-items: center;
	background: transparent;
	border: 0;
	color: #fff !important;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	padding: 8px;
	width: 40px;
}
.rs-icon-button svg { fill: none; height: 23px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; width: 23px; }
.rs-menu-toggle { display: none; }

.rs-search-panel {
	background: rgba(35, 0, 12, .98);
	border-top: 1px solid var(--rs-line);
	padding: 18px 0;
	position: absolute;
	top: 100%;
	width: 100%;
}
.rs-search-panel form { display: flex; margin: 0 auto; max-width: 720px; }
.rs-search-panel input { background: #fff; border: 0; flex: 1; height: 48px; padding: 0 18px; }
.rs-search-panel button { background: var(--rs-wine-light); border: 0; color: #fff; padding: 0 24px; }

.rs-home { padding: 10px 0 14px; }
.rs-home-grid { display: grid; gap: 26px; grid-template-columns: minmax(0, 1fr) 420px; }
.rs-home-main { min-width: 0; }

.rs-home--builder { padding-bottom: 26px; padding-top: 18px; }
.rs-home--editor { padding-bottom: 26px; padding-top: 18px; }
.rs-editor-home { min-height: 320px; }
.rs-editor-home::after { clear: both; content: ""; display: table; }
.rs-editor-home > :first-child { margin-top: 0; }
.rs-editor-home > :last-child { margin-bottom: 0; }
.rs-editor-home .wp-block-columns { gap: 18px; }
.rs-editor-home .rugby-match,
.rs-editor-home .rugby-fixtures,
.rs-editor-home .rugby-standings { margin-left: 0; margin-right: 0; max-width: none; }
.rs-alc-element { margin-bottom: 18px; min-width: 0; }
.rs-alc-element > :last-child { margin-bottom: 0; }
.rs-builder-grid { display: grid; gap: 18px; grid-template-columns: repeat(12, minmax(0, 1fr)); }
.rs-builder-block { min-width: 0; }
.rs-builder-block--12 { grid-column: span 12; }
.rs-builder-block--8 { grid-column: span 8; }
.rs-builder-block--6 { grid-column: span 6; }
.rs-builder-block--4 { grid-column: span 4; }
.rs-builder-block > .rs-data-card,
.rs-builder-block > .rs-hero { height: 100%; }
.rs-builder-module,
.rs-builder-content,
.rs-builder-news { min-height: 180px; }
.rs-builder-module__content,
.rs-builder-content__body { color: var(--rs-ink); font-family: Arial, sans-serif; }
.rs-builder-module__content > :last-child,
.rs-builder-content__body > :last-child { margin-bottom: 0; }
.rs-builder-module__content .rugby-match,
.rs-builder-module__content .rugby-fixtures,
.rs-builder-module__content .rugby-standings { margin: 0; max-width: none; }
.rs-builder-news__grid { display: grid; gap: 15px; grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)); }
.rs-builder-news article { background: #fff; border: 1px solid var(--rs-soft-line); border-radius: 7px; overflow: hidden; }
.rs-builder-news__image { display: block; height: 135px; overflow: hidden; }
.rs-builder-news__image img { height: 100%; object-fit: cover; width: 100%; }
.rs-builder-news article > div { padding: 14px; }
.rs-builder-news small { background: var(--rs-wine); border-radius: 2px; color: #fff; display: table; font-size: 9px; font-weight: 900; margin-bottom: 8px; padding: 4px 7px; text-transform: uppercase; }
.rs-builder-news h3 { font-size: 17px; line-height: 1.2; margin: 0 0 9px; }
.rs-builder-news h3 a { color: var(--rs-ink) !important; text-decoration: none !important; }
.rs-builder-news time { color: #806f75; font-family: Arial, sans-serif; font-size: 10px; }
.rs-alc-news-timeline { background: linear-gradient(155deg, rgba(48, 0, 16, .96), rgba(91, 0, 30, .88)); border: 1px solid rgba(255, 255, 255, .13); border-radius: 12px; color: #fff; height: 100%; padding: 28px; }
.rs-alc-news-timeline > h2 { color: #fff; font-size: var(--rs-alc-title-size, 20px); font-style: italic; font-weight: 900; margin: 0 0 25px; text-transform: uppercase; }
.rs-alc-news .rs-builder-news > header h2 { font-size: var(--rs-alc-title-size, 18px); }
.rs-alc-news-timeline__list { position: relative; }
.rs-alc-news-timeline__list::before { background: rgba(255, 255, 255, .72); bottom: 28px; content: ""; left: 68px; position: absolute; top: 8px; width: 1px; }
.rs-alc-news-timeline article { display: grid; gap: 12px; grid-template-columns: 50px 14px minmax(0, 1fr); min-height: 88px; }
.rs-alc-news-timeline time { color: rgba(255, 255, 255, .85); font-family: Arial, sans-serif; font-size: 13px; padding-top: 2px; }
.rs-alc-news-dot { background: var(--rs-wine); border: 2px solid #fff; border-radius: 50%; height: 14px; position: relative; width: 14px; z-index: 1; }
.rs-alc-news-timeline article > div { border-bottom: 1px solid rgba(255, 255, 255, .12); min-width: 0; padding: 0 0 18px; }
.rs-alc-news-timeline small { background: #720023; border-radius: 2px; color: #fff; display: table; font-size: 8px; font-weight: 900; margin-bottom: 8px; padding: 4px 7px; text-transform: uppercase; }
.rs-alc-news-timeline h3 { font-family: Arial, sans-serif; font-size: 14px; font-weight: 600; line-height: 1.4; margin: 0; overflow-wrap: anywhere; }
.rs-alc-news-timeline h3 a { color: #fff !important; text-decoration: none !important; }
.rs-news-pagination { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; margin-top: 18px; }
.rs-news-pagination button { background: transparent; border: 1px solid rgba(255, 255, 255, .42); border-radius: 3px; color: #fff; cursor: pointer; font-size: 11px; font-weight: 900; height: 31px; min-width: 31px; padding: 0 7px; }
.rs-news-pagination button:hover,
.rs-news-pagination button.is-active { background: #fff; color: var(--rs-wine); }
.rs-builder-news .rs-news-pagination button { border-color: rgba(104, 0, 32, .35); color: var(--rs-wine); }
.rs-builder-news .rs-news-pagination button:hover,
.rs-builder-news .rs-news-pagination button.is-active { background: var(--rs-wine); color: #fff; }
.rs-news-pagination.is-loading { cursor: wait; opacity: .55; }
.rs-news-pagination.has-error { outline: 1px solid #ff839d; outline-offset: 4px; }
.rs-alc-match-card { height: 100%; padding: 12px 17px; }
.rs-alc-match-card header { margin-bottom: 7px; padding-bottom: 6px; }
.rs-alc-match-card h2 { font-size: 16px; }
.rs-alc-match-card .rs-match-card__teams { margin: 5px 0; }
.rs-alc-match-card .rs-match-card__teams img { height: 43px; width: 43px; }
.rs-alc-match-card .rs-match-score b { font-size: 26px; }
.rs-alc-match-card .rs-match-score small { font-size: 7px; padding: 2px 6px; }
.rs-alc-match-card > p { font-size: 9px; margin: 5px 0 7px; }
.rs-alc-match-card .rs-button,
.rs-alc-match-card .rs-outline-button { font-size: 10px; min-height: 34px; padding: 0 15px; }
.rs-alc-match-card .rs-countdown span { font-size: 13px; min-width: 36px; padding: 4px; }
.rs-alc-calendar .rs-recent-matches__list { grid-template-columns: repeat(auto-fit, minmax(105px, 1fr)); }
.rs-alc-calendar .rs-recent-match { padding-bottom: 27px; }
.rs-alc-calendar .rs-recent-match i { align-items: center; display: flex; font-size: 8px !important; height: 20px !important; justify-content: center; line-height: 1 !important; padding: 0 !important; width: 20px !important; }
.rs-alc-calendar .rs-recent-match small { min-height: 20px; }
.rs-alc-standings .rs-data-card { padding-bottom: 11px; }

.rs-hero {
	background: rgba(19, 0, 7, .72);
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 14px;
	box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
	overflow: hidden;
}

.rs-hero__stage { height: 410px; position: relative; }
.rs-hero-slide {
	background-color: #170008;
	background-position: center;
	background-size: cover;
	display: grid;
	inset: 0;
	opacity: 0;
	place-items: center start;
	pointer-events: none;
	position: absolute;
	transition: opacity .35s ease;
}
.rs-hero-slide::before { background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .55) 46%, rgba(0, 0, 0, .12) 78%); content: ""; inset: 0; position: absolute; }
.rs-hero-slide.is-active { opacity: 1; pointer-events: auto; z-index: 2; }
.rs-hero-slide__content { max-width: 590px; padding: 36px 50px; position: relative; z-index: 1; }
.rs-label {
	background: linear-gradient(90deg, #720023, #990033);
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .04em;
	margin-bottom: 28px;
	padding: 6px 11px;
	text-transform: uppercase;
}
.rs-hero h1 { color: #fff; font-size: clamp(35px, 3.6vw, 56px); font-style: italic; font-weight: 900; line-height: 1.03; margin: 0 0 14px; text-transform: uppercase; }
.rs-alc-hero .rs-hero h1 { font-size: var(--rs-alc-title-size, clamp(35px, 3.6vw, 56px)); }
.rs-hero h1 a { color: inherit !important; text-decoration: none !important; }
.rs-hero p { color: rgba(255, 255, 255, .9); font-family: Arial, sans-serif; font-size: 15px; line-height: 1.45; margin: 0 0 20px; max-width: 470px; }

.rs-button,
.rs-outline-button {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	letter-spacing: .035em;
	min-height: 42px;
	padding: 0 22px;
	text-decoration: none !important;
	text-transform: uppercase;
}
.rs-button { background: linear-gradient(90deg, #720023, #980032); color: #fff !important; }
.rs-outline-button { border: 1px solid rgba(98, 0, 31, .55); color: #4d0018 !important; }

.rs-hero-arrow {
	background: #720023;
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 31px;
	height: 42px;
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	width: 42px;
	z-index: 4;
}
.rs-hero-arrow.is-prev { left: -9px; }
.rs-hero-arrow.is-next { right: -9px; }
.rs-hero-dots { bottom: 16px; display: flex; gap: 11px; left: 50%; position: absolute; transform: translateX(-50%); z-index: 5; }
.rs-hero-dots button { background: rgba(255, 255, 255, .75); border: 0; border-radius: 50%; height: 9px; padding: 0; width: 9px; }
.rs-hero-dots button.is-active { background: #980032; }

.rs-hero-teasers { border-top: 1px solid rgba(255, 255, 255, .23); display: grid; grid-template-columns: repeat(3, 1fr); min-height: 100px; }
.rs-hero-teasers button {
	background: linear-gradient(90deg, rgba(14, 0, 5, .94), rgba(14, 0, 5, .63)), var(--rs-teaser-image) center/cover;
	border: 0;
	border-right: 1px solid rgba(255, 255, 255, .22);
	color: #fff;
	cursor: pointer;
	display: grid;
	gap: 13px;
	grid-template-columns: 35px 1fr;
	padding: 14px 19px;
	text-align: left;
}
.rs-hero-teasers button:last-child { border-right: 0; }
.rs-hero-teasers b { font-size: 19px; }
.rs-hero-teasers span { font-family: Arial, sans-serif; font-size: 13px; line-height: 1.35; }
.rs-hero-teasers small { background: #720023; border-radius: 2px; display: table; font-size: 8px; font-weight: 900; margin-bottom: 7px; padding: 4px 7px; text-transform: uppercase; }

.rs-match-pair { display: grid; gap: 9px; grid-template-columns: 1fr 1.2fr; margin-top: 9px; }
.rs-match-card,
.rs-data-card {
	background: linear-gradient(135deg, #fff, #f0eae7);
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 10px;
	color: var(--rs-ink);
	min-width: 0;
	padding: 14px 18px;
}
.rs-match-card header,
.rs-data-card > header { border-bottom: 1px solid var(--rs-soft-line); margin-bottom: 10px; padding-bottom: 8px; }
.rs-match-card h2,
.rs-data-card h2 { color: #4e0b20; font-size: 18px; font-style: italic; font-weight: 900; margin: 0; text-transform: uppercase; }
.rs-match-card header span { font-size: 9px; font-weight: 800; text-transform: uppercase; }
.rs-match-card__teams { align-items: center; display: grid; gap: 10px; grid-template-columns: 1fr auto 1fr; text-align: center; }
.rs-match-card__teams > div:not(.rs-match-score) { display: grid; font-size: 10px; font-weight: 900; gap: 5px; justify-items: center; text-transform: uppercase; }
.rs-match-card__teams img { height: 49px; object-fit: contain; width: 49px; }
.rs-match-score b { color: #5a1026; font-size: 30px; white-space: nowrap; }
.rs-match-score small { background: #6c001f; border-radius: 2px; color: #fff; display: table; font-size: 8px; margin: 2px auto 0; padding: 3px 7px; text-transform: uppercase; }
.rs-match-card > p { font-family: Arial, sans-serif; font-size: 10px; line-height: 1.35; margin: 7px 0 9px; text-align: center; }
.rs-match-card__footer { align-items: center; display: flex; gap: 12px; justify-content: space-between; }
.rs-countdown { display: flex; gap: 7px; }
.rs-countdown span { background: #e7dfdc; border-radius: 4px; color: #5a1026; display: grid; font-size: 16px; font-weight: 900; min-width: 42px; padding: 5px; text-align: center; }
.rs-countdown small { font-size: 6px; text-transform: uppercase; }
.rs-empty-state { padding: 22px 0; }

.rs-bottom-grid { display: grid; gap: 9px; grid-template-columns: 1.6fr 1fr; margin-top: 9px; }
.rs-recent-matches__list { display: grid; grid-template-columns: repeat(5, 1fr); }
.rs-recent-match { border-right: 1px solid var(--rs-soft-line); min-width: 0; padding: 2px 10px 18px; position: relative; text-align: center; }
.rs-recent-match:last-child { border-right: 0; }
.rs-recent-match > div { align-items: center; display: flex; gap: 5px; justify-content: center; }
.rs-recent-match img { height: 28px; object-fit: contain; width: 28px; }
.rs-recent-match b { font-size: 14px; white-space: nowrap; }
.rs-recent-match small { display: block; font-size: 7px; line-height: 1.35; margin-top: 7px; }
.rs-recent-match i { border-radius: 2px; bottom: 0; color: #fff; font-size: 8px; font-style: normal; font-weight: 900; left: 50%; padding: 2px 5px; position: absolute; transform: translateX(-50%); }
.rs-recent-match i.is-win { background: #1a9a4a; }
.rs-recent-match i.is-loss { background: #d6283b; }
.rs-recent-match i.is-draw { background: #9a781a; }
.rs-card-link { color: #4d0018 !important; display: block; font-size: 9px; font-weight: 900; margin-top: 10px; text-align: center; text-decoration: none !important; text-transform: uppercase; }

.rs-mini-table__head,
.rs-mini-table__row { align-items: center; display: grid; gap: 5px; grid-template-columns: 22px minmax(100px, 1fr) repeat(6, 24px); }
.rs-mini-table__head { color: #704353; font-size: 7px; font-weight: 900; padding: 0 7px 5px; text-transform: uppercase; }
.rs-mini-table__row { border-radius: 4px; font-size: 8px; min-height: 28px; padding: 3px 7px; }
.rs-mini-table__row:nth-child(odd) { background: rgba(91, 0, 28, .045); }
.rs-mini-table__row.is-ubb { background: linear-gradient(90deg, #6d001f, #8f002d); color: #fff; }
.rs-mini-table__row > span { align-items: center; display: flex; font-weight: 800; gap: 6px; min-width: 0; }
.rs-mini-table__row img { height: 18px; object-fit: contain; width: 18px; }
.rs-mini-table__row i { font-style: normal; text-align: center; }

.rs-news-timeline {
	background: linear-gradient(145deg, rgba(40, 0, 14, .86), rgba(91, 0, 29, .62));
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 14px;
	box-shadow: 0 22px 70px rgba(0, 0, 0, .22);
	min-width: 0;
	padding: 29px 30px 24px;
}
.rs-news-timeline > h2 { color: #fff; font-size: 19px; font-style: italic; font-weight: 900; margin: 0 0 20px; text-transform: uppercase; }
.rs-news-timeline__list { position: relative; }
.rs-news-timeline__list::before { background: rgba(255, 255, 255, .72); bottom: 30px; content: ""; left: 68px; position: absolute; top: 8px; width: 1px; }
.rs-news-timeline article { display: grid; gap: 12px; grid-template-columns: 50px 14px 1fr; min-height: 88px; }
.rs-news-timeline time { color: rgba(255, 255, 255, .85); font-family: Arial, sans-serif; font-size: 13px; padding-top: 2px; }
.rs-news-dot { background: #680020; border: 2px solid #fff; border-radius: 50%; height: 14px; position: relative; width: 14px; z-index: 1; }
.rs-news-timeline article > div { border-bottom: 1px solid rgba(255, 255, 255, .12); padding: 0 0 18px; }
.rs-news-timeline small { background: #720023; border-radius: 2px; color: #fff; display: table; font-size: 8px; font-weight: 900; margin-bottom: 8px; padding: 4px 7px; text-transform: uppercase; }
.rs-news-timeline h3 { font-family: Arial, sans-serif; font-size: 13px; font-weight: 600; line-height: 1.4; margin: 0; }
.rs-news-timeline h3 a { color: #fff !important; text-decoration: none !important; }
.rs-news-timeline__all { border-color: rgba(255, 255, 255, .3); color: #fff !important; display: flex; margin: 8px auto 0; max-width: 265px; }

.rs-site-footer { background: linear-gradient(90deg, #390012, #710024 55%, #3d0014); border-top: 1px solid rgba(255, 255, 255, .12); overflow: hidden; padding: 24px 0; position: relative; }
.rs-site-footer__grid { align-items: start; display: grid; gap: 35px; grid-template-columns: 1.45fr .8fr .8fr .8fr 1.35fr; position: relative; z-index: 1; }
.rs-brand--footer img { height: 52px; width: 52px; }
.rs-brand--footer span { font-size: 17px; }
.rs-footer-brand p,
.rs-footer-newsletter p { color: rgba(255, 255, 255, .72); font-family: Arial, sans-serif; font-size: 11px; margin: 8px 0 12px; }
.rs-social-links { display: flex; gap: 14px; }
.rs-social-links a { color: #fff !important; font-size: 16px; font-weight: 900; text-decoration: none !important; }
.rs-footer-column,
.rs-footer-newsletter { display: grid; gap: 6px; }
.rs-footer-column h3,
.rs-footer-newsletter h3 { color: #fff; font-size: 11px; font-weight: 900; margin: 0 0 7px; text-transform: uppercase; }
.rs-footer-column a { color: rgba(255, 255, 255, .76) !important; font-family: Arial, sans-serif; font-size: 11px; text-decoration: none !important; }
.rs-footer-newsletter form { display: flex; }
.rs-footer-newsletter input { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .25); border-radius: 5px 0 0 5px; color: #fff; height: 36px; min-width: 0; padding: 0 12px; width: 100%; }
.rs-footer-newsletter button { background: #fff; border: 0; border-radius: 0 5px 5px 0; color: #5d001d; width: 42px; }
.rs-footer-watermark { border: 4px solid rgba(255, 255, 255, .05); border-radius: 50%; bottom: -55px; color: rgba(255, 255, 255, .05); font-size: 70px; font-weight: 900; height: 170px; line-height: 160px; position: absolute; right: 10px; text-align: center; transform: rotate(-13deg); width: 170px; }

@media (max-width: 1250px) {
	.rs-shell { padding-left: 24px; padding-right: 24px; }
	.rs-site-header__inner { grid-template-columns: 210px minmax(0, 1fr) auto; }
	.rs-main-nav__list { gap: 20px; }
	.rs-home-grid { grid-template-columns: minmax(0, 1fr) 340px; }
	.rs-news-timeline { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 980px) {
	.rs-site-header__inner { grid-template-columns: 1fr auto auto; }
	.rs-menu-toggle { background: transparent; border: 0; display: grid; gap: 4px; padding: 8px; }
	.rs-menu-toggle > span:not(.screen-reader-text) { background: #fff; display: block; height: 2px; width: 25px; }
	.rs-main-nav { background: #350011; display: none; left: 0; padding: 20px 24px; position: absolute; right: 0; top: 82px; }
	.rs-main-nav.is-open { display: block; }
	.rs-main-nav__list { align-items: stretch; flex-direction: column; }
	.rs-main-nav__list > li { align-items: flex-start; display: block; height: auto; }
	.rs-main-nav .sub-menu { background: transparent; border: 0; box-shadow: none; display: block; padding-left: 20px; position: static; }
	.rs-home-grid { grid-template-columns: 1fr; }
	.rs-news-timeline { display: none; }
	.rs-site-footer__grid { grid-template-columns: 1.3fr repeat(3, 1fr); }
	.rs-footer-newsletter { grid-column: 1 / -1; max-width: 520px; }
	.rs-builder-block--8,
	.rs-builder-block--4 { grid-column: span 6; }
}

@media (max-width: 720px) {
	.rs-shell { padding-left: 14px; padding-right: 14px; }
	.rs-site-header__inner { gap: 8px; height: 70px; }
	.rs-brand img { height: 44px; width: 44px; }
	.rs-brand span { font-size: 17px; }
	.rs-main-nav { top: 70px; }
	.rs-header-actions .rs-icon-button:not(.rs-search-toggle) { display: none; }
	.rs-home { padding-top: 8px; }
	.rs-hero__stage { height: 430px; }
	.rs-hero-slide__content { padding: 32px 28px; }
	.rs-hero h1 { font-size: 35px; }
	.rs-hero-teasers { display: none; }
	.rs-match-pair,
	.rs-bottom-grid { grid-template-columns: 1fr; }
	.rs-recent-matches__list { grid-template-columns: repeat(5, minmax(110px, 1fr)); overflow-x: auto; }
	.rs-match-card__footer { align-items: stretch; flex-direction: column; }
	.rs-countdown { justify-content: center; }
	.rs-site-footer__grid { grid-template-columns: 1fr 1fr; }
	.rs-footer-brand,
	.rs-footer-newsletter { grid-column: 1 / -1; }
	.rs-builder-block--8,
	.rs-builder-block--6,
	.rs-builder-block--4 { grid-column: span 12; }
	.rs-builder-news__grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
	.rs-brand span { display: none; }
	.rs-match-card { padding-left: 12px; padding-right: 12px; }
	.rs-countdown span { min-width: 38px; }
	.rs-mini-table__head,
	.rs-mini-table__row { grid-template-columns: 20px minmax(90px, 1fr) repeat(6, 20px); }
}
