: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__list > li > a {
	align-items: center;
	display: inline-flex;
	height: 100%;
	position: relative;
}

.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: auto !important; min-height: 225px; padding: 15px 21px 16px !important; }
.rs-alc-match-card header { margin-bottom: 9px !important; padding-bottom: 8px !important; }
.rs-alc-match-card h2 { font-size: 19px !important; line-height: 1.05 !important; }
.rs-alc-match-card .rs-match-card__teams { margin: 7px auto 5px; max-width: 500px; }
.rs-alc-match-card .rs-match-card__teams > div:not(.rs-match-score) { font-size: 9px !important; gap: 5px !important; line-height: 1.1 !important; }
.rs-alc-match-card .rs-match-card__teams img { height: 46px !important; width: 46px !important; }
.rs-alc-match-card .rs-match-score b { font-size: 31px !important; line-height: 1 !important; }
.rs-alc-match-card .rs-match-score small { font-size: 7px !important; margin-top: 4px !important; padding: 3px 8px !important; }
.rs-alc-match-card > p { font-size: 10px !important; line-height: 1.25 !important; margin: 8px 0 11px !important; }
.rs-alc-match-card .rs-button,
.rs-alc-match-card .rs-outline-button { font-size: 10px !important; min-height: 34px !important; padding: 0 15px !important; }
.rs-alc-match-card .rs-countdown { justify-content: center; }
.rs-alc-match-card .rs-countdown span { font-size: 13px !important; min-width: 36px !important; padding: 4px !important; }
.rs-alc-calendar .rs-data-card { padding: 14px 18px 12px !important; }
.rs-alc-calendar .rs-data-card > header { margin-bottom: 10px !important; padding-bottom: 8px !important; }
.rs-alc-calendar .rs-data-card h2 { font-size: 18px !important; line-height: 1.1 !important; }
.rs-alc-calendar .rs-recent-matches__list { align-items: stretch; grid-template-columns: repeat(auto-fit, minmax(94px, 1fr)); }
.rs-alc-calendar .rs-recent-match { display: grid; min-height: 92px; padding: 0 8px 24px !important; }
.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 img { height: 25px !important; width: 25px !important; }
.rs-alc-calendar .rs-recent-match b { font-size: 14px !important; line-height: 1 !important; }
.rs-alc-calendar .rs-recent-match small { font-size: 7px !important; line-height: 1.25 !important; margin-top: 6px !important; min-height: 20px; }
.rs-alc-calendar .rs-card-link { margin-top: 9px !important; }
.rs-alc-standings .rs-data-card { padding: 14px 16px 10px !important; }
.rs-alc-standings .rs-data-card > header { margin-bottom: 8px !important; padding-bottom: 7px !important; }
.rs-alc-standings .rs-data-card h2 { font-size: 17px !important; line-height: 1.1 !important; }
.rs-alc-standings .rs-mini-table__head,
.rs-alc-standings .rs-mini-table__row { grid-template-columns: 18px minmax(84px, 1fr) repeat(6, 21px) !important; }
.rs-alc-standings .rs-mini-table__head { font-size: 6px !important; padding: 0 5px 4px !important; }
.rs-alc-standings .rs-mini-table__row { font-size: 7px !important; min-height: 24px !important; padding: 2px 5px !important; }
.rs-alc-standings .rs-mini-table__row img { height: 15px !important; width: 15px !important; }

.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); }
}

/* Refinements for API-Sports rugby widgets and account navigation. */
.rs-main-nav__list > li.current-menu-item > a,
.rs-main-nav__list > li.current-menu-ancestor > a,
.rs-main-nav__list > li.current_page_item > a,
.rs-main-nav__list > li.current_page_ancestor > a,
.rs-main-nav a:hover,
.rs-main-nav a:focus {
	color: #f0c6d4 !important;
}

.rs-main-nav__list > li.current-menu-item > a::before,
.rs-main-nav__list > li.current-menu-ancestor > a::before,
.rs-main-nav__list > li.current_page_item > a::before,
.rs-main-nav__list > li.current_page_ancestor > a::before {
	background: #f0c6d4;
	border-radius: 999px;
	bottom: 22px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
}

.rs-main-nav .menu-item-has-children::before {
	content: "";
	height: 16px;
	left: -22px;
	position: absolute;
	right: -22px;
	top: 100%;
}

.rs-main-nav .sub-menu {
	top: calc(100% - 1px);
	z-index: 110;
}

.rs-account-link {
	gap: 8px;
	width: auto;
}

.rs-account-link span {
	display: inline-block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .025em;
	max-width: 125px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.rs-alc-match-card {
	min-height: 300px !important;
	padding: 24px 28px !important;
}

.rs-alc-match-card header {
	margin-bottom: 18px !important;
	padding-bottom: 15px !important;
}

.rs-alc-match-card h2 {
	font-size: clamp(25px, 2.4vw, 36px) !important;
}

.rs-alc-match-card header span {
	font-size: 12px !important;
}

.rs-alc-match-card .rs-match-card__teams {
	gap: 22px !important;
	margin: 18px auto 14px !important;
	max-width: 640px !important;
}

.rs-alc-match-card .rs-match-card__teams > div:not(.rs-match-score) {
	font-size: 13px !important;
	gap: 10px !important;
}

.rs-alc-match-card .rs-match-card__teams img {
	height: 74px !important;
	width: 74px !important;
}

.rs-alc-match-card .rs-match-score b {
	font-size: clamp(38px, 4vw, 56px) !important;
}

.rs-alc-match-card .rs-match-score small {
	font-size: 10px !important;
	margin-top: 8px !important;
	padding: 7px 11px !important;
}

.rs-alc-match-card > p {
	font-size: 14px !important;
	line-height: 1.45 !important;
	margin: 14px 0 18px !important;
}

.rs-alc-match-card .rs-button,
.rs-alc-match-card .rs-outline-button {
	font-size: 12px !important;
	min-height: 44px !important;
	padding: 0 22px !important;
}

.rs-recent-match {
	color: var(--rs-ink) !important;
	text-decoration: none !important;
}

.rs-recent-match i.is-upcoming {
	background: #8b6b7a;
}

.rs-alc-calendar .rs-data-card {
	padding: 24px 28px !important;
}

.rs-alc-calendar .rs-data-card h2 {
	font-size: clamp(24px, 2.1vw, 34px) !important;
}

.rs-alc-calendar .rs-recent-matches__list {
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
}

.rs-alc-calendar .rs-recent-match {
	min-height: 128px !important;
	padding: 12px 14px 30px !important;
}

.rs-alc-calendar .rs-recent-match img {
	height: 44px !important;
	width: 44px !important;
}

.rs-alc-calendar .rs-recent-match b {
	font-size: 22px !important;
}

.rs-alc-calendar .rs-recent-match small {
	font-size: 10px !important;
	margin-top: 11px !important;
}

/* Rugby Scapulaire home A - desktop editorial layout.
 * Final overrides so WPBakery/ALC pages keep the current carousel images,
 * while the home avoids the old blended color wash.
 */
body.rs-redesign .site-wrapper {
	background: #62001f !important;
}

body.rs-redesign .rs-home--builder,
body.rs-redesign .rs-home--editor {
	padding-top: 0;
}

body.rs-redesign .rs-alc-element {
	margin-bottom: 18px;
}

.rs-home-a-top.vc_row,
.rs-home-a-matches.vc_row,
.rs-home-a-sport.vc_row {
	align-items: stretch;
	display: grid !important;
	gap: 18px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.rs-home-a-top.vc_row {
	grid-template-columns: minmax(0, 2fr) minmax(340px, .86fr);
}

.rs-home-a-matches.vc_row {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rs-home-a-sport.vc_row {
	grid-template-columns: minmax(0, 1.72fr) minmax(340px, .78fr);
}

.rs-home-a-top.vc_row > .wpb_column,
.rs-home-a-matches.vc_row > .wpb_column,
.rs-home-a-sport.vc_row > .wpb_column {
	float: none !important;
	min-width: 0;
	width: auto !important;
}

.rs-home-a-top .vc_column-inner,
.rs-home-a-matches .vc_column-inner,
.rs-home-a-sport .vc_column-inner,
.rs-home-a-top .wpb_wrapper,
.rs-home-a-matches .wpb_wrapper,
.rs-home-a-sport .wpb_wrapper,
.rs-home-a-top .rs-alc-element,
.rs-home-a-matches .rs-alc-element,
.rs-home-a-sport .rs-alc-element {
	height: 100%;
}

.rs-hero {
	background: #160008;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 12px;
	box-shadow: none;
}

.rs-hero__stage {
	height: clamp(420px, 31vw, 510px);
}

.rs-hero-slide {
	place-items: stretch start;
}

.rs-hero-slide::before {
	background: rgba(0, 0, 0, .18);
}

.rs-hero-slide__content {
	align-content: center;
	background: rgba(18, 0, 8, .9);
	border-right: 1px solid rgba(255, 255, 255, .16);
	display: grid;
	height: 100%;
	max-width: min(48%, 620px);
	padding: 42px 48px;
	width: 100%;
}

.rs-label,
.rs-builder-news small,
.rs-alc-news-timeline small,
.rs-news-timeline small {
	background: #87002c;
}

.rs-hero h1 {
	font-size: clamp(32px, 3.1vw, 50px);
	letter-spacing: -.015em;
	max-width: 560px;
}

.rs-hero p {
	font-size: 16px;
	max-width: 510px;
}

.rs-button,
.rs-outline-button {
	border-radius: 5px;
}

.rs-button {
	background: #87002c;
}

.rs-button:hover,
.rs-button:focus {
	background: #a50039;
}

.rs-outline-button {
	background: transparent;
	border: 1px solid rgba(98, 0, 31, .52);
}

.rs-hero-arrow {
	background: #87002c;
	box-shadow: none;
}

.rs-hero-dots button.is-active {
	background: #c70046;
}

.rs-hero-teasers {
	background: #170008;
	border-top: 1px solid rgba(255, 255, 255, .18);
	min-height: 108px;
}

.rs-hero-teasers button {
	background: #170008;
	border-right: 1px solid rgba(255, 255, 255, .16);
	gap: 14px;
	padding: 17px 20px;
}

.rs-hero-teasers button:hover,
.rs-hero-teasers button:focus,
.rs-hero-teasers button.is-active {
	background: #25000d;
}

.rs-hero-teasers b {
	color: rgba(255, 255, 255, .62);
	font-size: 22px;
	line-height: 1;
}

.rs-hero-teasers span {
	font-size: 14px;
	font-weight: 800;
}

.rs-alc-news-timeline,
.rs-news-timeline {
	background: #27000d;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 12px;
	box-shadow: none;
	padding: 28px 30px 26px;
}

.rs-alc-news-timeline > h2,
.rs-news-timeline > h2 {
	font-size: var(--rs-alc-title-size, 20px);
	margin-bottom: 22px;
}

.rs-alc-news-timeline article,
.rs-news-timeline article {
	grid-template-columns: 52px 14px minmax(0, 1fr);
	min-height: 76px;
}

.rs-alc-news-timeline h3,
.rs-news-timeline h3 {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.rs-alc-news-timeline article > div,
.rs-news-timeline article > div {
	border-bottom-color: rgba(255, 255, 255, .14);
}

.rs-news-pagination button {
	border-color: rgba(255, 255, 255, .36);
}

.rs-match-card,
.rs-data-card {
	background: #f8f3f0;
	border: 1px solid #eadde0;
	border-radius: 14px;
	box-shadow: none;
	color: var(--rs-ink);
	padding: 24px 28px;
}

.rs-match-card header,
.rs-data-card > header {
	border-bottom: 1px solid #decad0;
	margin-bottom: 22px;
	padding-bottom: 16px;
}

.rs-match-card h2,
.rs-data-card h2 {
	color: #530019;
	font-size: clamp(23px, 2vw, 31px);
	line-height: 1;
}

.rs-match-card header span {
	color: #32101a;
	font-size: 12px;
}

.rs-alc-match-card {
	min-height: 268px !important;
	padding: 25px 28px !important;
}

.rs-alc-match-card .rs-match-card__teams {
	gap: 22px !important;
	margin: 17px auto 14px !important;
	max-width: 560px !important;
}

.rs-alc-match-card .rs-match-card__teams > div:not(.rs-match-score) {
	font-size: 13px !important;
	line-height: 1.15 !important;
}

.rs-alc-match-card .rs-match-card__teams img {
	height: 70px !important;
	width: 70px !important;
}

.rs-alc-match-card .rs-match-score b {
	font-size: clamp(40px, 3.7vw, 54px) !important;
}

.rs-alc-match-card .rs-match-score small {
	background: #730023;
	font-size: 10px !important;
	margin-top: 7px !important;
	padding: 8px 12px !important;
}

.rs-alc-match-card > p {
	font-size: 14px !important;
	line-height: 1.42 !important;
	margin: 15px auto 18px !important;
	max-width: 560px;
}

.rs-alc-match-card .rs-empty-state {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 128px;
}

.rs-alc-match-card .rs-button,
.rs-alc-match-card .rs-outline-button {
	font-size: 12px !important;
	min-height: 44px !important;
	padding: 0 24px !important;
}

.rs-countdown span {
	background: #eee4e6;
	border-radius: 4px;
	min-width: 48px;
}

.rs-alc-calendar .rs-data-card,
.rs-alc-standings .rs-data-card {
	padding: 24px 28px !important;
}

.rs-alc-calendar .rs-data-card h2,
.rs-alc-standings .rs-data-card h2 {
	font-size: clamp(23px, 2vw, 31px) !important;
}

.rs-alc-calendar .rs-recent-matches__list {
	align-items: stretch;
	gap: 0;
	grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)) !important;
}

.rs-alc-calendar .rs-recent-match {
	align-content: start;
	display: grid;
	min-height: 145px !important;
	padding: 12px 13px 34px !important;
}

.rs-alc-calendar .rs-recent-match > div {
	gap: 8px;
}

.rs-alc-calendar .rs-recent-match img {
	height: 42px !important;
	width: 42px !important;
}

.rs-alc-calendar .rs-recent-match b {
	color: #26000d;
	font-size: 20px !important;
	line-height: 1 !important;
}

.rs-alc-calendar .rs-recent-match small {
	font-size: 10px !important;
	line-height: 1.35 !important;
	margin-top: 14px !important;
	min-height: 34px;
}

.rs-alc-calendar .rs-recent-match i {
	border-radius: 4px;
	bottom: 0;
	font-size: 11px !important;
	height: 28px !important;
	padding: 0 9px !important;
	width: auto !important;
}

.rs-recent-match i.is-upcoming {
	background: #9b7886;
}

.rs-alc-calendar .rs-empty-state,
.rs-alc-standings .rs-empty-state {
	font-size: 17px;
	min-height: 130px;
}

.rs-card-link {
	border-top: 1px solid #decad0;
	color: #530019 !important;
	font-size: 12px;
	margin-top: 22px;
	padding-top: 18px;
}

.rs-alc-standings .rs-mini-table {
	min-width: 0;
	overflow-x: auto;
}

.rs-alc-standings .rs-mini-table__head,
.rs-alc-standings .rs-mini-table__row {
	gap: 7px !important;
	grid-template-columns: 30px minmax(138px, 1fr) 40px 32px 32px 32px 32px 46px !important;
}

.rs-alc-standings .rs-mini-table__head {
	color: #704353;
	font-size: 10px !important;
	padding: 0 9px 8px !important;
}

.rs-alc-standings .rs-mini-table__row {
	border-radius: 6px;
	font-size: 11px !important;
	min-height: 38px !important;
	padding: 6px 9px !important;
}

.rs-mini-table__row.is-ubb {
	background: #7a0028;
}

.rs-alc-standings .rs-mini-table__row img {
	height: 23px !important;
	width: 23px !important;
}

@media (min-width: 981px) {
	.rs-home-a-top .rs-alc-hero,
	.rs-home-a-top .rs-hero,
	.rs-home-a-top .rs-alc-news,
	.rs-home-a-top .rs-alc-news-timeline {
		min-height: 100%;
	}
}

@media (max-width: 1180px) {
	.rs-home-a-top.vc_row,
	.rs-home-a-sport.vc_row {
		grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr);
	}

	.rs-hero-slide__content {
		max-width: min(55%, 560px);
	}
}

@media (max-width: 980px) {
	.rs-home-a-top.vc_row,
	.rs-home-a-matches.vc_row,
	.rs-home-a-sport.vc_row {
		grid-template-columns: 1fr;
	}

	.rs-hero__stage {
		height: 430px;
	}

	.rs-hero-slide__content {
		background: rgba(18, 0, 8, .86);
		border-right: 0;
		max-width: 100%;
		padding: 34px 30px;
	}

	.rs-alc-news-timeline,
	.rs-news-timeline {
		display: block;
	}
}

@media (max-width: 640px) {
	.rs-match-card,
	.rs-data-card,
	.rs-alc-match-card,
	.rs-alc-calendar .rs-data-card,
	.rs-alc-standings .rs-data-card {
		padding: 20px 18px !important;
	}

	.rs-alc-match-card .rs-match-card__teams {
		gap: 12px !important;
	}

	.rs-alc-match-card .rs-match-card__teams img {
		height: 54px !important;
		width: 54px !important;
	}

	.rs-alc-calendar .rs-recent-matches__list {
		grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)) !important;
	}
}

/* Rugby Scapulaire home A - correction pass 2.8.1.
 * Keep the design closer to the proposed desktop mockup: contained rows,
 * flat header, no footer, full-image hero with a compact editorial overlay.
 */
body.rs-redesign .site-wrapper,
body.rs-redesign {
	background: #690020 !important;
}

body.rs-redesign .rs-site-header {
	background: #4e0018 !important;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	box-shadow: none;
}

body.rs-redesign .rs-site-footer {
	display: none !important;
}

body.rs-redesign .rs-home--builder,
body.rs-redesign .rs-home--editor {
	padding-bottom: 34px;
	padding-top: 0;
}

body.rs-redesign .rs-editor-home {
	max-width: 1500px;
	min-height: 0;
}

body.rs-redesign .rs-editor-home > .vc_row,
body.rs-redesign .rs-editor-home > .vc_row.vc_row-fluid,
body.rs-redesign .rs-editor-home > .vc_row[data-vc-full-width],
body.rs-redesign .rs-editor-home > .vc_row[data-vc-stretch-content] {
	left: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1500px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	right: auto !important;
	width: 100% !important;
}

body.rs-redesign .rs-editor-home > .vc_row[data-vc-full-width] {
	overflow: visible;
}

.rs-home-a-top.vc_row,
.rs-home-a-matches.vc_row,
.rs-home-a-sport.vc_row {
	gap: 14px;
	margin-bottom: 14px !important;
}

.rs-home-a-top.vc_row {
	grid-template-columns: minmax(0, 1.95fr) minmax(360px, .95fr);
}

.rs-home-a-matches.vc_row {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rs-home-a-sport.vc_row {
	grid-template-columns: minmax(0, 1.55fr) minmax(360px, .9fr);
}

.rs-hero {
	background: #190008;
	border-color: rgba(255, 255, 255, .16);
	border-radius: 10px;
}

.rs-hero__stage {
	height: clamp(355px, 26vw, 430px);
}

.rs-hero-slide {
	place-items: end start;
}

.rs-hero-slide::before {
	background: rgba(0, 0, 0, .34);
}

.rs-hero-slide__content {
	align-content: initial;
	background: rgba(20, 0, 8, .76);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 8px;
	display: block;
	height: auto;
	justify-items: start;
	margin: 0 0 56px 52px;
	max-width: min(560px, calc(100% - 104px));
	padding: 22px 26px 24px;
	width: auto;
}

.rs-hero .rs-label {
	display: inline-flex;
	font-size: 10px;
	margin-bottom: 18px;
	max-width: max-content;
	padding: 6px 10px;
	width: auto;
}

.rs-hero h1,
.rs-alc-hero .rs-hero h1 {
	font-size: min(var(--rs-alc-title-size, 40px), clamp(28px, 2.25vw, 40px)) !important;
	line-height: 1.08;
	margin-bottom: 16px;
	max-width: 520px;
}

.rs-hero p {
	font-size: 14px;
	line-height: 1.45;
	margin-bottom: 18px;
	max-width: 490px;
}

.rs-hero .rs-button {
	display: inline-flex;
	min-width: 165px;
	width: auto;
}

.rs-hero-arrow {
	height: 42px;
	width: 42px;
}

.rs-hero-arrow.is-prev {
	left: -18px;
}

.rs-hero-arrow.is-next {
	right: -18px;
}

.rs-hero-dots {
	bottom: 22px;
	left: 52%;
}

.rs-hero-teasers {
	min-height: 106px;
}

.rs-hero-teasers button {
	align-items: start;
	gap: 18px;
	grid-template-columns: 42px minmax(0, 1fr);
	padding: 17px 22px;
}

.rs-hero-teasers b {
	font-size: 25px;
}

.rs-hero-teasers span {
	font-size: 15px;
	line-height: 1.25;
}

.rs-hero-teasers small {
	font-size: 9px;
	margin-bottom: 8px;
}

.rs-alc-news-timeline,
.rs-news-timeline {
	background: #29000d;
	border-radius: 10px;
	padding: 24px 26px;
}

.rs-alc-news-timeline > h2,
.rs-news-timeline > h2 {
	font-size: var(--rs-alc-title-size, 18px);
	margin-bottom: 18px;
}

.rs-alc-news-timeline article,
.rs-news-timeline article {
	grid-template-columns: 46px 13px minmax(0, 1fr);
	min-height: 66px;
}

.rs-alc-news-timeline__list::before,
.rs-news-timeline__list::before {
	left: 59px;
}

.rs-alc-news-timeline time,
.rs-news-timeline time {
	font-size: 12px;
}

.rs-alc-news-timeline small,
.rs-news-timeline small {
	font-size: 7px;
	margin-bottom: 6px;
	padding: 4px 6px;
}

.rs-alc-news-timeline h3,
.rs-news-timeline h3 {
	font-size: 12px;
	line-height: 1.33;
}

.rs-news-pagination {
	margin-top: 12px;
}

.rs-news-pagination button {
	height: 26px;
	min-width: 26px;
}

.rs-match-card,
.rs-data-card {
	border-radius: 10px;
}

.rs-alc-match-card {
	min-height: 230px !important;
	padding: 20px 24px !important;
}

.rs-alc-match-card h2 {
	font-size: clamp(22px, 1.7vw, 30px) !important;
}

.rs-alc-match-card .rs-match-card__teams img {
	height: 58px !important;
	width: 58px !important;
}

.rs-alc-match-card .rs-match-score b {
	font-size: clamp(34px, 3vw, 46px) !important;
}

.rs-alc-calendar .rs-recent-match {
	min-height: 128px !important;
}

.rs-alc-calendar .rs-recent-match img {
	height: 36px !important;
	width: 36px !important;
}

.rs-alc-calendar .rs-recent-match b {
	font-size: 18px !important;
}

@media (max-width: 1180px) {
	.rs-home-a-top.vc_row,
	.rs-home-a-sport.vc_row {
		grid-template-columns: 1fr;
	}

	.rs-hero__stage {
		height: 390px;
	}
}

@media (max-width: 720px) {
	.rs-hero-slide__content {
		margin: 0 18px 42px;
		max-width: calc(100% - 36px);
		padding: 20px;
	}

	.rs-hero h1,
	.rs-alc-hero .rs-hero h1 {
		font-size: min(var(--rs-alc-title-size, 32px), 32px) !important;
	}
}

/* Rugby Scapulaire home A - responsive module structure 2.8.2. */
.rs-news-badge,
.rs-alc-news-timeline small.rs-news-badge,
.rs-news-timeline small,
.rs-builder-news small.rs-news-badge {
	align-items: center !important;
	background: #a50039 !important;
	border-radius: 999px !important;
	color: #fff !important;
	display: inline-flex !important;
	font-family: inherit !important;
	font-size: 9px !important;
	font-weight: 900 !important;
	height: auto !important;
	letter-spacing: .035em;
	line-height: 1 !important;
	margin: 0 !important;
	max-width: 100%;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 5px 9px !important;
	text-transform: uppercase;
	white-space: nowrap;
	width: auto !important;
}

.rs-alc-news-timeline .rs-news-item__body,
.rs-news-timeline article > div {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .13);
	display: grid;
	gap: 7px 12px;
	grid-template-columns: auto minmax(0, 1fr);
	min-width: 0;
	padding: 0 0 13px;
}

.rs-alc-news-timeline .rs-news-item__body h3,
.rs-news-timeline article > div h3 {
	margin: 0;
	min-width: 0;
}

.rs-alc-news-timeline article,
.rs-news-timeline article {
	gap: 10px;
	grid-template-columns: 42px 12px minmax(0, 1fr);
	min-height: 50px;
}

.rs-alc-news-timeline__list::before,
.rs-news-timeline__list::before {
	bottom: 20px;
	left: 53px;
	top: 5px;
}

.rs-alc-news-dot,
.rs-news-dot {
	height: 12px;
	width: 12px;
}

.rs-alc-news-timeline time,
.rs-news-timeline time {
	font-size: 11px;
	line-height: 1;
	padding-top: 1px;
}

.rs-alc-news-timeline h3,
.rs-news-timeline h3 {
	font-size: clamp(11px, .78vw, 13px);
	line-height: 1.26;
}

.rs-home-a-top .rs-alc-news-timeline {
	max-height: 100%;
	overflow: hidden;
}

.rs-hero__stage {
	height: clamp(340px, 24vw, 410px);
}

.rs-hero-slide__content {
	margin: 0 0 44px 44px;
	max-width: min(510px, calc(100% - 88px));
	padding: 20px 24px 22px;
}

.rs-hero h1,
.rs-alc-hero .rs-hero h1 {
	font-size: min(var(--rs-alc-title-size, 36px), clamp(25px, 1.95vw, 36px)) !important;
}

.rs-hero-teasers {
	min-height: 92px;
}

.rs-hero-teasers button {
	gap: 12px;
	grid-template-columns: 36px minmax(0, 1fr);
	padding: 14px 18px;
}

.rs-hero-teasers b {
	font-size: 21px;
}

.rs-hero-teasers span {
	font-size: 13px;
}

.rs-hero-teasers small {
	font-size: 8px;
	padding: 4px 7px;
}

.rs-builder-news .rs-news-item__body {
	display: grid;
	gap: 8px;
}

.rs-builder-news h3 {
	font-size: clamp(15px, 1vw, 18px);
}

@media (max-width: 1180px) and (min-width: 721px) {
	.rs-home-a-top.vc_row {
		grid-template-columns: minmax(0, 1fr);
	}

	.rs-home-a-top .rs-alc-news-timeline article {
		grid-template-columns: 52px 12px minmax(0, 1fr);
	}

	.rs-home-a-top .rs-alc-news-timeline__list::before {
		left: 63px;
	}
}

@media (max-width: 720px) {
	body.rs-redesign .rs-home--builder,
	body.rs-redesign .rs-home--editor {
		padding-bottom: 22px;
	}

	.rs-home-a-top.vc_row,
	.rs-home-a-matches.vc_row,
	.rs-home-a-sport.vc_row {
		gap: 12px;
		margin-bottom: 12px !important;
	}

	.rs-hero {
		border-radius: 8px;
	}

	.rs-hero__stage {
		height: 430px;
	}

	.rs-hero-slide {
		place-items: end stretch;
	}

	.rs-hero-slide__content {
		background: rgba(20, 0, 8, .86);
		border: 0;
		border-radius: 0;
		margin: 0;
		max-width: 100%;
		padding: 22px 20px 48px;
		width: 100%;
	}

	.rs-hero h1,
	.rs-alc-hero .rs-hero h1 {
		font-size: min(var(--rs-alc-title-size, 29px), 29px) !important;
		line-height: 1.08;
	}

	.rs-hero p {
		font-size: 13px;
	}

	.rs-hero-teasers {
		display: grid;
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.rs-hero-teasers button {
		border-right: 0;
		border-top: 1px solid rgba(255, 255, 255, .12);
		grid-template-columns: 32px minmax(0, 1fr);
		min-height: 70px;
		padding: 12px 16px;
	}

	.rs-alc-news-timeline,
	.rs-news-timeline {
		padding: 20px;
	}

	.rs-alc-news-timeline > h2,
	.rs-news-timeline > h2 {
		font-size: var(--rs-alc-title-size, 18px);
		margin-bottom: 16px;
	}

	.rs-alc-news-timeline__list::before,
	.rs-news-timeline__list::before {
		display: none;
	}

	.rs-alc-news-timeline article,
	.rs-news-timeline article {
		display: grid;
		gap: 8px;
		grid-template-columns: 44px minmax(0, 1fr);
		min-height: 0;
	}

	.rs-alc-news-timeline article .rs-alc-news-dot,
	.rs-news-timeline article .rs-news-dot {
		display: none;
	}

	.rs-alc-news-timeline time,
	.rs-news-timeline time {
		color: rgba(255, 255, 255, .7);
		font-size: 11px;
		padding-top: 5px;
	}

	.rs-alc-news-timeline .rs-news-item__body,
	.rs-news-timeline article > div {
		align-items: start;
		grid-template-columns: 1fr;
		padding-bottom: 14px;
	}

	.rs-news-badge,
	.rs-alc-news-timeline small.rs-news-badge,
	.rs-news-timeline small,
	.rs-builder-news small.rs-news-badge {
		font-size: 8px !important;
		padding: 5px 8px !important;
	}

	.rs-alc-news-timeline h3,
	.rs-news-timeline h3 {
		font-size: 14px;
		line-height: 1.28;
	}
}

@media (max-width: 430px) {
	.rs-alc-news-timeline article,
	.rs-news-timeline article {
		grid-template-columns: 1fr;
	}

	.rs-alc-news-timeline time,
	.rs-news-timeline time {
		padding-top: 0;
	}
}

/* Rugby Scapulaire home A - compact match cards 2.8.3. */
.rs-home-a-matches.vc_row {
	align-items: stretch;
}

.rs-home-a-matches .wpb_column,
.rs-home-a-matches .vc_column-inner,
.rs-home-a-matches .wpb_wrapper,
.rs-home-a-matches .rs-alc-element {
	display: flex;
	min-width: 0;
}

.rs-home-a-matches .vc_column-inner,
.rs-home-a-matches .wpb_wrapper,
.rs-home-a-matches .rs-alc-element,
.rs-home-a-matches .rs-alc-match-card {
	width: 100%;
}

.rs-home-a-matches .rs-alc-match-card {
	display: flex;
	flex-direction: column;
	height: 100% !important;
	min-height: 342px !important;
	padding: 18px 24px 20px !important;
}

.rs-home-a-matches .rs-alc-match-card header {
	margin-bottom: 12px !important;
	padding-bottom: 11px !important;
}

.rs-home-a-matches .rs-alc-match-card h2 {
	font-size: clamp(22px, 1.65vw, 30px) !important;
	letter-spacing: -.02em;
}

.rs-home-a-matches .rs-alc-match-card header span {
	font-size: 11px !important;
}

.rs-home-a-matches .rs-alc-match-card .rs-match-card__teams {
	gap: 16px !important;
	margin: 10px auto 8px !important;
	max-width: 480px !important;
}

.rs-home-a-matches .rs-alc-match-card .rs-match-card__teams > div:not(.rs-match-score) {
	font-size: 11px !important;
	gap: 6px !important;
}

.rs-home-a-matches .rs-alc-match-card .rs-match-card__teams img {
	height: 52px !important;
	width: 52px !important;
}

.rs-home-a-matches .rs-alc-match-card .rs-match-score b {
	font-size: clamp(32px, 2.7vw, 43px) !important;
}

.rs-home-a-matches .rs-alc-match-card .rs-match-score small {
	font-size: 8px !important;
	margin-top: 5px !important;
	padding: 6px 9px !important;
}

.rs-home-a-matches .rs-alc-match-card > p {
	font-size: 12px !important;
	line-height: 1.32 !important;
	margin: 8px auto 12px !important;
	max-width: 440px;
}

.rs-home-a-matches .rs-alc-match-card .rs-empty-state {
	align-items: center;
	display: flex;
	flex: 1;
	font-size: 14px !important;
	justify-content: center;
	line-height: 1.35;
	margin: 0 !important;
	min-height: 0;
	padding: 0 20px !important;
	text-align: center;
}

.rs-home-a-matches .rs-match-card__footer {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: auto;
	padding-top: 8px;
}

.rs-home-a-matches .rs-countdown {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: flex-start;
}

.rs-home-a-matches .rs-countdown span {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 14px !important;
	height: 44px;
	justify-content: center;
	line-height: 1 !important;
	min-width: 43px !important;
	padding: 0 7px !important;
}

.rs-home-a-matches .rs-countdown small {
	display: block;
	font-size: 5px !important;
	line-height: 1;
	margin-top: 6px;
}

.rs-home-a-matches .rs-alc-match-card .rs-button,
.rs-home-a-matches .rs-alc-match-card .rs-outline-button {
	font-size: 11px !important;
	min-height: 40px !important;
	padding: 0 19px !important;
	white-space: nowrap;
}

@media (max-width: 980px) {
	.rs-home-a-matches .wpb_column,
	.rs-home-a-matches .vc_column-inner,
	.rs-home-a-matches .wpb_wrapper,
	.rs-home-a-matches .rs-alc-element {
		display: block;
	}

	.rs-home-a-matches .rs-alc-match-card {
		min-height: 0 !important;
	}
}

@media (max-width: 640px) {
	.rs-home-a-matches .rs-alc-match-card {
		padding: 18px !important;
	}

	.rs-home-a-matches .rs-match-card__footer {
		grid-template-columns: 1fr;
	}

	.rs-home-a-matches .rs-countdown {
		justify-content: center;
	}

	.rs-home-a-matches .rs-alc-match-card .rs-button,
	.rs-home-a-matches .rs-alc-match-card .rs-outline-button {
		width: 100%;
	}
}

/* Rugby Scapulaire home A - global compact match cards 2.8.4.
 * These rules apply even when the WPBakery row class is missing.
 */
.rs-alc-last-match .rs-alc-match-card,
.rs-alc-next-match .rs-alc-match-card {
	display: flex !important;
	flex-direction: column;
	height: auto !important;
	min-height: 0 !important;
	padding: 16px 22px 18px !important;
}

.rs-alc-last-match .rs-alc-match-card header,
.rs-alc-next-match .rs-alc-match-card header {
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
}

.rs-alc-last-match .rs-alc-match-card h2,
.rs-alc-next-match .rs-alc-match-card h2 {
	font-size: clamp(21px, 1.5vw, 28px) !important;
	line-height: .98 !important;
}

.rs-alc-last-match .rs-alc-match-card header span,
.rs-alc-next-match .rs-alc-match-card header span {
	font-size: 10px !important;
}

.rs-alc-last-match .rs-match-card__teams,
.rs-alc-next-match .rs-match-card__teams {
	gap: 14px !important;
	margin: 8px auto 6px !important;
	max-width: 430px !important;
}

.rs-alc-last-match .rs-match-card__teams > div:not(.rs-match-score),
.rs-alc-next-match .rs-match-card__teams > div:not(.rs-match-score) {
	font-size: 10px !important;
	gap: 5px !important;
	line-height: 1.08 !important;
}

.rs-alc-last-match .rs-match-card__teams img,
.rs-alc-next-match .rs-match-card__teams img {
	height: 46px !important;
	width: 46px !important;
}

.rs-alc-last-match .rs-match-score b,
.rs-alc-next-match .rs-match-score b {
	font-size: clamp(30px, 2.25vw, 38px) !important;
	line-height: .95 !important;
}

.rs-alc-last-match .rs-match-score small,
.rs-alc-next-match .rs-match-score small {
	font-size: 7px !important;
	margin-top: 4px !important;
	padding: 5px 8px !important;
}

.rs-alc-last-match .rs-alc-match-card > p,
.rs-alc-next-match .rs-alc-match-card > p {
	font-size: 11px !important;
	line-height: 1.28 !important;
	margin: 6px auto 10px !important;
	max-width: 400px;
}

.rs-alc-last-match .rs-empty-state,
.rs-alc-next-match .rs-empty-state {
	align-items: center;
	display: flex;
	flex: 1;
	font-size: 13px !important;
	justify-content: center;
	line-height: 1.35 !important;
	margin: 0 !important;
	min-height: 120px !important;
	padding: 0 18px !important;
	text-align: center;
}

.rs-alc-next-match .rs-match-card__footer,
.rs-alc-last-match .rs-outline-button {
	margin-top: auto;
}

.rs-alc-next-match .rs-match-card__footer {
	align-items: center;
	display: grid !important;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding-top: 4px;
}

.rs-alc-next-match .rs-countdown {
	gap: 6px;
	justify-content: flex-start;
}

.rs-alc-next-match .rs-countdown span {
	border-radius: 5px;
	font-size: 13px !important;
	height: 38px;
	min-width: 39px !important;
	padding: 0 6px !important;
}

.rs-alc-next-match .rs-countdown small {
	font-size: 5px !important;
	margin-top: 5px;
}

.rs-alc-last-match .rs-outline-button,
.rs-alc-next-match .rs-button {
	font-size: 10px !important;
	min-height: 38px !important;
	padding: 0 17px !important;
	white-space: nowrap;
}

.rs-home-a-matches .rs-alc-last-match .rs-alc-match-card,
.rs-home-a-matches .rs-alc-next-match .rs-alc-match-card {
	height: 100% !important;
	min-height: 292px !important;
}

@media (max-width: 980px) {
	.rs-home-a-matches .rs-alc-last-match .rs-alc-match-card,
	.rs-home-a-matches .rs-alc-next-match .rs-alc-match-card {
		height: auto !important;
		min-height: 0 !important;
	}
}

@media (max-width: 640px) {
	.rs-alc-last-match .rs-alc-match-card,
	.rs-alc-next-match .rs-alc-match-card {
		padding: 16px !important;
	}

	.rs-alc-last-match .rs-match-card__teams,
	.rs-alc-next-match .rs-match-card__teams {
		gap: 10px !important;
	}

	.rs-alc-next-match .rs-match-card__footer {
		grid-template-columns: 1fr;
	}

	.rs-alc-next-match .rs-countdown {
		justify-content: center;
	}

	.rs-alc-last-match .rs-outline-button,
	.rs-alc-next-match .rs-button {
		width: 100%;
	}
}

/* Rugby Scapulaire home A - match card structure 2.8.5. */
.rs-alc-last-match .rs-alc-match-card,
.rs-alc-next-match .rs-alc-match-card {
	min-height: 245px !important;
	padding: 18px 24px 20px !important;
}

.rs-alc-last-match .rs-match-card__header,
.rs-alc-next-match .rs-match-card__header {
	align-items: start;
	display: grid !important;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
	margin-bottom: 14px !important;
	padding-bottom: 12px !important;
}

.rs-alc-last-match .rs-match-card__header h2,
.rs-alc-next-match .rs-match-card__header h2 {
	font-size: clamp(24px, 1.8vw, 32px) !important;
}

.rs-match-card__competition {
	display: block;
	margin-top: 12px;
}

.rs-match-card__meta {
	color: #3e1522;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	padding-top: 4px;
	text-align: right;
}

.rs-match-card__meta time,
.rs-match-card__meta span {
	display: block;
}

.rs-match-card__meta span {
	color: #6d4c58;
	font-size: 11px;
	font-weight: 700;
	margin-top: 2px;
}

.rs-alc-last-match .rs-match-card__teams,
.rs-alc-next-match .rs-match-card__teams {
	align-items: center;
	gap: 26px !important;
	margin: 8px auto 0 !important;
	max-width: 560px !important;
}

.rs-alc-last-match .rs-match-card__teams > div:not(.rs-match-score),
.rs-alc-next-match .rs-match-card__teams > div:not(.rs-match-score) {
	font-size: 12px !important;
	gap: 8px !important;
}

.rs-alc-last-match .rs-match-card__teams img,
.rs-alc-next-match .rs-match-card__teams img {
	height: 66px !important;
	width: 66px !important;
}

.rs-alc-last-match .rs-match-score,
.rs-alc-next-match .rs-match-score {
	align-items: center;
	display: grid;
	justify-items: center;
	min-width: 120px;
}

.rs-alc-last-match .rs-match-score b,
.rs-alc-next-match .rs-match-score b {
	font-size: clamp(38px, 3vw, 52px) !important;
	line-height: .95 !important;
}

.rs-alc-last-match .rs-match-score small,
.rs-alc-next-match .rs-match-score small {
	font-size: 8px !important;
	margin-top: 7px !important;
	padding: 5px 9px !important;
}

.rs-alc-last-match .rs-match-inline-button,
.rs-alc-next-match .rs-match-inline-button {
	font-size: 10px !important;
	margin-top: 10px;
	min-height: 34px !important;
	padding: 0 16px !important;
	white-space: nowrap;
}

.rs-alc-last-match .rs-alc-match-card > p:not(.rs-empty-state),
.rs-alc-next-match .rs-alc-match-card > p:not(.rs-empty-state),
.rs-alc-last-match .rs-match-card__footer,
.rs-alc-next-match .rs-match-card__footer,
.rs-alc-last-match .rs-countdown,
.rs-alc-next-match .rs-countdown {
	display: none !important;
}

.rs-alc-last-match .rs-empty-state,
.rs-alc-next-match .rs-empty-state {
	min-height: 140px !important;
}

.rs-home-a-matches .rs-alc-last-match .rs-alc-match-card,
.rs-home-a-matches .rs-alc-next-match .rs-alc-match-card {
	height: 100% !important;
	min-height: 245px !important;
}

@media (max-width: 980px) {
	.rs-alc-last-match .rs-match-card__header,
	.rs-alc-next-match .rs-match-card__header {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.rs-match-card__meta {
		padding-top: 0;
		text-align: left;
	}

	.rs-home-a-matches .rs-alc-last-match .rs-alc-match-card,
	.rs-home-a-matches .rs-alc-next-match .rs-alc-match-card {
		height: auto !important;
	}
}

@media (max-width: 640px) {
	.rs-alc-last-match .rs-alc-match-card,
	.rs-alc-next-match .rs-alc-match-card {
		min-height: 0 !important;
		padding: 16px !important;
	}

	.rs-alc-last-match .rs-match-card__teams,
	.rs-alc-next-match .rs-match-card__teams {
		gap: 14px !important;
	}

	.rs-alc-last-match .rs-match-card__teams img,
	.rs-alc-next-match .rs-match-card__teams img {
		height: 52px !important;
		width: 52px !important;
	}

	.rs-alc-last-match .rs-match-score,
	.rs-alc-next-match .rs-match-score {
		min-width: 90px;
	}

	.rs-alc-last-match .rs-match-score b,
	.rs-alc-next-match .rs-match-score b {
		font-size: 32px !important;
	}

	.rs-alc-last-match .rs-match-inline-button,
	.rs-alc-next-match .rs-match-inline-button {
		font-size: 9px !important;
		padding: 0 12px !important;
	}
}

/* Rugby Scapulaire home A - match equal height and mobile date 2.8.6. */
.rs-match-card__date--mobile {
	display: none !important;
}

.rs-home-a-matches .rs-alc-last-match,
.rs-home-a-matches .rs-alc-next-match {
	align-self: stretch;
}

.rs-home-a-matches .rs-alc-last-match .rs-alc-match-card,
.rs-home-a-matches .rs-alc-next-match .rs-alc-match-card {
	height: 100% !important;
	min-height: 245px !important;
}

.rs-alc-last-match .rs-empty-state,
.rs-alc-next-match .rs-empty-state {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	min-height: 120px !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.rs-home-a-matches .rs-alc-last-match .rs-empty-state,
.rs-home-a-matches .rs-alc-next-match .rs-empty-state {
	min-height: 0 !important;
}

@media (max-width: 980px) {
	.rs-match-card__date--desktop,
	.rs-match-card__meta span {
		display: none !important;
	}

	.rs-match-card__date--mobile {
		display: block !important;
	}

	.rs-match-card__meta {
		font-size: 12px;
	}
}

@media (max-width: 640px) {
	.rs-home-a-matches .rs-alc-last-match .rs-alc-match-card,
	.rs-home-a-matches .rs-alc-next-match .rs-alc-match-card {
		min-height: 0 !important;
	}
}

/* Rugby Scapulaire home A - robust match row alignment 2.8.7. */
.rs-alc-last-match .rs-match-card__header,
.rs-alc-next-match .rs-match-card__header {
	display: grid !important;
	grid-template-areas:
		"title meta"
		"competition meta";
	grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
}

.rs-alc-last-match .rs-match-card__header h2,
.rs-alc-next-match .rs-match-card__header h2 {
	grid-area: title;
}

.rs-alc-last-match .rs-match-card__competition,
.rs-alc-next-match .rs-match-card__competition {
	grid-area: competition;
}

.rs-alc-last-match .rs-match-card__meta,
.rs-alc-next-match .rs-match-card__meta {
	grid-area: meta;
}

body.rs-redesign .rs-editor-home > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match),
body.rs-redesign .rs-editor-home .wpb-content-wrapper > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) {
	align-items: stretch !important;
	display: grid !important;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.rs-redesign .rs-editor-home > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match)::before,
body.rs-redesign .rs-editor-home > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match)::after,
body.rs-redesign .rs-editor-home .wpb-content-wrapper > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match)::before,
body.rs-redesign .rs-editor-home .wpb-content-wrapper > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match)::after {
	display: none !important;
}

body.rs-redesign .rs-editor-home > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) > .wpb_column,
body.rs-redesign .rs-editor-home .wpb-content-wrapper > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) > .wpb_column {
	display: flex !important;
	float: none !important;
	width: auto !important;
}

body.rs-redesign .rs-editor-home > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) > .wpb_column > .vc_column-inner,
body.rs-redesign .rs-editor-home > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) > .wpb_column > .vc_column-inner > .wpb_wrapper,
body.rs-redesign .rs-editor-home > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) .rs-alc-last-match,
body.rs-redesign .rs-editor-home > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) .rs-alc-next-match,
body.rs-redesign .rs-editor-home .wpb-content-wrapper > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) > .wpb_column > .vc_column-inner,
body.rs-redesign .rs-editor-home .wpb-content-wrapper > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) > .wpb_column > .vc_column-inner > .wpb_wrapper,
body.rs-redesign .rs-editor-home .wpb-content-wrapper > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) .rs-alc-last-match,
body.rs-redesign .rs-editor-home .wpb-content-wrapper > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) .rs-alc-next-match {
	display: flex !important;
	width: 100%;
}

body.rs-redesign .rs-editor-home > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) .rs-alc-match-card,
body.rs-redesign .rs-editor-home .wpb-content-wrapper > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) .rs-alc-match-card {
	height: 100% !important;
	min-height: 245px !important;
	width: 100%;
}

.rs-alc-last-match .rs-match-card__header--has-meta,
.rs-alc-next-match .rs-match-card__header--has-meta {
	grid-template-areas:
		"title meta"
		"title competition";
}

.rs-alc-last-match .rs-match-card__header--has-meta .rs-match-card__competition,
.rs-alc-next-match .rs-match-card__header--has-meta .rs-match-card__competition {
	justify-self: end;
	text-align: right;
}

@media (max-width: 980px) {
	.rs-alc-last-match .rs-match-card__header,
	.rs-alc-next-match .rs-match-card__header {
		align-items: center;
		gap: 10px 14px;
		grid-template-areas:
			"title title"
			"competition meta";
		grid-template-columns: minmax(0, 1fr) auto !important;
	}

	.rs-alc-last-match .rs-match-card__competition,
	.rs-alc-next-match .rs-match-card__competition {
		align-self: center;
		justify-self: start;
		margin-top: 0;
		text-align: left;
	}

	.rs-alc-last-match .rs-match-card__meta,
	.rs-alc-next-match .rs-match-card__meta {
		align-self: center;
		justify-self: end;
		text-align: right;
	}

	body.rs-redesign .rs-editor-home > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match),
	body.rs-redesign .rs-editor-home .wpb-content-wrapper > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) {
		display: block !important;
	}

	body.rs-redesign .rs-editor-home > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) > .wpb_column,
	body.rs-redesign .rs-editor-home > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) > .wpb_column > .vc_column-inner,
	body.rs-redesign .rs-editor-home > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) > .wpb_column > .vc_column-inner > .wpb_wrapper,
	body.rs-redesign .rs-editor-home > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) .rs-alc-last-match,
	body.rs-redesign .rs-editor-home > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) .rs-alc-next-match,
	body.rs-redesign .rs-editor-home .wpb-content-wrapper > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) > .wpb_column,
	body.rs-redesign .rs-editor-home .wpb-content-wrapper > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) > .wpb_column > .vc_column-inner,
	body.rs-redesign .rs-editor-home .wpb-content-wrapper > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) > .wpb_column > .vc_column-inner > .wpb_wrapper,
	body.rs-redesign .rs-editor-home .wpb-content-wrapper > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) .rs-alc-last-match,
	body.rs-redesign .rs-editor-home .wpb-content-wrapper > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) .rs-alc-next-match {
		display: block !important;
	}

	body.rs-redesign .rs-editor-home > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) .rs-alc-match-card,
	body.rs-redesign .rs-editor-home .wpb-content-wrapper > .vc_row:has(.rs-alc-next-match):has(.rs-alc-last-match) .rs-alc-match-card {
		height: auto !important;
		min-height: 0 !important;
	}
}
