/*
 * Sioux City Beer League brand layer.
 *
 * Heavy and high contrast, the way a sports league reads, not the airy civic
 * look. Big condensed uppercase headings, dark navy blocks, hard edges, and
 * numbers that line up.
 *
 * Type:
 *   Barlow Condensed  700/800, uppercase, tight leading. Headings and figures.
 *                     Condensed keeps long team names on one line in a table
 *                     header and reads as sport rather than corporate.
 *   Inter             400/600/700. Body, UI, and every stat cell. Chosen over
 *                     the Barlow body face specifically for its tabular
 *                     numerals, which keep stat columns aligned row to row.
 *
 * Both are free Google Fonts.
 */

:root {
	--scbl-display: 'Barlow Condensed', 'Arial Narrow', system-ui, sans-serif;
	--scbl-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

	/* Dark end of the palette, for the heavy blocks. */
	--scbl-ink-deep: #080f22;
	--scbl-navy-2: #0e356f;

	/* Hard edge instead of a soft radius, sport rather than SaaS. */
	--scbl-radius: 4px;
	--scbl-shadow: 0 2px 0 rgba(8, 15, 34, .08);
}

/* ---------- Type ---------- */

.hc-wrap,
.hc-single {
	font-family: var(--scbl-body);
}

.hc-section-title h2,
.hc-team-header h1,
.hc-player-header h1,
.hc-single h1,
.hc-single h2,
.hc-single h3 {
	font-family: var(--scbl-display);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .01em;
	line-height: 1.05;
}

.hc-section-title {
	position: relative;
	align-items: center;
	margin: 34px 0 14px;
	padding-left: 14px;
}

/* Red bar off the left of every section heading. One motif, used everywhere. */
.hc-section-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: .1em;
	bottom: .1em;
	width: 5px;
	background: var(--scbl-red);
}

.hc-section-title h2 {
	font-size: clamp(1.4rem, 3.2vw, 2rem);
	color: var(--scbl-ink-deep);
}

/* ---------- Tables: dense, striped, hard headers ---------- */

.hc-table-scroll {
	border: 0;
	border-radius: var(--scbl-radius);
	box-shadow: var(--scbl-shadow);
	overflow: hidden;
	overflow-x: auto;
}

table.hc-table {
	font-family: var(--scbl-body);
	font-size: .9375rem;
	font-variant-numeric: tabular-nums;
}

table.hc-table th {
	background: var(--scbl-ink-deep);
	color: #fff;
	font-family: var(--scbl-display);
	font-weight: 700;
	font-size: .875rem;
	letter-spacing: .06em;
	padding: 9px 12px;
	border-bottom: 3px solid var(--scbl-red);
}

table.hc-table td {
	padding: 11px 12px;
	border-bottom: 1px solid #e6ebf2;
}

table.hc-table tbody tr:nth-child(even) {
	background: #f7f9fc;
}

table.hc-table tbody tr:hover {
	background: #eaf0fa;
}

/* Points is the column people came for. */
table.hc-table .hc-pts {
	font-weight: 800;
	color: var(--scbl-ink-deep);
	background: rgba(200, 16, 46, .06);
}

/* Leader row gets a subtle rail so first place is obvious at a glance. */
table.hc-table tbody tr:first-child td:first-child {
	box-shadow: inset 4px 0 0 var(--scbl-red);
}

.hc-jersey {
	font-family: var(--scbl-display);
	font-weight: 700;
	font-size: .8125rem;
	border-radius: 3px;
	background: var(--scbl-ink-deep);
	letter-spacing: .02em;
}

.hc-designation {
	color: var(--scbl-red);
	font-weight: 800;
}

/* ---------- Headers on team and player pages ---------- */

.hc-team-header,
.hc-player-header {
	position: relative;
	margin: 0 0 22px;
	padding: 26px 20px;
	border: 0;
	border-left: 8px solid var(--scbl-team, var(--scbl-red));
	background: linear-gradient(100deg, var(--scbl-ink-deep) 0%, var(--scbl-navy-2) 100%);
	color: #fff;
	border-radius: var(--scbl-radius);
	overflow: hidden;
}

/* Ice surface: soft grain plus occasional skate cuts, generated rather than
   stock, so it tiles and stays subtle over the navy. */
.hc-team-header::after,
.hc-player-header::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url('img/ice.png');
	background-size: 700px auto;
	background-repeat: repeat;
	opacity: .85;
	mix-blend-mode: screen;
	pointer-events: none;
}

.hc-team-header > *,
.hc-player-header > * {
	position: relative;
	z-index: 1;
}

.hc-team-header h1,
.hc-player-header h1 {
	color: #fff;
	font-size: clamp(1.9rem, 6vw, 3.1rem);
}

.hc-team-header-meta,
.hc-player-header-meta {
	color: rgba(255, 255, 255, .72);
	font-family: var(--scbl-display);
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hc-sponsor {
	display: inline-block;
	margin-top: 6px;
	padding: 5px 12px;
	background: var(--scbl-red);
	color: #fff;
	font-family: var(--scbl-display);
	font-weight: 700;
	font-size: .875rem;
	letter-spacing: .06em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
}

.hc-sponsor:hover { background: var(--scbl-red-dark); color: #fff; }

/* ---------- Figure strip ---------- */

.hc-statline {
	border: 0;
	border-radius: var(--scbl-radius);
	background: var(--scbl-ink-deep);
	box-shadow: var(--scbl-shadow);
}

.hc-statline-item {
	border-right: 1px solid rgba(255, 255, 255, .12);
	padding: 16px 8px;
}

.hc-statline-value {
	font-family: var(--scbl-display);
	font-weight: 800;
	font-size: 2rem;
	color: #fff;
}

.hc-statline-label {
	color: rgba(255, 255, 255, .6);
	font-family: var(--scbl-display);
	font-weight: 600;
	letter-spacing: .1em;
	font-size: .75rem;
}

/* ---------- Scoreboard ---------- */

.hc-score {
	background: linear-gradient(100deg, var(--scbl-ink-deep) 0%, var(--scbl-navy-2) 100%);
	border-radius: var(--scbl-radius);
	border-bottom: 4px solid var(--scbl-red);
	position: relative;
	overflow: hidden;
}

.hc-score::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url('img/ice.png');
	background-size: 760px auto;
	opacity: .9;
	mix-blend-mode: screen;
	pointer-events: none;
}

.hc-score > * { position: relative; z-index: 1; }

.hc-score-team {
	font-family: var(--scbl-display);
	font-weight: 800;
	font-size: 1.25rem;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.hc-score-num {
	font-family: var(--scbl-display);
	font-weight: 800;
	font-size: 3.4rem;
}

.hc-score-side.is-winner .hc-score-num { color: #ffc733; }

.hc-score-label {
	font-family: var(--scbl-display);
	letter-spacing: .14em;
	font-weight: 600;
}

/* ---------- Badges ---------- */

.hc-badge {
	font-family: var(--scbl-display);
	font-weight: 700;
	font-size: .75rem;
	letter-spacing: .1em;
	border-radius: 3px;
	padding: 3px 9px;
}

.hc-badge-final { background: #fff; color: var(--scbl-ink-deep); }
.hc-badge-ot { background: var(--scbl-red); color: #fff; }

/* ---------- Schedule rows ---------- */

.hc-game {
	padding: 14px 16px;
	border-bottom: 1px solid #e6ebf2;
	background: #fff;
}

.hc-game:nth-child(even) { background: #f7f9fc; }

.hc-game-score {
	font-family: var(--scbl-display);
	font-weight: 800;
	font-size: 1.4rem;
	color: var(--scbl-ink-deep);
	padding: 2px 12px;
	background: #eef2f8;
	border-radius: 3px;
}

.hc-game-meta {
	font-size: .8125rem;
	letter-spacing: .02em;
}

.hc-boxscore-link {
	text-transform: uppercase;
	font-family: var(--scbl-display);
	font-weight: 700;
	letter-spacing: .06em;
}

/* ---------- Empty state ---------- */

.hc-empty {
	border: 2px dashed #cfd8e6;
	border-radius: var(--scbl-radius);
	font-family: var(--scbl-display);
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #6b7a90;
}

@media (max-width: 600px) {
	.hc-statline-value { font-size: 1.45rem; }
	.hc-score-num { font-size: 2.4rem; }
	.hc-score-team { font-size: 1rem; }
	.hc-section-title h2 { font-size: 1.35rem; }
}

/* ---------- Page furniture: hero, cards, team grid ---------- */

.scbl-hero {
	position: relative;
	background: linear-gradient(100deg, var(--scbl-ink-deep) 0%, var(--scbl-navy-2) 55%, #14498f 100%);
	color: #fff;
	overflow: hidden;
	border-bottom: 5px solid var(--scbl-red);
}

/* Rink-stripe motif, drawn in CSS. Placeholder until real photography lands. */
.scbl-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		repeating-linear-gradient(-45deg, rgba(255,255,255,.05) 0 3px, transparent 3px 14px),
		radial-gradient(ellipse at 78% 28%, rgba(200,16,46,.35) 0%, transparent 58%);
	pointer-events: none;
}

.scbl-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 1140px;
	margin-inline: auto;
	padding: clamp(48px, 9vw, 104px) 16px clamp(40px, 7vw, 76px);
}

.scbl-eyebrow {
	margin: 0 0 10px;
	font-family: var(--scbl-display);
	font-weight: 700;
	font-size: .9375rem;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: #ffc733;
}

.scbl-hero-title {
	margin: 0;
	font-family: var(--scbl-display);
	font-weight: 800;
	text-transform: uppercase;
	line-height: .92;
	letter-spacing: -.005em;
	font-size: clamp(2.9rem, 10vw, 6.2rem);
	color: #fff;
	text-shadow: 0 3px 0 rgba(0, 0, 0, .18);
}

.scbl-hero-sub {
	margin: 16px 0 26px;
	max-width: 46ch;
	font-size: clamp(1rem, 2vw, 1.1875rem);
	line-height: 1.6;
	color: rgba(255, 255, 255, .84);
}

.scbl-hero-actions { margin: 0; display: flex; gap: 12px; flex-wrap: wrap; }

.scbl-btn {
	display: inline-block;
	padding: 13px 30px;
	background: var(--scbl-red);
	color: #fff !important;
	font-family: var(--scbl-display);
	font-weight: 800;
	font-size: 1.125rem;
	letter-spacing: .06em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	border: 2px solid var(--scbl-red);
	transition: transform .12s ease, background .12s ease;
}

.scbl-btn:hover { background: var(--scbl-red-dark); border-color: var(--scbl-red-dark); transform: translateY(-2px); }

.scbl-btn-ghost { background: transparent; border-color: rgba(255,255,255,.55); }
.scbl-btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; transform: translateY(-2px); }

/* Team cards */

.scbl-teamgrid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 16px;
	margin-bottom: 12px;
}

.scbl-teamcard {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 22px 14px 18px;
	background: #fff;
	border-radius: var(--scbl-radius);
	border-bottom: 5px solid var(--scbl-team, var(--scbl-red));
	box-shadow: var(--scbl-shadow);
	text-decoration: none;
	transition: transform .12s ease, box-shadow .12s ease;
}

.scbl-teamcard:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(8, 15, 34, .14);
}

.scbl-teamcard img { width: 92px; height: 92px; object-fit: contain; }

.scbl-teamcard-name {
	font-family: var(--scbl-display);
	font-weight: 800;
	font-size: 1.3rem;
	text-transform: uppercase;
	color: var(--scbl-ink-deep);
	text-align: center;
	line-height: 1.1;
}

.scbl-teamcard-meta {
	font-size: .75rem;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--scbl-muted);
	text-align: center;
}

/* Info cards and link lists */

.scbl-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
}

.scbl-card {
	padding: 22px;
	background: #fff;
	border-radius: var(--scbl-radius);
	border-left: 6px solid var(--scbl-red);
	box-shadow: var(--scbl-shadow);
}

.scbl-card h3 {
	margin: 0 0 4px;
	font-family: var(--scbl-display);
	font-weight: 800;
	font-size: 1.5rem;
	text-transform: uppercase;
	color: var(--scbl-ink-deep);
}

.scbl-card-time {
	margin: 0 0 10px;
	font-family: var(--scbl-display);
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: .875rem;
	color: var(--scbl-royal);
}

.scbl-card p { margin: 0 0 8px; line-height: 1.6; }

.scbl-price {
	margin: 10px 0 0 !important;
	font-family: var(--scbl-display);
	font-weight: 800;
	font-size: 2rem;
	color: var(--scbl-red);
	line-height: 1;
}

.scbl-links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 12px;
}

.scbl-links a {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 16px 18px;
	background: #fff;
	border-radius: var(--scbl-radius);
	border-left: 5px solid var(--scbl-royal);
	box-shadow: var(--scbl-shadow);
	text-decoration: none;
	transition: transform .12s ease;
}

.scbl-links a:hover { transform: translateX(3px); border-left-color: var(--scbl-red); }

.scbl-links strong {
	font-family: var(--scbl-display);
	font-weight: 800;
	font-size: 1.1875rem;
	text-transform: uppercase;
	color: var(--scbl-ink-deep);
}

.scbl-links span { font-size: .875rem; color: var(--scbl-muted); }

/* The hero sits full bleed inside the theme's constrained content area. */
.scbl-hero {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

/* ---------- Corrections found by screenshotting the real pages ---------- */

/* Table links were inheriting the theme's link color, which read as pink on
   a white row. Names are content, not links to be shouted about. */
table.hc-table a,
.hc-team-cell a,
.hc-player-cell a {
	color: var(--scbl-ink-deep);
	text-decoration: none;
	font-weight: 600;
}

table.hc-table a:hover,
.hc-team-cell a:hover,
.hc-player-cell a:hover {
	color: var(--scbl-red);
	text-decoration: underline;
}

/* Horizontal scroll on a stat table needs to look scrollable. */
.hc-table-scroll {
	background:
		linear-gradient(90deg, #fff 30%, rgba(255,255,255,0)) left / 40px 100% no-repeat,
		linear-gradient(90deg, rgba(255,255,255,0), #fff 70%) right / 40px 100% no-repeat,
		radial-gradient(farthest-side at 0 50%, rgba(8,15,34,.14), transparent) left / 14px 100% no-repeat,
		radial-gradient(farthest-side at 100% 50%, rgba(8,15,34,.14), transparent) right / 14px 100% no-repeat,
		#fff;
	background-attachment: local, local, scroll, scroll, local;
}

/* Header utility bar: links were near invisible on the red. Elementor emits
   widget IDs as .elementor-element-<id>, not #<id>, so an ID selector here
   never matches. */
.elementor-element-scblutilr a,
.elementor-element-scblutill a {
	color: #fff !important;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, .45);
	padding-bottom: 1px;
}

.elementor-element-scblutilr a:hover,
.elementor-element-scblutill a:hover {
	border-bottom-color: #fff;
	color: #fff !important;
}

/* Footer links were red on near black, which fails badly. */
.elementor-location-footer a {
	color: #9FB6D9 !important;
	text-decoration: none;
}

.elementor-location-footer a:hover {
	color: #fff !important;
	text-decoration: underline;
}

@media (max-width: 767px) {
	/* The logo rendered enormous at phone width. */
	.elementor-location-header .elementor-widget-image img { max-width: 108px; }

	/* Utility strip should be a quiet line, not a headline. */
	.elementor-element-scblutill p { font-size: 11px !important; line-height: 1.4 !important; }
	.elementor-element-scblutilr p { font-size: 12px !important; text-align: center !important; }

	.scbl-hero-inner { padding-top: 44px; padding-bottom: 36px; }
}

/* ---------- Feature banner ---------- */

.scbl-banner {
	position: relative;
	margin: 0 0 8px;
	background: linear-gradient(100deg, var(--scbl-ink-deep) 0%, var(--scbl-navy-2) 100%);
	color: #fff;
	overflow: hidden;
	border-top: 4px solid var(--scbl-team, var(--scbl-red));
	border-bottom: 4px solid var(--scbl-team, var(--scbl-red));
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.scbl-banner::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url('img/ice.png');
	background-size: 900px auto;
	opacity: .9;
	mix-blend-mode: screen;
	pointer-events: none;
}

.scbl-banner-inner {
	position: relative;
	z-index: 1;
	max-width: 1140px;
	margin-inline: auto;
	padding: 26px 16px;
}

.scbl-banner-kicker {
	display: block;
	margin-bottom: 12px;
	font-family: var(--scbl-display);
	font-weight: 700;
	font-size: .875rem;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #ffc733;
}

.scbl-banner-champ-row {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.scbl-banner-logo {
	width: 104px;
	height: 104px;
	object-fit: contain;
	background: #fff;
	border-radius: 6px;
	padding: 8px;
	flex: 0 0 auto;
}

.scbl-banner-champ-text { flex: 1 1 240px; }

.scbl-banner-champ-text h2 {
	margin: 0;
	font-family: var(--scbl-display);
	font-weight: 800;
	text-transform: uppercase;
	line-height: .95;
	font-size: clamp(2.1rem, 5.5vw, 3.4rem);
}

.scbl-banner-champ-text h2 a { color: #fff; text-decoration: none; }
.scbl-banner-champ-text h2 a:hover { color: #ffc733; }

.scbl-banner-champ-sub {
	margin: 4px 0 0;
	font-family: var(--scbl-display);
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: .9375rem;
	color: rgba(255, 255, 255, .7);
}

.scbl-banner-record {
	display: flex;
	gap: 10px;
	flex: 0 0 auto;
	flex-wrap: wrap;
}

.scbl-banner-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 68px;
	padding: 10px 8px;
	background: rgba(255, 255, 255, .09);
	border-radius: 4px;
	font-family: var(--scbl-display);
	font-weight: 600;
	font-size: .6875rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .65);
}

.scbl-banner-stat b {
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1;
	color: #fff;
	margin-bottom: 3px;
}

/* Next-game variant */
.scbl-banner-match {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.scbl-banner-team {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--scbl-display);
	font-weight: 800;
	font-size: 1.6rem;
	text-transform: uppercase;
}

.scbl-banner-team img { width: 46px; height: 46px; object-fit: contain; }

.scbl-banner-vs {
	font-family: var(--scbl-display);
	font-weight: 600;
	color: rgba(255, 255, 255, .55);
	text-transform: uppercase;
	letter-spacing: .1em;
}

.scbl-banner-meta {
	display: block;
	margin-top: 10px;
	color: rgba(255, 255, 255, .72);
	font-size: .9375rem;
}

/* ---------- Game cards, rebuilt ---------- */

.hc-game {
	grid-template-columns: 1fr auto 1fr;
	gap: 10px 14px;
	padding: 16px 18px;
	border-bottom: 1px solid #e6ebf2;
	transition: background .12s ease;
}

.hc-game:hover { background: #eef3fb; }

.hc-game .hc-team-cell {
	gap: 12px;
	font-family: var(--scbl-display);
	font-weight: 800;
	font-size: 1.25rem;
	text-transform: uppercase;
}

.hc-game-home .hc-team-cell { flex-direction: row-reverse; }

.hc-game .hc-team-logo { width: 40px; height: 40px; }

.hc-game .hc-team-cell a {
	font-family: var(--scbl-display);
	font-weight: 800;
	font-size: 1.25rem;
	text-transform: uppercase;
	letter-spacing: .01em;
}

.hc-game-score {
	min-width: 104px;
	text-align: center;
	font-size: 1.5rem;
	padding: 6px 14px;
	background: var(--scbl-ink-deep);
	color: #fff;
	border-radius: 4px;
}

.hc-game-score a { color: #fff; }

.hc-game-meta {
	padding-top: 4px;
	color: var(--scbl-muted);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

@media (max-width: 600px) {
	.hc-game { padding: 12px 10px; }
	.hc-game .hc-team-cell,
	.hc-game .hc-team-cell a { font-size: .9375rem; }
	.hc-game .hc-team-logo { width: 30px; height: 30px; }
	.hc-game-score { min-width: 74px; font-size: 1.15rem; padding: 5px 8px; }
	.scbl-banner-logo { width: 74px; height: 74px; }
	.scbl-banner-stat { min-width: 56px; }
	.scbl-banner-stat b { font-size: 1.35rem; }
}

/* ---------- Team stat strip: proper columns ---------- */

.hc-statline {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 0;
	border-radius: var(--scbl-radius);
	overflow: hidden;
}

.hc-statline-item {
	min-width: 0;
	padding: 18px 6px;
	border-right: 1px solid rgba(255, 255, 255, .12);
}

.hc-statline-value { font-size: 2.1rem; }

@media (max-width: 900px) {
	.hc-statline { grid-template-columns: repeat(4, 1fr); }
	/* With 4 per row the 4th and 8th sit at the edge, so drop their divider. */
	.hc-statline-item:nth-child(4n) { border-right: 0; }
	.hc-statline-item:nth-child(-n+4) { border-bottom: 1px solid rgba(255,255,255,.12); }
}

@media (max-width: 480px) {
	.hc-statline { grid-template-columns: repeat(4, 1fr); }
	.hc-statline-value { font-size: 1.4rem; }
	.hc-statline-item { padding: 12px 4px; }
}

/* ---------- Header logo emblem ----------
 * The logo sits on an oversized white plate that hangs below the bar and
 * comes to a point, so it reads as a club crest rather than a floating image.
 */

.elementor-location-header .elementor-element-scblmain {
	overflow: visible;
}

.elementor-element-scblhlogo {
	position: relative;
	z-index: 5;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 156px;
	margin-bottom: -34px;
	padding: 10px 14px 34px;
	background: #fff;
	/* Straight sides, then a point at the bottom centre. */
	clip-path: polygon(0 0, 100% 0, 100% 68%, 50% 100%, 0 68%);
	filter: drop-shadow(0 3px 5px rgba(8, 15, 34, .35));
}

/* No pseudo element behind the plate: a negative z-index child paints ABOVE
   the parent's own background, so a red backing covered the white rather than
   sitting behind it. The red edge is drawn as a gradient inside the same clip
   instead, which keeps one element and one clip path. */
.elementor-element-scblhlogo {
	background:
		linear-gradient(180deg, var(--scbl-red) 0 5px, #fff 5px) padding-box;
}

.elementor-element-scblhlogo .elementor-widget-container,
.elementor-element-scblhlogo figure,
.elementor-element-scblhlogo a {
	margin: 0;
	line-height: 0;
}

.elementor-element-scblhlogo img {
	width: 100%;
	height: auto;
	max-width: 118px;
}

@media (max-width: 767px) {
	.elementor-element-scblhlogo {
		width: 104px;
		margin-bottom: -22px;
		padding: 7px 9px 22px;
	}

	.elementor-location-header .elementor-element-scblhlogo img { max-width: 82px; }
}

/* Hello Elementor's skip link uses its own pink default. It only shows on
   keyboard focus, but it should still be ours. */
.skip-link,
.skip-link:focus {
	color: #fff !important;
	background: var(--scbl-ink-deep) !important;
}

/* ---------- Ice on the site header ---------- */

.elementor-location-header .elementor-element-scblmain {
	position: relative;
}

.elementor-location-header .elementor-element-scblmain::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url('img/ice.png');
	background-size: 640px auto;
	opacity: .55;
	mix-blend-mode: screen;
	pointer-events: none;
	z-index: 0;
}

.elementor-location-header .elementor-element-scblmain > * {
	position: relative;
	z-index: 1;
}

/* ---------- Schedule and results read as one grouped block ---------- */

.hc-schedule-group {
	border-radius: var(--scbl-radius);
	overflow: hidden;
	background: linear-gradient(180deg, #fff 0%, #f4f7fc 100%);
	box-shadow:
		0 1px 0 rgba(8, 15, 34, .06),
		0 10px 26px -12px rgba(8, 15, 34, .38);
	border-top: 3px solid var(--scbl-ink-deep);
}

.hc-schedule-group .hc-game {
	background: transparent;
	border-bottom: 1px solid rgba(8, 15, 34, .07);
}

.hc-schedule-group .hc-game:nth-child(even) {
	background: rgba(8, 15, 34, .022);
}

.hc-schedule-group .hc-game:last-child { border-bottom: 0; }
.hc-schedule-group .hc-game:hover { background: rgba(27, 79, 156, .07); }
