:root {
	--sporthezis-bg: #f8f4ee;
	--sporthezis-bg-soft: #fffdf9;
	--sporthezis-surface: rgba(255, 255, 255, 0.88);
	--sporthezis-surface-strong: #ffffff;
	--sporthezis-line: rgba(15, 76, 92, 0.12);
	--sporthezis-line-strong: rgba(15, 76, 92, 0.2);
	--sporthezis-text: #17313a;
	--sporthezis-text-soft: #4b6871;
	--sporthezis-heading: #10272f;
	--sporthezis-primary: #0f4c5c;
	--sporthezis-primary-strong: #0b3945;
	--sporthezis-accent: #d7a057;
	--sporthezis-accent-strong: #ba7d2f;
	--sporthezis-shadow: 0 24px 70px rgba(13, 39, 49, 0.12);
	--sporthezis-shadow-soft: 0 16px 34px rgba(13, 39, 49, 0.08);
	--sporthezis-radius: 28px;
	--sporthezis-radius-sm: 18px;
	--sporthezis-wrap: 1240px;
}

html {
	scroll-behavior: smooth;
}

body.sporthezis-refresh {
	background:
		radial-gradient(circle at top left, rgba(215, 160, 87, 0.16), transparent 34%),
		radial-gradient(circle at top right, rgba(15, 76, 92, 0.12), transparent 28%),
		linear-gradient(180deg, #fcfaf6 0%, var(--sporthezis-bg) 100%);
	color: var(--sporthezis-text);
	font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
	line-height: 1.75;
}

body.sporthezis-refresh,
body.sporthezis-refresh button,
body.sporthezis-refresh input,
body.sporthezis-refresh select,
body.sporthezis-refresh textarea {
	font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

body.sporthezis-refresh ::selection {
	background: rgba(215, 160, 87, 0.26);
	color: var(--sporthezis-heading);
}

body.sporthezis-refresh .wrap {
	max-width: var(--sporthezis-wrap);
	padding-left: 28px;
	padding-right: 28px;
}

body.sporthezis-refresh a {
	color: var(--sporthezis-primary);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
	transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.sporthezis-refresh a:hover,
body.sporthezis-refresh a:focus {
	color: var(--sporthezis-primary-strong);
}

body.sporthezis-refresh a:focus-visible,
body.sporthezis-refresh button:focus-visible,
body.sporthezis-refresh input:focus-visible,
body.sporthezis-refresh textarea:focus-visible,
body.sporthezis-refresh select:focus-visible {
	outline: 3px solid rgba(215, 160, 87, 0.5);
	outline-offset: 3px;
}

body.sporthezis-refresh h1,
body.sporthezis-refresh h2,
body.sporthezis-refresh h3,
body.sporthezis-refresh h4,
body.sporthezis-refresh h5,
body.sporthezis-refresh h6 {
	color: var(--sporthezis-heading);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.08;
}

body.sporthezis-refresh p,
body.sporthezis-refresh li,
body.sporthezis-refresh dd,
body.sporthezis-refresh dt {
	font-size: 1.02rem;
	color: var(--sporthezis-text);
}

body.sporthezis-refresh .site {
	min-height: 100vh;
}

body.sporthezis-refresh .site-content-contain {
	background: transparent;
}

body.sporthezis-refresh .site-content {
	padding-top: 34px;
	padding-bottom: 72px;
}

body.sporthezis-refresh .custom-header {
	position: relative;
	overflow: hidden;
}

body.sporthezis-refresh .custom-header-media {
	position: relative;
}

body.sporthezis-refresh .custom-header-media::after {
	background:
		linear-gradient(140deg, rgba(8, 33, 40, 0.78), rgba(8, 33, 40, 0.22) 48%, rgba(215, 160, 87, 0.16)),
		linear-gradient(180deg, rgba(8, 33, 40, 0.08), rgba(8, 33, 40, 0.74));
	content: "";
	inset: 0;
	position: absolute;
}

body.sporthezis-refresh .custom-header-media img,
body.sporthezis-refresh .custom-header-media video,
body.sporthezis-refresh .custom-header-media iframe {
	filter: saturate(0.92) contrast(1.02);
	min-height: 420px;
	object-fit: cover;
}

body.sporthezis-refresh .site-branding {
	bottom: 0;
	left: 0;
	padding: 0 0 44px;
	position: absolute;
	right: 0;
	top: auto;
	z-index: 3;
}

body.sporthezis-refresh .site-branding .wrap {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

body.sporthezis-refresh:not(.has-header-image) .site-branding {
	padding: 42px 0 22px;
	position: relative;
}

body.sporthezis-refresh .custom-logo-link img {
	border-radius: 20px;
	box-shadow: var(--sporthezis-shadow-soft);
	max-height: 78px;
	width: auto;
}

body.sporthezis-refresh .site-branding-text {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
	backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 32px;
	box-shadow: var(--sporthezis-shadow);
	max-width: 700px;
	padding: 34px 36px;
}

body.sporthezis-refresh:not(.has-header-image) .site-branding-text {
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(15, 76, 92, 0.08);
}

body.sporthezis-refresh .site-title,
body.sporthezis-refresh .site-title a {
	color: #ffffff;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.6rem, 5vw, 5.4rem);
	font-weight: 700;
	line-height: 0.94;
	margin: 0;
	text-decoration: none;
}

body.sporthezis-refresh:not(.has-header-image) .site-title,
body.sporthezis-refresh:not(.has-header-image) .site-title a {
	color: var(--sporthezis-heading);
}

body.sporthezis-refresh .site-description {
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1rem, 1.7vw, 1.22rem);
	line-height: 1.7;
	margin: 14px 0 0;
	max-width: 56ch;
}

body.sporthezis-refresh:not(.has-header-image) .site-description {
	color: var(--sporthezis-text-soft);
}

body.sporthezis-refresh .sporthezis-brand-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

body.sporthezis-refresh .sporthezis-brand-highlights span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #fff;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 10px 16px;
	text-transform: uppercase;
}

body.sporthezis-refresh:not(.has-header-image) .sporthezis-brand-highlights span {
	background: rgba(15, 76, 92, 0.06);
	border-color: rgba(15, 76, 92, 0.08);
	color: var(--sporthezis-primary);
}

body.sporthezis-refresh .navigation-top {
	background: transparent;
	border: 0;
	bottom: auto;
	position: sticky;
	top: 0;
	z-index: 40;
}

body.admin-bar.sporthezis-refresh .navigation-top {
	top: 32px;
}

body.sporthezis-refresh .navigation-top .wrap {
	padding-bottom: 10px;
	padding-top: 16px;
}

body.sporthezis-refresh .main-navigation {
	background: rgba(255, 253, 249, 0.84);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(15, 76, 92, 0.1);
	border-radius: 999px;
	box-shadow: 0 14px 36px rgba(15, 31, 43, 0.08);
	padding: 12px 18px;
}

body.sporthezis-refresh .main-navigation ul {
	align-items: center;
	gap: 4px;
}

body.sporthezis-refresh .main-navigation a {
	border-radius: 999px;
	color: var(--sporthezis-heading);
	font-size: 0.96rem;
	font-weight: 600;
	padding: 12px 16px;
	text-decoration: none;
}

body.sporthezis-refresh .main-navigation li:hover > a,
body.sporthezis-refresh .main-navigation li.focus > a,
body.sporthezis-refresh .main-navigation .current-menu-item > a,
body.sporthezis-refresh .main-navigation .current_page_item > a,
body.sporthezis-refresh .main-navigation .current-menu-ancestor > a {
	background: rgba(15, 76, 92, 0.08);
	color: var(--sporthezis-primary-strong);
}

body.sporthezis-refresh .menu-toggle,
body.sporthezis-refresh .dropdown-toggle {
	border-radius: 999px;
}

body.sporthezis-refresh .menu-toggle {
	border: 1px solid var(--sporthezis-line-strong);
	color: var(--sporthezis-primary);
	font-size: 0.95rem;
	font-weight: 700;
}

body.sporthezis-refresh .menu-toggle:hover,
body.sporthezis-refresh .menu-toggle:focus {
	background: rgba(15, 76, 92, 0.06);
}

body.sporthezis-refresh .dropdown-toggle {
	color: var(--sporthezis-primary);
}

body.sporthezis-refresh .main-navigation ul ul {
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(15, 76, 92, 0.08);
	border-radius: 24px;
	box-shadow: var(--sporthezis-shadow-soft);
	padding: 12px;
	width: 300px;
}

body.sporthezis-refresh .main-navigation ul ul a {
	border-radius: 16px;
	font-size: 0.93rem;
	padding: 11px 14px;
}

body.sporthezis-refresh .menu-scroll-down {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: #fff;
	height: 58px;
	width: 58px;
}

body.sporthezis-refresh .menu-scroll-down:hover,
body.sporthezis-refresh .menu-scroll-down:focus {
	background: rgba(255, 255, 255, 0.24);
	color: #fff;
}

body.sporthezis-refresh .single-featured-image-header {
	margin: 18px auto 0;
	max-width: min(1280px, calc(100% - 48px));
}

body.sporthezis-refresh .single-featured-image-header img {
	border-radius: 34px;
	box-shadow: var(--sporthezis-shadow);
}

body.sporthezis-refresh .page-header,
body.sporthezis-refresh .site-main > article:not(.twentyseventeen-panel),
body.sporthezis-refresh .error404 .page-content,
body.sporthezis-refresh .search-no-results .page-content {
	background: var(--sporthezis-surface);
	border: 1px solid var(--sporthezis-line);
	border-radius: var(--sporthezis-radius);
	box-shadow: var(--sporthezis-shadow-soft);
}

body.sporthezis-refresh .page-header {
	margin-bottom: 24px;
	padding: 38px 42px;
}

body.sporthezis-refresh .page-title,
body.sporthezis-refresh .page .entry-title,
body.sporthezis-refresh .single-post .entry-title {
	font-size: clamp(2.2rem, 4vw, 4.4rem);
	margin: 0;
}

body.sporthezis-refresh .taxonomy-description,
body.sporthezis-refresh .archive-description,
body.sporthezis-refresh .page-header p {
	color: var(--sporthezis-text-soft);
	margin-top: 14px;
	max-width: 68ch;
}

body.sporthezis-refresh .page .site-main > article,
body.sporthezis-refresh .single-post .site-main > article {
	padding: 42px 46px;
}

body.sporthezis-refresh .page .entry-header,
body.sporthezis-refresh .single-post .entry-header {
	border-bottom: 1px solid var(--sporthezis-line);
	margin-bottom: 28px;
	padding-bottom: 22px;
}

body.sporthezis-refresh .entry-meta {
	color: var(--sporthezis-text-soft);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

body.sporthezis-refresh .entry-meta a {
	color: inherit;
}

body.sporthezis-refresh .page .entry-content,
body.sporthezis-refresh .single-post .entry-content,
body.sporthezis-refresh .panel-content .entry-content {
	color: var(--sporthezis-text);
	font-size: 1.04rem;
}

body.sporthezis-refresh .entry-content > * + *,
body.sporthezis-refresh .entry-summary > * + * {
	margin-top: 1.15em;
}

body.sporthezis-refresh .entry-content h2,
body.sporthezis-refresh .entry-content h3,
body.sporthezis-refresh .entry-content h4 {
	margin-top: 1.8em;
}

body.sporthezis-refresh .entry-content ul,
body.sporthezis-refresh .entry-content ol {
	padding-left: 1.2em;
}

body.sporthezis-refresh .entry-content blockquote {
	background: linear-gradient(180deg, rgba(15, 76, 92, 0.04), rgba(15, 76, 92, 0.02));
	border-left: 4px solid var(--sporthezis-accent);
	border-radius: 0 24px 24px 0;
	color: var(--sporthezis-heading);
	padding: 22px 24px;
}

body.sporthezis-refresh .entry-content img {
	border-radius: 24px;
	box-shadow: var(--sporthezis-shadow-soft);
}

body.sporthezis-refresh .entry-content table,
body.sporthezis-refresh .entry-content th,
body.sporthezis-refresh .entry-content td {
	border-color: rgba(15, 76, 92, 0.12);
}

body.sporthezis-refresh .entry-content table {
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
}

body.sporthezis-refresh .blog .site-main,
body.sporthezis-refresh .archive .site-main,
body.sporthezis-refresh .search-results .site-main {
	display: grid;
	gap: 26px;
}

body.sporthezis-refresh .blog .site-main > article,
body.sporthezis-refresh .archive .site-main > article,
body.sporthezis-refresh .search-results .site-main > article {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 24px;
}

body.sporthezis-refresh .post-thumbnail {
	margin: 0;
}

body.sporthezis-refresh .blog .post-thumbnail a,
body.sporthezis-refresh .archive .post-thumbnail a,
body.sporthezis-refresh .search-results .post-thumbnail a {
	display: block;
	overflow: hidden;
}

body.sporthezis-refresh .blog .post-thumbnail img,
body.sporthezis-refresh .archive .post-thumbnail img,
body.sporthezis-refresh .search-results .post-thumbnail img {
	aspect-ratio: 16 / 9;
	border-radius: 24px;
	height: auto;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

body.sporthezis-refresh .blog article:hover .post-thumbnail img,
body.sporthezis-refresh .archive article:hover .post-thumbnail img,
body.sporthezis-refresh .search-results article:hover .post-thumbnail img {
	transform: scale(1.03);
}

body.sporthezis-refresh .blog .entry-title,
body.sporthezis-refresh .archive .entry-title,
body.sporthezis-refresh .search-results .entry-title {
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	margin: 0;
}

body.sporthezis-refresh .blog .entry-title a,
body.sporthezis-refresh .archive .entry-title a,
body.sporthezis-refresh .search-results .entry-title a {
	color: var(--sporthezis-heading);
	text-decoration: none;
}

body.sporthezis-refresh .blog .entry-summary,
body.sporthezis-refresh .archive .entry-summary,
body.sporthezis-refresh .search-results .entry-summary {
	color: var(--sporthezis-text-soft);
}

body.sporthezis-refresh .entry-read-more {
	margin: auto 0 0;
}

body.sporthezis-refresh .entry-read-more a {
	align-items: center;
	background: linear-gradient(135deg, var(--sporthezis-primary), var(--sporthezis-primary-strong));
	border-radius: 999px;
	box-shadow: 0 14px 30px rgba(15, 76, 92, 0.18);
	color: #fff;
	display: inline-flex;
	font-size: 0.93rem;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.03em;
	padding: 12px 18px;
	text-decoration: none;
}

body.sporthezis-refresh .entry-read-more a:hover,
body.sporthezis-refresh .entry-read-more a:focus {
	box-shadow: 0 18px 36px rgba(15, 76, 92, 0.24);
	color: #fff;
	transform: translateY(-1px);
}

body.sporthezis-refresh .twentyseventeen-panel {
	background: transparent;
	border: 0;
	box-shadow: none;
	display: grid;
	gap: 0;
	margin: 0 0 30px;
	overflow: hidden;
}

body.sporthezis-refresh .panel-image {
	border-radius: var(--sporthezis-radius) var(--sporthezis-radius) 0 0;
	min-height: 320px;
	overflow: hidden;
}

body.sporthezis-refresh .panel-content {
	background: var(--sporthezis-surface);
	border: 1px solid var(--sporthezis-line);
	border-radius: 0 0 var(--sporthezis-radius) var(--sporthezis-radius);
	box-shadow: var(--sporthezis-shadow-soft);
}

body.sporthezis-refresh .panel-content .wrap {
	max-width: 100%;
	padding: 42px 40px;
}

body.sporthezis-refresh .panel-content .entry-title {
	font-size: clamp(2rem, 3.5vw, 3.6rem);
	margin-bottom: 10px;
}

body.sporthezis-refresh .page-links {
	margin-top: 28px;
}

body.sporthezis-refresh .post-navigation,
body.sporthezis-refresh .pagination {
	background: var(--sporthezis-surface);
	border: 1px solid var(--sporthezis-line);
	border-radius: var(--sporthezis-radius-sm);
	box-shadow: var(--sporthezis-shadow-soft);
	margin-top: 28px;
	padding: 18px 22px;
}

body.sporthezis-refresh .nav-links a,
body.sporthezis-refresh .page-numbers {
	border-radius: 999px;
}

body.sporthezis-refresh .page-numbers {
	border: 1px solid transparent;
	color: var(--sporthezis-primary);
	font-weight: 700;
	padding: 10px 14px;
}

body.sporthezis-refresh .page-numbers.current,
body.sporthezis-refresh .page-numbers:hover,
body.sporthezis-refresh .page-numbers:focus {
	background: rgba(15, 76, 92, 0.08);
	border-color: rgba(15, 76, 92, 0.1);
	color: var(--sporthezis-primary-strong);
}

body.sporthezis-refresh #secondary .widget,
body.sporthezis-refresh .site-footer .widget {
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid var(--sporthezis-line);
	border-radius: 24px;
	box-shadow: var(--sporthezis-shadow-soft);
	padding: 24px;
}

body.sporthezis-refresh #secondary .widget-title,
body.sporthezis-refresh .site-footer .widget-title {
	font-size: 1.7rem;
	margin-top: 0;
}

body.sporthezis-refresh .site-footer {
	background:
		linear-gradient(180deg, rgba(15, 76, 92, 0.96), rgba(10, 42, 51, 0.98)),
		linear-gradient(135deg, rgba(215, 160, 87, 0.18), transparent 45%);
	color: rgba(255, 255, 255, 0.84);
	margin-top: 54px;
	padding: 34px 0 16px;
}

body.sporthezis-refresh .site-footer a {
	color: #fff;
}

body.sporthezis-refresh .site-footer .wrap {
	display: grid;
	gap: 24px;
}

body.sporthezis-refresh .social-navigation .social-links-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

body.sporthezis-refresh .social-navigation a {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	display: inline-flex;
	height: auto;
	padding: 12px 16px;
	width: auto;
}

body.sporthezis-refresh .social-navigation a:hover,
body.sporthezis-refresh .social-navigation a:focus {
	background: rgba(255, 255, 255, 0.16);
}

body.sporthezis-refresh .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	flex-wrap: wrap;
	gap: 14px 28px;
	justify-content: space-between;
	padding-top: 24px;
}

body.sporthezis-refresh .site-info-branding,
body.sporthezis-refresh .site-info-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

body.sporthezis-refresh .site-info-name {
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.sporthezis-refresh .site-info-tagline,
body.sporthezis-refresh .site-info-copy,
body.sporthezis-refresh .site-info-privacy a {
	color: rgba(255, 255, 255, 0.76);
}

body.sporthezis-refresh .site-info-privacy a {
	text-decoration: underline;
}

body.sporthezis-refresh .comment-respond,
body.sporthezis-refresh .comments-area {
	background: var(--sporthezis-surface);
	border: 1px solid var(--sporthezis-line);
	border-radius: var(--sporthezis-radius-sm);
	box-shadow: var(--sporthezis-shadow-soft);
	margin-top: 24px;
	padding: 28px;
}

body.sporthezis-refresh input[type="text"],
body.sporthezis-refresh input[type="email"],
body.sporthezis-refresh input[type="url"],
body.sporthezis-refresh input[type="search"],
body.sporthezis-refresh input[type="password"],
body.sporthezis-refresh input[type="tel"],
body.sporthezis-refresh textarea,
body.sporthezis-refresh select {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(15, 76, 92, 0.16);
	border-radius: 18px;
	color: var(--sporthezis-heading);
	padding: 14px 16px;
}

body.sporthezis-refresh button,
body.sporthezis-refresh input[type="submit"] {
	background: linear-gradient(135deg, var(--sporthezis-primary), var(--sporthezis-primary-strong));
	border: 0;
	border-radius: 999px;
	box-shadow: 0 14px 30px rgba(15, 76, 92, 0.18);
	color: #fff;
	font-weight: 700;
	padding: 14px 22px;
}

body.sporthezis-refresh button:hover,
body.sporthezis-refresh button:focus,
body.sporthezis-refresh input[type="submit"]:hover,
body.sporthezis-refresh input[type="submit"]:focus {
	color: #fff;
	transform: translateY(-1px);
}

body.sporthezis-refresh .no-results.not-found,
body.sporthezis-refresh .error-404.not-found {
	background: var(--sporthezis-surface);
	border: 1px solid var(--sporthezis-line);
	border-radius: var(--sporthezis-radius);
	box-shadow: var(--sporthezis-shadow-soft);
	padding: 34px 36px;
}

@media screen and (max-width: 76.875em) {
	body.sporthezis-refresh .site-branding {
		padding-bottom: 32px;
	}

	body.sporthezis-refresh .site-branding-text {
		max-width: 620px;
		padding: 28px 28px 30px;
	}

	body.sporthezis-refresh .page .site-main > article,
	body.sporthezis-refresh .single-post .site-main > article,
	body.sporthezis-refresh .panel-content .wrap,
	body.sporthezis-refresh .page-header {
		padding: 34px 30px;
	}
}

@media screen and (max-width: 67em) {
	body.sporthezis-refresh .main-navigation {
		border-radius: 26px;
	}

	body.sporthezis-refresh .main-navigation ul {
		gap: 0;
	}

	body.sporthezis-refresh .main-navigation ul ul {
		width: 100%;
	}

	body.sporthezis-refresh .main-navigation a {
		border-radius: 16px;
	}
}

@media screen and (max-width: 48em) {
	body.admin-bar.sporthezis-refresh .navigation-top {
		top: 46px;
	}

	body.sporthezis-refresh .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	body.sporthezis-refresh .navigation-top .wrap {
		padding-top: 10px;
	}

	body.sporthezis-refresh .main-navigation {
		border-radius: 24px;
		padding: 10px 12px;
	}

	body.sporthezis-refresh .custom-header-media img,
	body.sporthezis-refresh .custom-header-media video,
	body.sporthezis-refresh .custom-header-media iframe {
		min-height: 360px;
	}

	body.sporthezis-refresh .site-branding {
		padding-bottom: 24px;
	}

	body.sporthezis-refresh .site-branding-text {
		border-radius: 26px;
		padding: 24px 22px;
	}

	body.sporthezis-refresh .site-title,
	body.sporthezis-refresh .site-title a {
		display: block;
		font-size: clamp(1.95rem, 10vw, 2.8rem);
		letter-spacing: 0.02em;
		max-width: 100%;
		overflow-wrap: anywhere;
		text-align: center;
	}

	body.sporthezis-refresh .site-description {
		font-size: 0.94rem;
		line-height: 1.45;
		margin-left: auto;
		margin-right: auto;
		max-width: 29ch;
		overflow-wrap: anywhere;
		text-align: center;
	}

	body.sporthezis-refresh .sporthezis-brand-highlights {
		align-items: stretch;
		flex-direction: column;
	}

	body.sporthezis-refresh .sporthezis-brand-highlights span {
		flex: 0 1 auto;
		font-size: 0.78rem;
		line-height: 1.25;
		max-width: 100%;
		padding: 9px 13px;
		text-align: center;
		white-space: normal;
	}

	body.sporthezis-refresh .single-featured-image-header {
		max-width: calc(100% - 24px);
	}

	body.sporthezis-refresh .single-featured-image-header img {
		border-radius: 24px;
	}

	body.sporthezis-refresh .page-header,
	body.sporthezis-refresh .page .site-main > article,
	body.sporthezis-refresh .single-post .site-main > article,
	body.sporthezis-refresh .blog .site-main > article,
	body.sporthezis-refresh .archive .site-main > article,
	body.sporthezis-refresh .search-results .site-main > article,
	body.sporthezis-refresh .panel-content .wrap {
		padding: 26px 22px;
	}

	body.sporthezis-refresh .page-title,
	body.sporthezis-refresh .page .entry-title,
	body.sporthezis-refresh .single-post .entry-title {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	body.sporthezis-refresh .site-info {
		flex-direction: column;
	}
}

@media screen and (max-width: 30em) {
	body.sporthezis-refresh .menu-scroll-down {
		display: none;
	}

	body.sporthezis-refresh .social-navigation .social-links-menu {
		gap: 10px;
	}
}

/* Mobile guard for imported WordPress content. */
body.sporthezis-refresh,
body.sporthezis-refresh * {
	box-sizing: border-box;
}

html,
body.sporthezis-refresh {
	max-width: 100%;
	overflow-x: hidden;
}

body.sporthezis-refresh .site,
body.sporthezis-refresh .site-content,
body.sporthezis-refresh .site-content-contain,
body.sporthezis-refresh .wrap,
body.sporthezis-refresh #content,
body.sporthezis-refresh #primary,
body.sporthezis-refresh #main,
body.sporthezis-refresh .site-main,
body.sporthezis-refresh .site-main > article,
body.sporthezis-refresh .entry-header,
body.sporthezis-refresh .entry-content,
body.sporthezis-refresh .entry-content > * {
	max-width: 100%;
	min-width: 0;
}

body.sporthezis-refresh .site-main > article {
	overflow: hidden;
	width: 100%;
}

body.sporthezis-refresh .entry-title,
body.sporthezis-refresh .page-title,
body.sporthezis-refresh .entry-content h1,
body.sporthezis-refresh .entry-content h2,
body.sporthezis-refresh .entry-content h3,
body.sporthezis-refresh .entry-content h4,
body.sporthezis-refresh .entry-content h5,
body.sporthezis-refresh .entry-content h6,
body.sporthezis-refresh .entry-content p,
body.sporthezis-refresh .entry-content li,
body.sporthezis-refresh .entry-content span,
body.sporthezis-refresh .entry-content strong,
body.sporthezis-refresh .entry-content b,
body.sporthezis-refresh .entry-content em,
body.sporthezis-refresh .entry-content a {
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

body.sporthezis-refresh .entry-content img,
body.sporthezis-refresh .entry-content iframe,
body.sporthezis-refresh .entry-content video,
body.sporthezis-refresh .entry-content object,
body.sporthezis-refresh .entry-content embed {
	display: block;
	float: none !important;
	height: auto;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100% !important;
}

body.sporthezis-refresh .entry-content figure,
body.sporthezis-refresh .entry-content .wp-caption,
body.sporthezis-refresh .entry-content .alignnone,
body.sporthezis-refresh .entry-content .alignleft,
body.sporthezis-refresh .entry-content .alignright,
body.sporthezis-refresh .entry-content .aligncenter,
body.sporthezis-refresh .entry-content .wp-embedded-content,
body.sporthezis-refresh .entry-content .instagram-media,
body.sporthezis-refresh .entry-content .tiktok-embed,
body.sporthezis-refresh .entry-content .container {
	clear: both;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100% !important;
	min-width: 0 !important;
	width: auto !important;
}

body.sporthezis-refresh .entry-content table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	width: 100%;
}

body.sporthezis-refresh .entry-content iframe[src*="youtube.com/embed"],
body.sporthezis-refresh .entry-content iframe[src*="youtube-nocookie.com/embed"] {
	aspect-ratio: 16 / 9;
	height: auto !important;
	width: 100% !important;
}

body.sporthezis-refresh .entry-content iframe[src*="google.com/maps/embed"] {
	aspect-ratio: 4 / 3;
	height: auto !important;
	min-height: 260px;
	width: 100% !important;
}

@media screen and (max-width: 48em) {
	body.sporthezis-refresh .entry-content,
	body.sporthezis-refresh .entry-content p,
	body.sporthezis-refresh .entry-content li {
		font-size: 1rem !important;
		line-height: 1.65;
	}

	body.sporthezis-refresh .entry-content h1 {
		font-size: 1.65rem !important;
		line-height: 1.12;
	}

	body.sporthezis-refresh .entry-content h2 {
		font-size: 1.32rem !important;
		line-height: 1.22;
	}

	body.sporthezis-refresh .entry-content h3,
	body.sporthezis-refresh .entry-content h4 {
		font-size: 1.25rem !important;
		line-height: 1.28;
	}

	body.sporthezis-refresh .entry-content button,
	body.sporthezis-refresh .entry-content .bouton,
	body.sporthezis-refresh .entry-content input[type="button"],
	body.sporthezis-refresh .entry-content input[type="submit"] {
		display: inline-flex;
		justify-content: center;
		line-height: 1.35;
		max-width: 100%;
		min-height: 0;
		overflow-wrap: anywhere;
		padding: 14px 18px;
		white-space: normal;
		width: 100%;
	}
}

@media screen and (max-width: 48em) and (orientation: portrait) {
	body.sporthezis-refresh .site-branding .wrap,
	body.sporthezis-refresh .site-branding-text,
	body.sporthezis-refresh .entry-header,
	body.sporthezis-refresh .entry-content,
	body.sporthezis-refresh .entry-content h1,
	body.sporthezis-refresh .entry-content h2,
	body.sporthezis-refresh .entry-content h3,
	body.sporthezis-refresh .entry-content h4,
	body.sporthezis-refresh .entry-content h5,
	body.sporthezis-refresh .entry-content h6,
	body.sporthezis-refresh .entry-content p,
	body.sporthezis-refresh .entry-content li,
	body.sporthezis-refresh .entry-content div {
		text-align: center !important;
	}

	body.sporthezis-refresh .site-branding .wrap,
	body.sporthezis-refresh .site-branding-text,
	body.sporthezis-refresh .entry-header,
	body.sporthezis-refresh .entry-content,
	body.sporthezis-refresh .entry-content > *,
	body.sporthezis-refresh .entry-content figure,
	body.sporthezis-refresh .entry-content .wp-caption,
	body.sporthezis-refresh .entry-content .alignnone,
	body.sporthezis-refresh .entry-content .alignleft,
	body.sporthezis-refresh .entry-content .alignright,
	body.sporthezis-refresh .entry-content .aligncenter {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	body.sporthezis-refresh .entry-content img,
	body.sporthezis-refresh .entry-content picture,
	body.sporthezis-refresh .entry-content figure,
	body.sporthezis-refresh .entry-content .wp-caption,
	body.sporthezis-refresh .single-featured-image-header,
	body.sporthezis-refresh .single-featured-image-header img {
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
	}

	body.sporthezis-refresh .entry-content ul,
	body.sporthezis-refresh .entry-content ol {
		list-style-position: inside;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 0 !important;
		text-align: center !important;
	}
}
