:root {
	--d73-header-accent: #d71912;
	--d73-header-dark: #0c0e12;
}

body.d73-pro-header-enabled .topbar,
body.d73-pro-header-enabled .site-head,
body.d73-pro-header-enabled .nav-red,
body.d73-pro-header-enabled .breaking {
	font-family: Arial, Helvetica, sans-serif;
}

body.d73-pro-header-enabled .topbar {
	min-height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	background: linear-gradient(90deg, #090b0e, #14171c);
	color: #d8dce3;
}

body.d73-pro-header-enabled .topbar-inner {
	min-height: 40px;
	padding-inline: 2px;
}

body.d73-pro-header-enabled .topbar .today {
	display: flex;
	align-items: center;
	gap: 10px;
}

body.d73-pro-header-enabled .topbar .today strong {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 4px 9px;
	border-radius: 999px;
	background: var(--d73-header-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

body.d73-pro-header-enabled .topbar .today span {
	color: #aeb5bf;
	font-size: 11px;
}

body.d73-pro-header-enabled .social-top {
	display: flex;
	align-items: center;
	gap: 8px;
}

body.d73-pro-header-enabled .social-top > span {
	margin-right: 4px;
	color: #9098a4;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .09em;
}

body.d73-pro-header-enabled .social-top .social-icon {
	display: inline-grid;
	place-items: center;
	width: 29px;
	height: 29px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 8px;
	background: rgba(255, 255, 255, .055);
	color: #f1f3f5;
	transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

body.d73-pro-header-enabled .social-top .social-icon:hover,
body.d73-pro-header-enabled .social-top .social-icon:focus-visible {
	transform: translateY(-1px);
	border-color: var(--d73-header-accent);
	background: var(--d73-header-accent);
}

body.d73-pro-header-enabled .social-top .social-icon svg {
	width: 15px;
	height: 15px;
}

body.d73-pro-header-enabled .site-head {
	position: relative;
	border-bottom: 1px solid #eceef1;
	background:
		radial-gradient(circle at 12% 20%, rgba(215, 25, 18, .055), transparent 29%),
		linear-gradient(180deg, #fff, #fafbfc);
	box-shadow: 0 8px 26px rgba(13, 18, 26, .045);
}

body.d73-pro-header-enabled .site-head .head-inner {
	display: grid;
	grid-template-columns: minmax(300px, .78fr) minmax(520px, 1.45fr);
	align-items: center;
	gap: clamp(28px, 4vw, 58px);
	min-height: 142px;
	padding-block: 20px;
}

body.d73-pro-header-enabled .site-head .logo-wrap {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	width: auto;
	height: auto;
}

body.d73-pro-header-enabled .site-head .brand {
	display: block;
	width: min(100%, 340px);
	height: auto;
	line-height: 0;
}

body.d73-pro-header-enabled .site-head .brand img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .08));
}

body.d73-pro-header-enabled .d73-pro-header__tagline {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 0 3px;
	color: #5f6670;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .035em;
}

body.d73-pro-header-enabled .d73-pro-header__tagline::before {
	content: "";
	width: 24px;
	height: 3px;
	border-radius: 3px;
	background: var(--d73-header-accent);
}

body.d73-pro-header-enabled .site-head .ad-top {
	justify-self: end;
	overflow: hidden;
	width: min(100%, 732px);
	height: auto;
	border: 1px solid #e1e4e8;
	border-radius: 13px;
	background: #0d0f13;
	box-shadow: 0 12px 30px rgba(11, 14, 20, .13);
	line-height: 0;
	transition: transform .2s ease, box-shadow .2s ease;
}

body.d73-pro-header-enabled .site-head .ad-top:hover,
body.d73-pro-header-enabled .site-head .ad-top:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(11, 14, 20, .18);
}

body.d73-pro-header-enabled .site-head .ad-top-image {
	display: block;
	width: 100%;
	height: auto;
}

body.d73-pro-header-enabled .nav-red {
	z-index: 999;
	border: 0;
	background: var(--d73-header-accent);
	background: linear-gradient(100deg, color-mix(in srgb, var(--d73-header-accent) 90%, #8c0905), var(--d73-header-accent) 62%, #a30d08);
	box-shadow: 0 7px 20px rgba(119, 12, 7, .2);
}

body.d73-pro-header-enabled.d73-pro-header-sticky .nav-red {
	position: sticky;
	top: 0;
}

body.d73-pro-header-enabled:not(.d73-pro-header-sticky) .nav-red {
	position: relative;
}

body.admin-bar.d73-pro-header-enabled.d73-pro-header-sticky .nav-red {
	top: 32px;
}

body.d73-pro-header-enabled .nav-red .nav-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px;
	align-items: center;
	gap: 18px;
	min-height: 60px;
}

body.d73-pro-header-enabled .nav-red .main-menu,
body.d73-pro-header-enabled .nav-red .main-menu .menu {
	width: 100%;
	height: auto;
}

body.d73-pro-header-enabled .nav-red .main-menu .menu {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.d73-pro-header-enabled .nav-red .main-menu .menu a {
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 10px 11px;
	border-radius: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .01em;
	text-transform: none !important;
	white-space: nowrap;
	transition: background .18s ease, transform .18s ease;
}

body.d73-pro-header-enabled .nav-red .main-menu .menu a:hover,
body.d73-pro-header-enabled .nav-red .main-menu .menu a:focus-visible,
body.d73-pro-header-enabled .nav-red .main-menu .menu a[aria-current="page"] {
	transform: translateY(-1px);
	background: rgba(14, 15, 18, .22);
}

body.d73-pro-header-enabled .nav-red .search-form {
	display: grid;
	grid-template-columns: 1fr 44px;
	overflow: hidden;
	width: 100%;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 5px 16px rgba(71, 5, 3, .14);
}

body.d73-pro-header-enabled .nav-red .search-form label {
	display: block;
	min-width: 0;
}

body.d73-pro-header-enabled .nav-red .search-field {
	width: 100%;
	height: 40px;
	padding: 0 13px;
	border: 0;
	outline: 0;
	background: transparent;
	color: #17191d;
	font-size: 12px;
}

body.d73-pro-header-enabled .nav-red .search-field::placeholder {
	color: #8a919b;
}

body.d73-pro-header-enabled .nav-red .search-submit {
	display: grid;
	place-items: center;
	width: 44px;
	height: 40px;
	padding: 0;
	border: 0;
	background: #11141a;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

body.d73-pro-header-enabled .nav-red .search-submit:hover,
body.d73-pro-header-enabled .nav-red .search-submit:focus-visible {
	background: #292d35;
}

body.d73-pro-header-enabled .breaking {
	position: relative;
	z-index: 20;
	min-height: 46px;
	border-bottom: 1px solid #e5e7ea;
	background: #fff;
	box-shadow: 0 6px 17px rgba(14, 18, 25, .055);
}

body.d73-pro-header-enabled .breaking-inner {
	min-height: 46px;
	gap: 14px;
}

body.d73-pro-header-enabled .breaking-inner > strong {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 11px;
	border-radius: 7px;
	background: var(--d73-header-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .045em;
}

body.d73-pro-header-enabled .breaking .ticker a {
	color: #343941;
	font-size: 12px;
	font-weight: 700;
}

body.d73-pro-header-enabled .topbar a:focus-visible,
body.d73-pro-header-enabled .site-head a:focus-visible,
body.d73-pro-header-enabled .nav-red a:focus-visible,
body.d73-pro-header-enabled .breaking a:focus-visible,
body.d73-pro-header-enabled .nav-red button:focus-visible,
body.d73-pro-header-enabled .nav-red input:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

@media (max-width: 1050px) {
	body.d73-pro-header-enabled .site-head .head-inner {
		grid-template-columns: minmax(260px, .72fr) minmax(440px, 1.28fr);
		gap: 25px;
	}

	body.d73-pro-header-enabled .nav-red .main-menu .menu a {
		padding-inline: 8px;
		font-size: 11px;
	}
}

@media (max-width: 900px) {
	body.d73-pro-header-enabled .site-head .head-inner {
		grid-template-columns: 1fr;
		gap: 17px;
		padding-block: 18px;
	}

	body.d73-pro-header-enabled .site-head .logo-wrap {
		align-items: center;
	}

	body.d73-pro-header-enabled .site-head .brand {
		width: min(100%, 310px);
	}

	body.d73-pro-header-enabled .site-head .ad-top {
		justify-self: center;
		width: min(100%, 728px);
	}

	body.d73-pro-header-enabled .nav-red .nav-inner {
		grid-template-columns: auto minmax(180px, 1fr);
		gap: 12px;
		padding-block: 8px;
	}

	body.d73-pro-header-enabled .nav-red .menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 42px;
		padding: 9px 14px;
		border: 1px solid rgba(255, 255, 255, .25);
		border-radius: 9px;
		background: rgba(0, 0, 0, .15);
		color: #fff;
		font-weight: 800;
		grid-column: 1;
		grid-row: 1;
	}

	body.d73-pro-header-enabled .nav-red .main-menu {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	body.d73-pro-header-enabled .nav-red .search-form {
		grid-column: 2;
		grid-row: 1;
	}

	body.d73-pro-header-enabled .nav-red .main-menu .menu {
		align-items: stretch;
		flex-direction: column;
		gap: 3px;
		padding: 8px;
		border-radius: 11px;
		background: rgba(84, 5, 3, .25);
	}

	body.d73-pro-header-enabled .nav-red .main-menu .menu a {
		width: 100%;
		min-height: 38px;
		padding: 9px 11px;
		font-size: 13px;
	}
}

@media (max-width: 600px) {
	body.d73-pro-header-enabled .topbar .today span,
	body.d73-pro-header-enabled .social-top > span {
		display: none;
	}

	body.d73-pro-header-enabled .topbar-inner {
		padding-inline: 15px;
	}

	body.d73-pro-header-enabled .site-head .head-inner {
		padding: 15px;
	}

	body.d73-pro-header-enabled .site-head .brand {
		width: min(100%, 265px);
	}

	body.d73-pro-header-enabled .d73-pro-header__tagline {
		font-size: 10px;
	}

	body.d73-pro-header-enabled .nav-red .nav-inner {
		grid-template-columns: 1fr;
		padding-inline: 15px;
	}

	body.d73-pro-header-enabled .nav-red .menu-toggle,
	body.d73-pro-header-enabled .nav-red .search-form {
		width: 100%;
	}

	body.d73-pro-header-enabled .nav-red .menu-toggle {
		grid-column: 1;
		grid-row: 1;
	}

	body.d73-pro-header-enabled .nav-red .search-form {
		grid-column: 1;
		grid-row: 2;
	}

	body.d73-pro-header-enabled .nav-red .main-menu {
		grid-column: 1;
		grid-row: 3;
	}

	body.d73-pro-header-enabled .breaking-inner {
		padding-inline: 15px;
	}

	body.d73-pro-header-enabled .breaking-inner > strong {
		padding-inline: 9px;
		font-size: 10px;
	}
}

@media (max-width: 782px) {
	body.admin-bar.d73-pro-header-enabled.d73-pro-header-sticky .nav-red {
		top: 46px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.d73-pro-header-enabled .topbar *,
	body.d73-pro-header-enabled .site-head *,
	body.d73-pro-header-enabled .nav-red *,
	body.d73-pro-header-enabled .breaking * {
		transition: none !important;
	}
}
