:root {
	--dcsh-red: #dd3333;
	--dcsh-red-dark: #c42626;
	--dcsh-red-soft: #fff4f3;
	--dcsh-navy: #1b3456;
	--dcsh-text: #25344b;
	--dcsh-muted: #687386;
	--dcsh-line: #e2e6ec;
	--dcsh-line-dark: #cdd3dc;
	--dcsh-surface: #ffffff;
	--dcsh-surface-soft: #f7f8fa;
	--dcsh-shadow: 0 14px 38px rgba(27, 52, 86, 0.11);
	--dcsh-radius: 18px;
}

* {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body.dc-search-home-page {
	width: 100%;
	min-width: 320px;
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0;
	overflow-x: hidden;
	background: var(--dcsh-surface);
	color: var(--dcsh-text);
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

body.dc-search-home-page button,
body.dc-search-home-page input {
	font: inherit;
}

body.dc-search-home-page a {
	color: inherit;
	text-decoration: none;
}

body.dc-search-home-page img,
body.dc-search-home-page svg {
	display: block;
}

body.dc-search-home-page button,
body.dc-search-home-page a {
	-webkit-tap-highlight-color: transparent;
}

/*
 * REHub prints its mobile-logo, splash-search and login-modal shells through
 * wp_footer(). Its main stylesheet normally hides these until requested, but
 * that stylesheet is intentionally not loaded on this standalone template.
 */
body.dc-search-home-page #logo_mobile_wrapper,
body.dc-search-home-page #rhmobpnlcustom,
body.dc-search-home-page #rhslidingMenu,
body.dc-search-home-page #rhSplashSearch,
body.dc-search-home-page #rehub-login-popup-block,
body.dc-search-home-page #re-compare-bar,
body.dc-search-home-page #re-compare-icon-fixed,
body.dc-search-home-page #rh-woo-cart-panel {
	display: none !important;
}

.dcsh-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto 1fr auto;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 100vh;
	min-height: 100dvh;
	overflow-x: hidden;
	background: var(--dcsh-surface);
}

.dcsh-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1480px;
	min-width: 0;
	min-height: 92px;
	margin: 0 auto;
	padding: 19px 40px;
}

.dcsh-brand {
	display: inline-flex;
	align-items: center;
	min-width: 150px;
	max-width: 100%;
}

.dcsh-brand img {
	width: auto;
	max-width: 190px;
	height: auto;
	max-height: 56px;
	object-fit: contain;
}

.dcsh-brand > span {
	color: var(--dcsh-navy);
	font-size: 25px;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.dcsh-utilities,
.dcsh-utility,
.dcsh-account {
	display: flex;
	align-items: center;
}

.dcsh-utilities {
	min-width: 0;
	flex: 0 0 auto;
	gap: 10px;
}

.dcsh-utility,
.dcsh-account {
	min-height: 44px;
	gap: 8px;
	border-radius: 999px;
	color: #4e5a6c;
	font-size: 14px;
	font-weight: 600;
	transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.dcsh-utility {
	padding: 9px 14px;
}

.dcsh-account {
	padding: 5px 14px 5px 6px;
	border: 1px solid var(--dcsh-line);
	background: var(--dcsh-surface);
}

.dcsh-account-icon {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 50%;
	background: var(--dcsh-surface-soft);
	color: var(--dcsh-navy);
}

.dcsh-utility:hover,
.dcsh-utility:focus-visible,
.dcsh-account:hover,
.dcsh-account:focus-visible {
	background: var(--dcsh-surface-soft);
	color: var(--dcsh-red);
}

.dcsh-main {
	display: flex;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: hidden;
	flex-direction: column;
	align-items: stretch;
}

.dcsh-hero {
	width: 100%;
	max-width: 960px;
	min-width: 0;
	margin: 0 auto;
	padding: clamp(58px, 9vh, 112px) 28px clamp(56px, 8vh, 90px);
	text-align: center;
}

.dcsh-eyebrow,
.dcsh-section-kicker {
	margin: 0;
	color: var(--dcsh-red);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.4;
}

.dcsh-typed-stage {
	display: grid;
	width: 100%;
	max-width: 900px;
	margin: 10px auto 0;
}

.dcsh-hero h1,
.dcsh-typed-measure {
	color: var(--dcsh-navy);
	font-size: clamp(36px, 5.1vw, 58px);
	font-weight: 760;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.dcsh-hero:not(.has-eyebrow) .dcsh-typed-stage {
	margin-top: 0;
}

.dcsh-typed-title {
	grid-area: 1 / 1;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}

.dcsh-typed-measure {
	display: grid;
	grid-area: 1 / 1;
	visibility: hidden;
}

.dcsh-typed-measure > span {
	grid-area: 1 / 1;
}

.dcsh-typed-measure > span::after {
	display: inline-block;
	width: 0.155em;
	content: "";
}

.dcsh-typed-visual {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}

.dcsh-typed-emphasis {
	color: var(--dcsh-red);
	font-weight: 820;
}

.dcsh-typed-cursor {
	display: inline-block;
	width: 0.075em;
	height: 0.82em;
	margin-left: 0.08em;
	border-radius: 999px;
	background: var(--dcsh-red);
	vertical-align: -0.02em;
	animation: dcsh-cursor-blink 800ms steps(1, end) infinite;
}

.dcsh-typed-visual.is-reduced-motion .dcsh-typed-cursor,
.dcsh-typed-visual.is-static .dcsh-typed-cursor {
	display: none;
}

@keyframes dcsh-cursor-blink {
	50% {
		opacity: 0;
	}
}

.dcsh-intro {
	max-width: 650px;
	margin: 17px auto 0;
	color: var(--dcsh-muted);
	font-size: clamp(16px, 1.8vw, 19px);
	line-height: 1.55;
}

.dcsh-search-actions {
	display: flex;
	align-items: start;
	gap: 12px;
	width: 100%;
	max-width: 820px;
	min-width: 0;
	margin: 34px auto 0;
	text-align: left;
}

.dcsh-fibosearch-host {
	position: relative;
	height: 62px;
	min-width: 0;
	flex: 1 1 0%;
	isolation: isolate;
}

.dcsh-fibosearch-host::before {
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 23px;
	width: 23px;
	height: 23px;
	transform: translateY(-50%);
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23758094' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='10.8' cy='10.8' r='6.8'/%3E%3Cpath d='m16 16 4.2 4.2'/%3E%3C/svg%3E");
	content: "";
	pointer-events: none;
}

body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-search-wrapp,
body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-search-form,
body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-sf-wrapp,
.dcsh-search-fallback {
	width: 100%;
	max-width: none !important;
	min-width: 0;
	margin: 0;
}

body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-search-wrapp,
body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-search-form,
.dcsh-search-fallback {
	height: 100%;
}

body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-sf-wrapp,
.dcsh-search-fallback {
	position: relative;
	height: 62px;
	padding: 0 !important;
	border: 1px solid var(--dcsh-line-dark);
	border-radius: 999px !important;
	background: var(--dcsh-surface);
	box-shadow: 0 7px 26px rgba(27, 52, 86, 0.08);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-sf-wrapp:focus-within,
.dcsh-search-fallback:focus-within {
	border-color: rgba(221, 51, 51, 0.72);
	box-shadow: 0 8px 30px rgba(27, 52, 86, 0.11), 0 0 0 4px rgba(221, 51, 51, 0.08);
}

body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-search-form {
	display: block !important;
}

body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.dcsh-search-input {
	width: 100%;
	min-width: 0;
	height: 60px !important;
	padding: 0 76px 0 56px !important;
	border: 0 !important;
	border-radius: 999px !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--dcsh-text);
	font-family: inherit !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 60px !important;
}

body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-search-cancel-button,
.dcsh-search-input::-webkit-search-cancel-button {
	cursor: pointer;
}

body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder,
.dcsh-search-input::placeholder {
	color: #8a93a2;
	opacity: 1;
}

body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-search-submit {
	display: none !important;
}

body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-preloader,
body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-voice-search {
	right: 70px !important;
}

.dcsh-submit {
	position: absolute;
	z-index: 5;
	top: 7px;
	right: 0;
	display: grid !important;
	width: 48px;
	height: 48px;
	margin-right: 7px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: var(--dcsh-red);
	color: #fff;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease;
}

.dcsh-submit:hover,
.dcsh-submit:focus-visible {
	background: var(--dcsh-red-dark);
	transform: scale(1.03);
}

.dcsh-quick-searches {
	display: flex;
	max-width: 760px;
	margin: 19px auto 0;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 13px;
	color: #818a99;
	font-size: 13px;
}

.dcsh-quick-searches > span {
	font-weight: 700;
}

.dcsh-quick-searches button {
	padding: 0;
	border: 0;
	border-bottom: 1px solid transparent;
	background: transparent;
	color: #576274;
	cursor: pointer;
}

.dcsh-quick-searches button:hover,
.dcsh-quick-searches button:focus-visible {
	border-bottom-color: var(--dcsh-red);
	color: var(--dcsh-red);
}

/* FiboSearch appends its suggestions panel near the document body. */
body.dc-search-home-page .dgwt-wcas-suggestions-wrapp {
	max-height: min(480px, 62vh) !important;
	overflow-x: hidden !important;
	border: 1px solid var(--dcsh-line) !important;
	border-radius: 18px !important;
	background: var(--dcsh-surface) !important;
	box-shadow: var(--dcsh-shadow) !important;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	overscroll-behavior: contain;
}

body.dc-search-home-page .dgwt-wcas-suggestion {
	min-height: 68px;
	padding: 9px 14px !important;
	border-bottom-color: #edf0f3 !important;
	background: #fff;
}

body.dc-search-home-page .dgwt-wcas-suggestion:hover,
body.dc-search-home-page .dgwt-wcas-suggestion-selected {
	background: var(--dcsh-surface-soft) !important;
}

body.dc-search-home-page .dgwt-wcas-si {
	width: 56px;
	height: 56px;
}

body.dc-search-home-page .dgwt-wcas-si img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.dc-search-home-page .dgwt-wcas-st {
	color: var(--dcsh-text) !important;
	font-size: 14px !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
}

body.dc-search-home-page .dgwt-wcas-sp,
body.dc-search-home-page .dgwt-wcas-sku {
	color: var(--dcsh-red-dark) !important;
	font-size: 13px !important;
	font-weight: 750 !important;
}

body.dc-search-home-page .dgwt-wcas-st-more,
body.dc-search-home-page .dgwt-wcas-suggestion-more {
	color: var(--dcsh-red) !important;
	font-weight: 750 !important;
}

.dcsh-events {
	width: 100%;
	max-width: 1280px;
	min-width: 0;
	margin: 0 auto;
	padding: 0 40px 62px;
}

.dcsh-section-heading {
	display: flex;
	min-width: 0;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 19px;
}

.dcsh-section-heading h2 {
	margin: 4px 0 0;
	color: var(--dcsh-navy);
	font-size: clamp(23px, 2.6vw, 31px);
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.dcsh-carousel-controls {
	display: flex;
	align-items: center;
	gap: 8px;
}

.dcsh-carousel-controls button {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid var(--dcsh-line);
	border-radius: 50%;
	background: #fff;
	color: var(--dcsh-text);
	cursor: pointer;
	transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
}

.dcsh-carousel-controls button:hover,
.dcsh-carousel-controls button:focus-visible {
	border-color: var(--dcsh-red);
	background: var(--dcsh-red-soft);
	color: var(--dcsh-red);
}

.dcsh-carousel-controls button:disabled {
	cursor: default;
	opacity: 0.36;
}

.dcsh-event-track {
	display: flex;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	contain: inline-size;
	gap: 18px;
	overflow-x: auto;
	padding: 2px 2px 13px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-color: #cfd4dc transparent;
	scrollbar-width: thin;
	overscroll-behavior-inline: contain;
}

.dcsh-event-track:focus-visible {
	outline: 3px solid rgba(221, 51, 51, 0.2);
	outline-offset: 5px;
}

.dcsh-event-track::-webkit-scrollbar {
	height: 6px;
}

.dcsh-event-track::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: #d4d9e0;
}

.dcsh-event-track::-webkit-scrollbar-track {
	background: transparent;
}

.dcsh-event-card {
	display: flex;
	flex: 0 0 calc((100% - 54px) / 4);
	min-width: 0;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid var(--dcsh-line);
	border-radius: var(--dcsh-radius);
	background: #fff;
	scroll-snap-align: start;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dcsh-event-card:hover,
.dcsh-event-card:focus-visible {
	border-color: #cbd1d9;
	box-shadow: 0 12px 30px rgba(27, 52, 86, 0.1);
	transform: translateY(-3px);
}

.dcsh-event-card:focus-visible {
	outline: 3px solid rgba(221, 51, 51, 0.22);
	outline-offset: 2px;
}

.dcsh-event-card.is-active {
	border-color: rgba(221, 51, 51, 0.38);
}

.dcsh-event-media {
	display: block;
	height: 152px;
	overflow: hidden;
	background: #f2f4f7;
}

.dcsh-event-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 280ms ease;
}

.dcsh-event-card:hover .dcsh-event-media img {
	transform: scale(1.025);
}

.dcsh-event-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background: linear-gradient(135deg, #f7f8fa 0%, #eef1f5 100%);
	color: #aeb6c2;
}

.dcsh-event-body {
	display: flex;
	min-height: 204px;
	flex: 1;
	flex-direction: column;
	padding: 17px 18px 18px;
}

.dcsh-event-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
	font-size: 11px;
	font-weight: 750;
}

.dcsh-event-status {
	overflow: hidden;
	padding: 4px 8px;
	border-radius: 999px;
	background: #f0f2f5;
	color: #667183;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dcsh-event-card.is-active .dcsh-event-status {
	background: var(--dcsh-red-soft);
	color: var(--dcsh-red-dark);
}

.dcsh-event-date {
	color: #8992a0;
	white-space: nowrap;
}

.dcsh-event-title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--dcsh-navy);
	font-size: 18px;
	font-weight: 750;
	letter-spacing: -0.015em;
	line-height: 1.3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.dcsh-event-description {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 8px;
	color: var(--dcsh-muted);
	font-size: 13px;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.dcsh-event-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: auto;
	padding-top: 16px;
	color: var(--dcsh-red);
	font-size: 13px;
	font-weight: 750;
}

.dcsh-event-link svg {
	transition: transform 160ms ease;
}

.dcsh-event-card:hover .dcsh-event-link svg {
	transform: translateX(3px);
}

.dcsh-footer {
	display: flex;
	width: 100%;
	max-width: 1480px;
	min-width: 0;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 auto;
	padding: 14px 40px;
	border-top: 1px solid #eceef1;
	color: #7a8493;
	font-size: 12px;
}

.dcsh-footer p {
	margin: 0;
}

.dcsh-footer nav {
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 9px 17px;
}

.dcsh-footer a:hover,
.dcsh-footer a:focus-visible {
	color: var(--dcsh-red);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.dcsh-skip-link,
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap;
}

.dcsh-skip-link:focus {
	z-index: 100000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	clip: auto;
	clip-path: none;
	padding: 10px 14px;
	border-radius: 6px;
	background: var(--dcsh-navy);
	color: #fff;
	font-weight: 700;
	white-space: normal;
}

@media (max-width: 1080px) {
	.dcsh-event-card {
		flex-basis: calc((100% - 27px) / 2.35);
	}
}

@media (max-width: 760px) {
	.dcsh-header {
		min-height: 76px;
		padding: 14px 20px;
	}

	.dcsh-brand img {
		max-width: 158px;
		max-height: 48px;
	}

	.dcsh-utility,
	.dcsh-account {
		width: 42px;
		height: 42px;
		min-height: 42px;
		justify-content: center;
		padding: 0;
	}

	.dcsh-utility > span,
	.dcsh-account > span:last-child {
		display: none;
	}

	.dcsh-account-icon {
		width: 40px;
		height: 40px;
		background: transparent;
	}

	.dcsh-hero {
		padding: 48px 20px 54px;
	}

	.dcsh-hero h1,
	.dcsh-typed-measure {
		font-size: clamp(34px, 10vw, 44px);
	}

	.dcsh-intro {
		max-width: 540px;
		font-size: 16px;
	}

	.dcsh-search-actions {
		margin-top: 29px;
	}

	.dcsh-fibosearch-host,
	body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-sf-wrapp,
	.dcsh-search-fallback {
		height: 58px;
	}

	.dcsh-fibosearch-host::before {
		left: 19px;
	}

	body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
	.dcsh-search-input {
		height: 56px !important;
		font-size: 15px !important;
		line-height: 56px !important;
	}

	.dcsh-submit {
		top: 7px;
		width: 44px;
		height: 44px;
	}

	.dcsh-events {
		padding: 0 20px 46px;
	}

	.dcsh-event-track {
		display: flex;
		gap: 14px;
		margin-right: 0;
		padding-right: 0;
		scroll-padding-inline: 0;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.dcsh-event-track::-webkit-scrollbar {
		display: none;
	}

	.dcsh-event-card {
		width: min(88%, 316px);
		flex: 0 0 min(88%, 316px);
	}

	.dcsh-event-media {
		height: 142px;
	}

	.dcsh-event-body {
		min-height: 196px;
	}

	.dcsh-footer {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 520px) {
	.dcsh-header {
		min-height: 70px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.dcsh-brand {
		min-width: 120px;
	}

	.dcsh-brand img {
		max-width: 142px;
	}

	.dcsh-utilities {
		gap: 4px;
	}

	.dcsh-hero {
		padding: 42px 15px 50px;
	}

	.dcsh-search-actions {
		display: block;
		padding-right: 0;
	}

	.dcsh-fibosearch-host {
		width: 100%;
		min-width: 0;
	}

	.dcsh-fibosearch-host::before {
		display: none;
	}

	body.dc-search-home-page .dcsh-fibosearch-host .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
	.dcsh-search-input {
		padding-left: 18px !important;
	}

	.dcsh-quick-searches {
		gap: 7px 11px;
	}

	.dcsh-section-heading {
		align-items: center;
	}

	.dcsh-section-kicker {
		font-size: 10px;
	}

	.dcsh-carousel-controls {
		display: none;
	}

	.dcsh-footer {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 17px;
		padding-bottom: 20px;
	}

	.dcsh-footer nav {
		width: 100%;
		justify-content: flex-start;
	}
}

@media (max-width: 380px) {
	.dcsh-brand img {
		max-width: 130px;
	}

	.dcsh-brand > span {
		font-size: 21px;
	}

	.dcsh-utility,
	.dcsh-account {
		width: 40px;
		height: 40px;
		min-height: 40px;
	}

	.dcsh-hero h1,
	.dcsh-typed-measure {
		font-size: 33px;
	}

	.dcsh-intro {
		font-size: 15px;
	}

	.dcsh-events {
		padding-right: 15px;
		padding-left: 15px;
	}

	.dcsh-footer {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.dcsh-event-track {
		scroll-behavior: auto;
	}

	.dcsh-event-card,
	.dcsh-event-media img,
	.dcsh-event-link svg,
	.dcsh-submit {
		transition: none;
	}

	.dcsh-typed-cursor {
		display: none;
		animation: none;
	}
}
