/*
Theme Name: DealerHelper Idea Parking
Description: Branded DealerHelper block theme for the Parking à idées content library, with responsive layouts, filters, and custom idea detail pages.
Version: 2.12.33
Text Domain: library-theme
Requires at least: 6.4
Requires PHP: 8.0
*/

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	min-height: 100vh;
	background: #fff;
	color: #122359;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
}

a {
	color: inherit;
	text-decoration: none;
}

.wp-site-blocks > main.wp-block-group,
.wp-site-blocks > .wp-block-group#wp--skip-link--target {
	max-width: none !important;
	width: 100%;
}

.hero,
.search-section,
.content-section {
	width: 100vw;
	max-width: none !important;
	margin-left: calc(50% - 50vw);
	margin-block-start: 0;
	margin-block-end: 0;
}

.top-header {
	position: relative;
	z-index: 20;
	display: flex;
	height: 60px;
	min-height: 60px;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 0 60px;
	background: #ff2d16;
	line-height: 1;
	overflow: visible;
}

.top-header.wp-block-group {
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}

.top-header.is-layout-flow > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.header-logo img {
	display: block;
	width: 250px;
	padding-top: 60px;
}

.header-nav {
	display: flex;
	align-items: center;
	gap: 58px;
}

.header-nav a {
	color: #062b5f;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.header-right {
	display: flex;
	align-items: center;
	gap: 42px;
}

.login-link {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #062b5f;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.login-link svg {
	width: 35px;
	height: 35px;
}

.menu-btn {
	display: flex;
	width: 40px;
	height: 34px;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.menu-btn span {
	display: block;
	width: 100%;
	height: 5px;
	background: #062b5f;
	transition: transform .2s ease, opacity .2s ease;
}

.top-header.is-menu-open .menu-btn span:first-child {
	transform: translateY(6.5px) rotate(45deg);
}

.top-header.is-menu-open .menu-btn span:last-child {
	transform: translateY(-6.5px) rotate(-45deg);
}

.mobile-header-menu {
	position: absolute;
	top: 60px;
	right: 24px;
	display: none;
	width: min(320px, calc(100vw - 48px));
	padding: 10px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(18, 35, 89, .18);
}

.mobile-header-menu a {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 0 16px;
	color: #062b5f;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.hero {
	display: flex;
	width: 100%;
	height: 420px;
	align-items: center;
	justify-content: center;
	background:
		linear-gradient(rgba(18, 35, 89, .82), rgba(18, 35, 89, .82)),
		url("assets/images/salon.jpg") center/cover no-repeat;
	color: #fff;
	text-align: center;
}

.hero-content h1 {
	margin-bottom: 22px;
	color: #ff2d16;
	font-family: Oswald, sans-serif;
	font-size: 72px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.hero-content p {
	color: #fff;
	font-size: 34px;
	line-height: 1.25;
}

.search-section {
	padding: 55px 70px 70px;
	background: #deddd9;
}

.search-grid {
	display: grid;
	grid-template-columns: 1.2fr 2fr;
	gap: 42px;
	align-items: start;
}

.search-grid > *,
.filters-grid > *,
.cards-grid > * {
	min-width: 0;
}

.search-grid > p {
	display: none;
}

.search-left {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.search-box {
	display: flex;
	height: 48px;
	align-items: stretch;
	overflow: hidden;
	border-radius: 3px;
	background: #fff;
}

.search-box p {
	display: flex;
	margin: 0;
}

.search-box br {
	display: none;
}

.search-box .facetwp-facet {
	flex: 1;
	margin: 0;
}

.search-box input,
.search-box .facetwp-search {
	width: 100%;
	height: 48px;
	border: 0;
	outline: none;
	padding: 0 22px;
	color: #122359;
	font-family: "Work Sans", sans-serif;
	font-size: 17px;
	font-weight: 700;
}

.search-box input::placeholder,
.search-box .facetwp-search::placeholder {
	color: #122359;
	opacity: 1;
}

.search-box .facetwp-input-wrap {
	display: block;
}

.search-box .facetwp-icon {
	display: none;
}

.search-icon {
	display: flex;
	width: 50px;
	height: 48px;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border: 0;
	background: #f5f4f2;
	color: #122359;
	cursor: pointer;
	font-size: 24px;
}

.search-icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

.search-actions {
	display: flex;
	align-items: center;
	gap: 34px;
}

.search-btn {
	display: flex;
	width: 185px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 3px;
	background: #062b5f;
	color: #fff;
	cursor: pointer;
	font-family: "Work Sans", sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.more-filters {
	display: flex;
	width: 220px;
	height: 50px;
	align-items: center;
	justify-content: space-between;
	border: 0;
	background: transparent;
	color: #062b5f;
	cursor: pointer;
	font-family: "Work Sans", sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
}

.more-filters svg {
	position: relative;
	top: 1px;
	width: 22px;
	height: 22px;
	transition: transform .18s ease;
}

.filters-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.filters-toggle {
	display: none;
}

.filters-grid.is-collapsed {
	display: none;
}

.filter-control {
	position: static;
	height: 40px;
	border-radius: 3px;
	background: #fff;
}

.filter-item {
	display: flex;
	width: 100%;
	height: 40px;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	border: 0;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
}

.filter-item > span:not(.filter-arrow) {
	padding-left: 24px;
	color: #122359;
	font-family: "Work Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: left;
}

.filter-control.is-open .filter-item {
	background: #c2c5c8;
}

.filter-arrow {
	display: flex;
	width: 64px;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: #f1f0ee;
	color: #122359;
}

.filter-chevron {
	position: relative;
	top: 1px;
	width: 22px;
	height: 22px;
}

.filter-minus {
	display: none;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.filter-control.is-open .filter-arrow {
	background: #a9abad;
}

.filter-control.is-open .filter-chevron {
	display: none;
}

.filter-control.is-open .filter-minus {
	display: block;
}

.dropdown-panel {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	left: 0;
	z-index: 50;
	display: none;
	overflow: hidden;
	padding: 25px 17px 25px 25px;
	border: 1px solid #122359;
	border-radius: 4px;
	background: #fff;
}

.filter-control.is-open .dropdown-panel {
	display: block;
}

.dropdown-panel::after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 62px;
	height: 100%;
	background: #d9dde2;
	content: "";
}

.dropdown-panel .facetwp-facet {
	position: relative;
	z-index: 2;
	margin: 0;
}

.dropdown-panel .facetwp-facet:empty::before {
	display: block;
	padding-right: 74px;
	color: #062b5f;
	content: "Aucune option disponible";
	font-family: "Work Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.dropdown-panel .facetwp-checkbox {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto 28px;
	column-gap: 8px;
	min-height: 28px;
	align-items: center;
	margin: 0 0 10px;
	padding: 0;
	background: none !important;
	background-image: none !important;
	color: #062b5f;
	cursor: pointer;
	font-family: "Work Sans", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.15;
}

.dropdown-panel .facetwp-checkbox.checked {
	background: none !important;
	background-image: none !important;
}

.dropdown-panel .facetwp-checkbox:last-child {
	margin-bottom: 0;
}

.dropdown-panel .facetwp-checkbox::after {
	grid-column: 3;
	grid-row: 1;
	display: block;
	width: 28px;
	height: 28px;
	border: 2px solid #062b5f;
	background: transparent;
	content: "";
}

.dropdown-panel .facetwp-checkbox.checked::before {
	grid-column: 3;
	grid-row: 1;
	z-index: 2;
	display: block;
	width: 18px;
	height: 18px;
	margin-left: 3px;
	justify-self: center;
	align-self: center;
	background:
		linear-gradient(45deg, transparent calc(50% - 1.5px), #062b5f calc(50% - 1.5px), #062b5f calc(50% + 1.5px), transparent calc(50% + 1.5px)),
		linear-gradient(-45deg, transparent calc(50% - 1.5px), #062b5f calc(50% - 1.5px), #062b5f calc(50% + 1.5px), transparent calc(50% + 1.5px));
	box-shadow: none;
	content: "";
}

.dropdown-panel .facetwp-display-value {
	grid-column: 1;
	min-width: 0;
}

.dropdown-panel .facetwp-counter {
	display: none;
}

.content-section {
	overflow: hidden;
	padding: 70px 0;
	background: #fff;
}

.search-section br,
.content-section br,
#wp--skip-link--target > p,
.search-section p:empty,
.content-section p:empty,
.scene > p,
.card-link > p,
.cards-grid > p {
	display: none;
}

#wp--skip-link--target > p {
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}

.card-body p {
	margin: 0;
}

.content-grid {
	display: grid;
	grid-template-columns: 1fr 330px;
	gap: 0;
	align-items: stretch;
}

.articles-area {
	padding: 0 60px;
}

.active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 32px;
}

.search-grid > .active-filters {
	grid-column: 1 / -1;
	margin-top: 20px;
	margin-bottom: 0;
}

.active-filters[hidden] {
	display: none;
}

.active-filter-chip {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 12px;
	padding: 0 15px 0 18px;
	border: 0;
	border-radius: 999px;
	background: #f1f0ee;
	color: #2a2a2a;
	cursor: pointer;
	font-family: "Work Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.active-filter-chip span {
	display: block;
}

.active-filter-chip svg {
	width: 14px;
	height: 14px;
	stroke-width: 2.5;
}

.active-filters-clear {
	min-height: 42px;
	border: 0;
	background: transparent;
	color: #122359;
	cursor: pointer;
	font-family: "Work Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.sort-bar {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-bottom: 55px;
	color: #122359;
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.sort-bar button {
	border: 0;
	background: transparent;
	color: #122359;
	cursor: pointer;
	font: inherit;
	text-transform: uppercase;
}

.sort-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.sort-arrow {
	display: inline-flex;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	opacity: .45;
	transition: opacity .18s ease, transform .18s ease;
}

.sort-arrow svg {
	display: block;
	width: 22px;
	height: 22px;
}

.sort-button.is-active .sort-arrow {
	opacity: 1;
}

.sort-button[data-sort-direction="asc"] .sort-arrow {
	transform: rotate(180deg);
}

.divider {
	width: 2px;
	height: 30px;
	background: #122359;
}

.cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
	gap: 55px 45px;
}

.sidebar {
	margin-top: -70px;
	margin-right: -9999px;
	margin-bottom: -70px;
	padding: 0 9999px 70px 40px;
	background: #f1f0ee;
}

.popular-list,
.tags-list,
.popular-item {
	padding-right: 35px;
}

.sidebar-title,
.tags-title {
	position: relative;
	display: inline-block;
	margin-left: -60px;
	padding: 15px 20px;
	border: 6px solid #122359;
	background: #fff;
	color: #122359;
	font-family: Oswald, sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.sidebar-title {
	margin-top: 70px;
}

.tags-title {
	margin-top: 20px;
}

.sidebar-title::after,
.tags-title::after {
	content: "";
	position: absolute;
	bottom: -28px;
	left: -6px;
	width: 22px;
	height: 22px;
	background: #122359;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.popular-list {
	margin-top: 45px;
}

.popular-item {
	padding-bottom: 32px;
	margin-bottom: 34px;
	border-bottom: 1px solid #ff2d16;
}

.popular-item h3 {
	padding-bottom: 10px;
	color: #122359;
	font-family: Oswald, sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
}

.popular-item p {
	color: #ff2d16;
	font-family: "Work Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.tags-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-top: 40px;
}

.tag-item {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #122359;
	font-family: Oswald, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.tag-item strong {
	color: #ff2d16;
	font-weight: 400;
}

.scene {
	position: relative;
	display: block;
	width: 300px;
	cursor: pointer;
	transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}

.scene:hover {
	transform: translate(-5px, -7px);
}

.card-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.red-back {
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: 0;
	width: 290px;
	height: 98%;
	background: #ff2d16;
	transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}

.scene:hover .red-back {
	transform: translate(5px, 5px);
}

.card-border {
	position: relative;
	z-index: 1;
	display: block;
	width: 300px;
	padding: 6px;
	background: #122359;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 27px), calc(100% - 27px) 100%, 0 100%);
	transition: background .5s ease;
}

.scene:hover .card-border {
	background: #ff2d16;
}

.card {
	position: relative;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
}

.image-wrap {
	position: relative;
	display: block;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}

.image-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 31, 77, .38) 0%, rgba(8, 31, 77, .72) 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
	pointer-events: none;
	transition: background .5s cubic-bezier(.25, .46, .45, .94);
}

.scene:hover .image-wrap::after {
	background: linear-gradient(180deg, rgba(255, 45, 22, .22) 0%, rgba(255, 45, 22, .68) 100%);
}

.scene:hover .image-wrap {
	transform: scale(1.07);
}

.card-image,
.card-image-placeholder {
	display: block;
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.08) contrast(1.03);
}

.card-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(ellipse at 35% 55%, rgba(160, 20, 10, .9) 0%, transparent 55%),
		radial-gradient(ellipse at 65% 35%, rgba(200, 50, 20, .7) 0%, transparent 50%),
		linear-gradient(150deg, #111122 0%, #1c0808 60%, #2a0404 100%);
	color: rgba(255, 255, 255, .4);
	font-family: Oswald, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.card-body {
	position: absolute;
	right: 0;
	bottom: 100px;
	left: 0;
	z-index: 3;
	display: block;
	padding: 18px 20px 0;
}

.card-title {
	margin-bottom: 35px;
	color: #fff;
	font-family: Oswald, sans-serif;
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.card-excerpt {
	display: block;
	margin: 0 0 1px;
	color: rgba(255, 255, 255, .92);
	font-family: "Work Sans", sans-serif;
	font-size: 14.5px;
	font-weight: 400;
	line-height: 1.2;
}

.card-meta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 31px 18px 20px;
	color: #ff2d16;
	font-family: "Work Sans", sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	transition: color .5s ease;
}

.scene:hover .card-meta {
	color: #122359;
}

.library-empty {
	color: #122359;
	font-size: 18px;
	font-weight: 600;
}

.facetwp-pager {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 45px;
}

.facetwp-page {
	display: inline-flex;
	min-width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 3px solid #122359;
	background: #fff;
	color: #122359;
	cursor: pointer;
	font-family: "Work Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.facetwp-page.active {
	border-color: #ff2d16;
	background: #ff2d16;
	color: #fff;
}

.facetwp-page.next,
.facetwp-page.prev {
	padding: 0 16px;
}

.breadcrumb-bar,
.hero-banner,
.single-main-content,
.related-section {
	width: 100vw;
	max-width: none !important;
	margin-left: calc(50% - 50vw);
}

.breadcrumb-bar {
	padding: 50px 60px 18px;
	background: #deddd9;
}

.breadcrumb-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 20px;
	background: #062b5f;
	color: #fff;
	line-height: 1;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}

.breadcrumb-back svg {
	width: 16px;
	height: 16px;
}

.breadcrumb-back br {
	display: none;
}

.hero-banner {
	padding: 55px 60px 50px;
	background: #122359;
	margin-block: 0;
}

.hero-banner + .single-main-content {
	margin-block-start: 0;
}

.hero-banner.has-image {
	position: relative;
	isolation: isolate;
	background-image: linear-gradient(90deg, rgba(18, 35, 89, .96), rgba(18, 35, 89, .78)), var(--single-hero-image);
	background-position: center;
	background-size: cover;
}

.hero-category {
	margin-bottom: 16px;
	color: #ff2d16;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.hero-title {
	max-width: 780px;
	margin-bottom: 30px;
	color: #fff;
	font-family: Oswald, sans-serif;
	font-size: 52px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.tags-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.single-hero-tag {
	padding: 5px 14px;
	border: 1.5px solid rgba(255, 255, 255, .35);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.single-hero-tag.is-accent {
	border-color: #ff2d16;
	background: #ff2d16;
}

.single-main-content {
	display: grid;
	grid-template-columns: 1fr 330px;
}

.single-content-left {
	padding: 55px 60px 70px;
	background: #fff;
}

.section-label {
	margin-bottom: 14px;
	color: #ff2d16;
	font-family: Oswald, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.red-accent-bar {
	width: 40px;
	height: 4px;
	margin-bottom: 22px;
	background: #ff2d16;
}

.description-text {
	margin-bottom: 52px;
	color: #2a2a2a;
	font-size: 16px;
	line-height: 1.7;
}

.description-text p + p {
	margin-top: 14px;
}

.description-text :where(p, ul, ol),
.pro-tip-text :where(p, ul, ol) {
	margin: 0 0 16px;
}

.description-text :where(p, ul, ol):last-child,
.pro-tip-text :where(p, ul, ol):last-child {
	margin-bottom: 0;
}

.description-text :where(ul, ol),
.pro-tip-text :where(ul, ol) {
	margin-left: 24px;
	padding-left: 22px;
	list-style-position: outside;
}

.description-text :where(ul ul, ol ol, ul ol, ol ul),
.pro-tip-text :where(ul ul, ol ol, ul ol, ol ul) {
	margin-top: 6px;
	margin-bottom: 8px;
	margin-left: 10px;
	padding-left: 20px;
}

.description-text li,
.pro-tip-text li {
	margin-bottom: 8px;
	padding-left: 2px;
	line-height: 1.65;
}

.description-text li:last-child,
.pro-tip-text li:last-child {
	margin-bottom: 0;
}

.description-text strong,
.pro-tip-text strong {
	color: #1f1f1f;
	font-weight: 700;
}

.pro-tip-text {
	margin-bottom: 52px;
	padding: 24px 28px;
	border-left: 4px solid #ff2d16;
	background: #f7f7f5;
	color: #2a2a2a;
	font-size: 16px;
	line-height: 1.7;
}

.pro-tip-text p + p {
	margin-top: 14px;
}

.media-block {
	margin-bottom: 52px;
	padding: 6px;
	background: #122359;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
}

.media-inner {
	position: relative;
	display: flex;
	height: 320px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #1e1e2e;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.media-bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #0f1f3e 0%, #1c1040 50%, #2a0818 100%);
}

.media-play {
	position: relative;
	z-index: 2;
	display: flex;
	width: 72px;
	height: 72px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ff2d16;
}

.media-play svg {
	width: 28px;
	height: 28px;
	margin-left: 5px;
	fill: #fff;
}

.media-label {
	position: absolute;
	bottom: 22px;
	left: 22px;
	z-index: 2;
	color: rgba(255, 255, 255, .45);
	font-family: Oswald, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.library-embed,
.library-embed iframe,
.library-embed blockquote,
.library-embed video,
.single-media-image {
	width: 100%;
	height: 100%;
}

.library-embed iframe,
.library-embed video,
.single-media-image {
	display: block;
	object-fit: cover;
}

.library-embed .tiktok-player {
	width: min(100%, 325px);
	height: 731px;
	min-height: 0;
	border: 0;
}

.media-inner:has(.tiktok-player) {
	height: auto;
	overflow: visible;
	background: transparent;
	clip-path: none;
}

.media-inner:has(.tiktok-player) .library-embed {
	display: flex;
	justify-content: center;
}

.media-inner:has(.facebook-player) {
	height: auto;
	overflow: visible;
	background: transparent;
	clip-path: none;
}

.media-inner:has(.instagram-player) {
	height: auto;
	overflow: visible;
	background: transparent;
	clip-path: none;
}

.media-inner:has(.facebook-player) .library-embed {
	display: flex;
	justify-content: center;
	width: auto;
	height: auto;
}

.media-inner:has(.instagram-player) .library-embed {
	display: flex;
	justify-content: center;
	width: auto;
	height: auto;
}

.library-embed .facebook-player {
	width: min(100%, 560px);
	height: 315px;
	border: 0;
}

.library-embed .facebook-player.is-vertical {
	width: min(100%, 267px);
	height: 476px;
}

.library-embed .instagram-player {
	width: min(100%, 540px);
	height: 640px;
	border: 0;
}

.library-embed .instagram-player.is-vertical {
	width: min(100%, 400px);
	height: 710px;
}

.media-block:has(.facebook-player) {
	min-height: 327px;
}

.media-block:has(.tiktok-player),
.media-block:has(.facebook-player.is-vertical) {
	min-height: 743px;
}

.media-block:has(.facebook-player.is-vertical) {
	min-height: 488px;
}

.media-block:has(.tiktok-player),
.media-block:has(.facebook-player),
.media-block:has(.instagram-player) {
	overflow: visible;
	clip-path: none;
}

.media-block:has(.instagram-player) {
	min-height: 652px;
}

.media-block:has(.instagram-player.is-vertical) {
	min-height: 722px;
}

.link-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 20px;
	background: #062b5f;
	color: #fff;
	line-height: 1;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}

.links-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.link-btn svg {
	width: 15px;
	height: 15px;
}

.link-btn br {
	display: none;
}

.single-sidebar {
	margin: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 0;
	padding-bottom: 60px;
	padding-top: 55px;
}

.single-sidebar .sidebar-title {
	margin-top: 10px;
}

.single-meta-list {
	padding: 25px 35px 0 0;
}

.single-meta-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 13px 0;
	border-bottom: 1px solid #e0deda;
}

.single-meta-key {
	color: #999;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.single-meta-value {
	color: #122359;
	font-size: 13px;
	font-weight: 600;
	text-align: right;
}

.single-meta-value.is-accent {
	color: #ff2d16;
}

.single-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 40px 35px 0 0;
}

.single-tag {
	padding: 5px 11px;
	border: 1.5px solid #122359;
	color: #122359;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.related-section {
	padding: 65px 60px 80px;
	background: #fff;
}

.related-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 50px;
}

.related-heading {
	color: #122359;
	font-family: Oswald, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.related-heading span {
	color: #ff2d16;
}

.related-see-all {
	display: flex;
	align-items: center;
	gap: 6px;
	padding-bottom: 3px;
	border-bottom: 2px solid #ff2d16;
	color: #062b5f;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.related-see-all svg {
	width: 14px;
	height: 14px;
}

.related-carousel {
	position: relative;
}

.related-track-outer {
	overflow: hidden;
}

.related-track {
	display: flex;
	gap: 45px;
	padding: 8px 10px 18px 0;
	transition: transform .55s cubic-bezier(.25, .46, .45, .94);
	will-change: transform;
}

.related-track .scene {
	flex: 0 0 300px;
}

.related-track .red-back {
	height: 84%;
}

.related-carousel-nav {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 40px;
}

.related-carousel-btn {
	display: flex;
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border: 0;
	background: #122359;
	color: #fff;
	cursor: pointer;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%);
}

.related-carousel-btn svg {
	width: 20px;
	height: 20px;
}

.related-carousel-dots {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: 8px;
}

.related-carousel-dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	background: #c8c7c3;
	cursor: pointer;
	transition: width .25s ease, background .25s ease;
}

.related-carousel-dot.is-active {
	width: 24px;
	background: #ff2d16;
}

.site-footer {
	position: relative;
	display: flex;
	height: 110px;
	align-items: flex-start;
	background: #ff2d16;
}

.footer-logo {
	position: absolute;
	top: -48px;
	left: 60px;
}

.footer-logo img {
	display: block;
	width: 320px;
}

.otgs-development-site-front-end {
	display: none !important;
}

@media (max-width: 1100px) {
	.breadcrumb-bar {
		padding-top: 25px;
	}

	.top-header {
		padding: 0 24px;
	}

	.header-nav {
		display: none;
	}

	.top-header.is-menu-open .mobile-header-menu {
		display: block;
	}

	.search-grid,
	.content-grid {
		grid-template-columns: 1fr;
	}

	.filters-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.filters-toggle {
		display: flex;
		width: 100%;
		height: 40px;
		align-items: center;
		justify-content: space-between;
		padding: 0 24px;
		border: 0;
		border-radius: 3px;
		background: #fff;
		color: #122359;
		cursor: pointer;
		font-family: "Work Sans", sans-serif;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.search-grid > p:has(.filters-toggle) {
		display: block;
	}

	.filters-toggle svg {
		width: 22px;
		height: 22px;
		transition: transform .18s ease;
	}

	.filters-toggle[aria-expanded="false"] svg {
		transform: rotate(180deg);
	}

	.dropdown-panel .facetwp-checkbox {
		font-size: 16px;
	}

	.sort-bar {
		display: grid;
		grid-template-columns: auto 2px 1fr;
		grid-template-rows: auto auto auto;
		column-gap: 20px;
		row-gap: 10px;
		align-items: center;
	}

	.sort-bar > span:first-child {
		grid-column: 1;
		grid-row: 1 / span 3;
	}

	.sort-bar > .divider:nth-of-type(2) {
		grid-column: 2;
		grid-row: 1 / span 3;
		height: 100%;
	}

	.sort-bar > .divider:nth-of-type(3),
	.sort-bar > .divider:nth-of-type(4) {
		display: none;
	}

	.sort-button {
		grid-column: 3;
		justify-self: end;
		justify-content: flex-end;
	}

	.sort-button:first-of-type {
		grid-row: 1;
	}

	.sort-button:nth-of-type(2) {
		grid-row: 2;
	}

	.sort-button:last-of-type {
		grid-row: 3;
	}

	.sidebar {
		margin: 60px 0 -70px;
		padding: 40px 24px 70px;
	}

	.single-main-content {
		grid-template-columns: 1fr;
	}

	.single-sidebar {
		margin: 0 0 -70px;
		padding: 40px 24px 70px;
	}

	.related-header {
		gap: 20px;
	}
}

@media (max-width: 680px) {
	.top-header {
		padding: 0 16px;
	}

	.header-logo img {
		width: 190px;
		padding-top: 0;
	}

	.header-right {
		gap: 16px;
	}

	.login-link {
		gap: 7px;
		font-size: 0;
	}

	.login-link svg {
		width: 31px;
		height: 31px;
	}

	.menu-btn {
		width: 34px;
		height: 30px;
		gap: 7px;
	}

	.menu-btn span {
		height: 4px;
	}

	.mobile-header-menu {
		right: 16px;
		width: min(300px, calc(100vw - 32px));
	}

	.hero-content h1 {
		font-size: 46px;
	}

	.hero-content p {
		font-size: 22px;
	}

	.search-section,
	.articles-area {
		padding-right: 20px;
		padding-left: 20px;
	}

	.search-grid,
	.filters-grid,
	.cards-grid {
		width: 100%;
		max-width: 100%;
	}

	.search-grid {
		gap: 0;
	}

	.search-left,
	.search-box,
	.search-box .facetwp-facet,
	.search-box .facetwp-input-wrap,
	.search-box .facetwp-search {
		width: 100%;
		min-width: 0;
	}

	.search-actions {
		width: 100%;
		gap: 20px;
	}

	.search-btn {
		width: 185px;
		min-width: 0;
	}

	.more-filters {
		flex: 1;
		width: auto;
		min-width: 0;
	}

	.filters-grid,
	.cards-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.filters-toggle {
		margin-top: 16px;
		margin-bottom: 2px;
	}

	.filters-grid {
		gap: 2px;
	}

	.filter-control,
	.filter-item {
		width: 100%;
		min-width: 0;
	}

	.filter-control {
		height: auto;
	}

	.filter-item,
	.filters-toggle {
		height: 52px;
	}

	.filter-control .filter-chevron {
		display: none;
	}

	.filter-control .filter-minus {
		display: block;
		font-size: 30px;
		font-weight: 700;
		line-height: 1;
	}

	.filter-control:not(.is-open) .filter-minus {
		font-size: 0;
	}

	.filter-control:not(.is-open) .filter-minus::before {
		content: "+";
		font-size: 30px;
	}

	.filter-item > span:not(.filter-arrow) {
		padding-right: 12px;
		overflow-wrap: anywhere;
	}

	.dropdown-panel {
		position: relative;
		top: auto;
		margin-top: 6px;
		left: auto;
		right: auto;
		width: 100%;
	}

	.filter-control.is-open .dropdown-panel {
		border: 0;
	}

	.dropdown-panel::after {
		display: block;
	}

	.scene,
	.card-link,
	.card-border {
		width: calc(100% - 10px);
	}

	.red-back {
		right: 0;
		width: calc(100% - 10px);
		transform: translate(10px, 10px);
	}

	.scene:hover .red-back {
		transform: translate(10px, 10px);
	}

	.card-image,
	.card-image-placeholder {
		height: 380px;
	}

	.sidebar {
		margin: 60px 13px -70px 45px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.sidebar-title,
	.popular-list {
		display: none;
	}

	.tags-title {
		margin-left: -42px;
	}

	.tags-list,
	.popular-list,
	.popular-item {
		padding-right: 0;
	}

	.footer-logo {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.footer-logo img {
		width: min(260px, calc(100vw - 40px));
	}

	.breadcrumb-bar,
	.hero-banner,
	.single-content-left,
	.related-section {
		padding-right: 20px;
		padding-left: 20px;
	}

	.hero-title {
		font-size: 40px;
	}

	.media-inner {
		height: 240px;
	}

	.single-sidebar .sidebar-title {
		display: inline-block;
		margin-left: -42px;
		margin-top: 70px;
	}

	.single-sidebar {
		margin: 0 13px -70px 45px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.single-sidebar .tags-title {
		margin-left: -42px;
	}

	.single-meta-list,
	.single-tag-list {
		padding-right: 0;
	}

	.related-header {
		align-items: flex-start;
		flex-direction: column;
		padding-top: 20px;
		margin-bottom: 30px;
	}

	.related-heading {
		font-size: 32px;
	}

	.related-track {
		gap: 24px;
	}

	.related-track .scene {
		width: 300px;
		flex-basis: 300px;
	}
}
