/* Synchronized from autohaus-triebel.de: footer, booking and EU notice. */
/* Site footer */
#footer {
	padding: 0;
	background: #101113;
	color: #a7a8ac;
	text-align: left;
}

#footer > .container,
#footer > .copyright {
	display: none;
}

#footer .site-footer {
	padding: clamp(2.25em, 5vw, 4.5em) clamp(1.25em, 4vw, 4.5em) 1.5em;
	background:
		radial-gradient(circle at 82% 0%, rgba(139, 0, 5, 0.13), transparent 34em),
		#101113;
}

#footer .site-footer__inner {
	width: min(1480px, 100%);
	margin: 0 auto;
}

#footer .footer-booking {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2em;
	position: relative;
	overflow: hidden;
	margin-bottom: clamp(2.5em, 5vw, 4.5em);
	padding: clamp(1.5em, 3vw, 2.6em);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 5px solid #b5151b;
	background: linear-gradient(115deg, #25262a 0%, #1a1b1e 68%, #231719 100%);
	box-shadow: 0 22px 55px rgba(0, 0, 0, 0.25);
}

#footer .footer-booking:after {
	content: '';
	position: absolute;
	right: -5em;
	top: -7em;
	width: 18em;
	height: 18em;
	border: 1px solid rgba(181, 21, 27, 0.16);
	border-radius: 50%;
	box-shadow: 0 0 0 3.5em rgba(181, 21, 27, 0.035), 0 0 0 7em rgba(181, 21, 27, 0.025);
	pointer-events: none;
}

#footer .footer-booking__copy {
	position: relative;
	z-index: 1;
}

#footer .footer-booking__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.6em;
	margin-bottom: 0.9em;
	padding: 0.45em 0.8em;
	border: 1px solid rgba(229, 65, 72, 0.35);
	border-radius: 999px;
	background: rgba(132, 0, 5, 0.2);
	color: #f2b7ba;
	font-size: 0.72em;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

#footer .footer-booking__pulse {
	width: 0.65em;
	height: 0.65em;
	border-radius: 50%;
	background: #ee4249;
	box-shadow: 0 0 0 0 rgba(238, 66, 73, 0.55);
	animation: footer-booking-pulse 2.2s ease-out infinite;
}

@keyframes footer-booking-pulse {
	0% { box-shadow: 0 0 0 0 rgba(238, 66, 73, 0.55); }
	65%, 100% { box-shadow: 0 0 0 0.8em rgba(238, 66, 73, 0); }
}

#footer .footer-booking h2 {
	margin: 0 0 0.25em;
	color: #fff;
	font-size: clamp(1.55em, 2.4vw, 2.4em);
	line-height: 1.12;
}

#footer .footer-booking p {
	margin: 0;
	color: #b8b9bd;
	font-size: 1em;
}

#footer .footer-booking__button,
#footer .footer-booking__button:hover,
#footer .footer-booking__button:focus {
	flex: 0 0 auto;
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 1.2em;
	min-width: 12.5em;
	padding: 0.95em 1.25em;
	border: 1px solid #ce2a31;
	border-radius: 2px;
	background: #a80f15;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: none;
	transform: none;
}

#footer .footer-booking__button:hover,
#footer .footer-booking__button:focus {
	background: #b7141b;
}

#footer .footer-booking__button span {
	margin-left: auto;
	font-size: 1.2em;
}

#footer .site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(18em, 1.15fr);
	gap: clamp(2em, 5vw, 5.5em);
	padding-bottom: clamp(2.5em, 5vw, 4.5em);
}

#footer .site-footer__column {
	min-width: 0;
}

#footer .site-footer__kicker {
	margin: 0 0 0.55em;
	color: #bf3036;
	font-size: 0.7em;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

#footer .site-footer__column h3 {
	margin: 0 0 1.25em;
	color: #f0f0f1;
	font-size: 1.12em;
	line-height: 1.3;
}

#footer .site-footer__links {
	margin: 0;
	list-style: none;
}

#footer .site-footer__links li {
	margin: 0;
	padding: 0;
	border: 0;
}

#footer .site-footer a,
#footer .site-footer a:hover,
#footer .site-footer a:focus {
	font-weight: inherit;
	transform: none;
}

#footer .site-footer__links a {
	display: block;
	position: relative;
	padding: 0.48em 0 0.48em 1.15em;
	border: 0;
	color: #999ba0;
	font-size: 0.9em;
	line-height: 1.45;
	text-decoration: none;
	transition: color 0.15s ease;
}

#footer .site-footer__links a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 1.05em;
	width: 0.35em;
	height: 1px;
	background: #55575c;
}

#footer .site-footer__links a:hover,
#footer .site-footer__links a:focus {
	color: #c4c5c8;
	font-weight: inherit;
}

#footer .site-footer__links a.site-footer__link--important {
	color: #dedee0;
	font-weight: 600;
}

#footer .site-footer__links a.site-footer__link--important:before {
	width: 0.5em;
	height: 2px;
	background: #ae1b21;
}

#footer .site-footer__contact {
	padding: 1.35em;
	border: 1px solid rgba(255,255,255,0.08);
	background: rgba(255,255,255,0.025);
}

#footer .site-footer__contact-link {
	display: grid;
	grid-template-columns: 4.5em minmax(0, 1fr);
	gap: 1em;
	padding: 0.58em 0;
	border: 0;
	color: #e5e5e6;
	text-decoration: none;
}

#footer .site-footer__contact-link span {
	color: #77797e;
	font-size: 0.74em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#footer .site-footer__contact-link strong {
	min-width: 0;
	overflow-wrap: anywhere;
	font-size: 0.9em;
	font-weight: 600;
}

#footer .site-footer__message {
	display: inline-block;
	margin-top: 0.8em;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #65676c;
	color: #bfc0c3;
	font-size: 0.84em;
	text-decoration: none;
}

#footer .site-footer__emergency {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
	margin-top: 1.25em;
	padding-top: 1em;
	border-top: 1px solid rgba(255,255,255,0.08);
	color: #8c8e93;
	font-size: 0.76em;
	text-transform: uppercase;
}

#footer .site-footer__emergency a {
	border: 0;
	color: #df6c71;
	font-size: 1.15em;
	font-weight: 700;
	text-decoration: none;
}

#footer .site-footer__trust {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.1em;
	padding: 1em 0;
	border-top: 1px solid rgba(255,255,255,0.06);
	color: #686a6f;
	font-size: 0.7em;
}

#footer .site-footer__trust img {
	display: block;
	width: auto;
	max-height: 36px;
	opacity: 1;
	filter: none;
}

#footer .site-footer__trust a {
	border: 0;
}

#footer .site-footer__bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2em;
	padding-top: 1.35em;
	border-top: 1px solid rgba(255,255,255,0.08);
	color: #686a6f;
	font-size: 0.72em;
}

#footer .site-footer__identity {
	display: flex;
	flex-direction: column;
	gap: 0.2em;
}

#footer .site-footer__identity strong {
	color: #929398;
	font-weight: 600;
}

#footer .site-footer__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.7em 1.25em;
}

#footer .site-footer__meta a,
#footer .site-footer__meta a:hover,
#footer .site-footer__meta a:focus {
	border: 0;
	color: #74767b;
	font-weight: 400;
	text-decoration: none;
}

#footer .site-footer__meta a:hover,
#footer .site-footer__meta a:focus {
	color: #9b9da1;
}

@media screen and (max-width: 980px) {
	#footer .site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#footer .site-footer__contact {
		grid-column: 1 / -1;
	}
}

@media screen and (max-width: 736px) {
	#footer .site-footer {
		padding: 2em 1.15em 1.25em;
	}

	#footer .footer-booking {
		align-items: flex-start;
		flex-direction: column;
		gap: 1.35em;
		padding: 1.35em;
	}

	#footer .footer-booking__button {
		width: 100%;
	}

	#footer .site-footer__grid {
		grid-template-columns: 1fr;
		gap: 2.25em;
	}

	#footer .site-footer__contact {
		grid-column: auto;
	}

	#footer .site-footer__trust {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	#footer .site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	#footer .site-footer__meta {
		justify-content: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	#footer .footer-booking__pulse {
		animation: none;
	}
}

/* Footer und Online-Terminbuchung: an die bestehende Triebel-Optik angeglichen. */
.booking-modal__backdrop {
	background: rgba(10, 10, 11, 0.92);
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.booking-modal__dialog {
	width: min(1180px, calc(100% - 2em));
	background: #292929;
	border: 2px solid #424242;
	border-top: 6px solid #a90000;
	border-radius: 2px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.62);
}

.booking-modal__header {
	padding: 1.35em 1.65em;
	background: #292929;
	border-bottom: 1px solid #454545;
}

.booking-modal__eyebrow {
	position: relative;
	margin-bottom: 0.55em;
	padding-left: 1em;
	color: #c53a3e;
	font-size: 0.72em;
	letter-spacing: 0.16em;
}

.booking-modal__eyebrow::before {
	position: absolute;
	top: 0.12em;
	bottom: 0.12em;
	left: 0;
	width: 4px;
	background: #b00000;
	content: "";
}

.booking-modal__heading h2 {
	color: #d7d7d7;
	font-size: clamp(1.7em, 3vw, 2.55em);
	letter-spacing: -0.025em;
	text-shadow: -2px 2px 0 #111;
}

.booking-modal__heading p {
	color: #a2a2a2;
	font-size: 1em;
}

.booking-modal__close {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: 2.45rem;
	height: 2.45rem;
	background: #640001;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.055);
	font-size: 1.25rem;
}

.booking-modal__close::before {
	content: '';
	position: absolute;
	z-index: 3;
	inset: 0;
	padding: 1px;
	background: conic-gradient(
		from var(--nav-edge-angle),
		transparent 0 30%,
		rgba(255, 116, 116, 0.18) 37%,
		#c92025 44%,
		#f07a7e 48%,
		rgba(255, 255, 255, 0.86) 50%,
		#f07a7e 52%,
		#c92025 56%,
		transparent 64% 100%
	);
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	opacity: 0;
	pointer-events: none;
}

.booking-modal__close:hover,
.booking-modal__close:focus {
	background: #6d0304;
	transform: none;
}

.booking-modal__close:hover::before,
.booking-modal__close:focus::before {
	animation: nav-edge-half-turn 0.95s cubic-bezier(0.35, 0, 0.2, 1) 1 both;
}

.booking-modal__close:focus {
	outline: 2px solid #d2d2d2;
	outline-offset: 2px;
}

.booking-modal__steps {
	gap: 0.55em;
	padding: 0.7em;
	background: #303030;
	border-bottom: 1px solid #484848;
}

.booking-modal__steps li {
	justify-content: flex-start;
	min-height: 3.4em;
	padding: 0.6em 0.75em;
	background: #3b3b3b;
	border: 1px solid #4c4c4c;
	color: #c2c2c2;
}

.booking-modal__steps li:first-child {
	background: #8f0000;
	border-color: #b20e13;
	color: #fff;
}

.booking-modal__steps span {
	width: 2em;
	height: 2em;
	background: #4a4a4a;
	border-radius: 2px;
	box-shadow: none;
}

.booking-modal__steps li:first-child span {
	background: #c5161d;
}

.booking-modal__frame-wrap {
	background: #fff;
	border-top: 1px solid #1d1d1d;
}

/* Die doppelte Kopfzeile des externen Zeitmechanik-Formulars wird innerhalb
   des Iframes abgeschnitten. Dadurch beginnt der Inhalt direkt mit der
   Leistungsauswahl. */
.booking-modal__frame {
	overflow: hidden;
}

.booking-modal__frame iframe {
	height: calc(100% + 4.25rem);
	min-height: calc(680px + 4.25rem);
	transform: translateY(-4.25rem);
}

.booking-modal__footer {
	background: #292929;
	border-top: 1px solid #454545;
	color: #8f8f8f;
}

.booking-modal__footer a,
.booking-modal__footer a:hover,
.booking-modal__footer a:focus {
	color: #c7c7c7;
}

#footer {
	background: #2c2c2c;
	border-top: 1px solid #3f3f3f;
	color: #8e8e8e;
}

#footer .site-footer {
	padding: 3.4em 2.4em 1.7em;
	margin-bottom: 0;
	background: #2c2c2c;
}

#footer .site-footer__inner {
	max-width: 1480px;
}

#footer .footer-booking {
	position: relative;
	gap: 2em;
	margin-bottom: 2.1em;
	padding: 2em 2.2em;
	background: #292929;
	border: 2px solid #424242;
	border-left: 6px solid #ad0000;
	border-radius: 2px;
	box-shadow: none;
	overflow: hidden;
}

#footer .footer-booking::after {
	display: none;
}

@property --footer-edge-angle {
	syntax: '<angle>';
	inherits: false;
	initial-value: 0deg;
}

#footer .footer-booking {
	isolation: isolate;
	transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

#footer .footer-booking::before {
	content: '';
	position: absolute;
	z-index: 3;
	inset: -2px;
	padding: 2px;
	background: conic-gradient(
		from var(--footer-edge-angle),
		transparent 0 33%,
		rgba(204, 0, 0, 0.15) 39%,
		#d40000 45%,
		#ff4b4b 48%,
		#f2f2f2 50%,
		#ff4b4b 52%,
		#d40000 55%,
		transparent 62% 100%
	);
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: exclude;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
}

#footer .footer-booking__button {
	overflow: hidden;
	isolation: isolate;
	clip-path: polygon(0 0, 91% 0, 100% 31%, 100% 100%, 9% 100%, 0 69%);
	transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

#footer .footer-booking__button::before {
	content: '';
	position: absolute;
	z-index: 0;
	inset: 0;
	background: linear-gradient(105deg, transparent 18%, rgba(255, 255, 255, 0.28) 43%, transparent 67%);
	transform: translateX(-135%) skewX(-18deg);
	transition: transform 0.62s cubic-bezier(0.2, 0.8, 0.25, 1);
}

@media (hover: hover) {
	#footer .footer-booking:hover,
	#footer .footer-booking:focus-within {
		background-color: #2b2929;
		border-color: #555;
		box-shadow: inset 0 0 42px rgba(170, 0, 0, 0.08), 0 12px 34px rgba(0, 0, 0, 0.24);
	}

	#footer .footer-booking:hover::before,
	#footer .footer-booking:focus-within::before {
		opacity: 1;
		animation: footer-edge-orbit 2.35s linear infinite;
	}

	#footer .footer-booking__button:hover,
	#footer .footer-booking__button:focus {
		clip-path: polygon(0 0, 91% 0, 100% 31%, 100% 100%, 9% 100%, 0 69%);
		min-width: 14em;
		padding: 1.05em 1.35em;
		border-width: 2px;
		background-color: #c40000;
		box-shadow: 0 12px 24px rgba(160, 0, 0, 0.3);
		transform: none !important;
	}

	#footer .footer-booking__button:hover::before,
	#footer .footer-booking__button:focus::before {
		transform: translateX(135%) skewX(-18deg);
	}

}

@keyframes footer-edge-orbit {
	to {
		--footer-edge-angle: 360deg;
	}
}

@media (prefers-reduced-motion: reduce) {
	#footer .footer-booking,
	#footer .footer-booking::before,
	#footer .footer-booking__button,
	#footer .footer-booking__button::before,
	#footer .footer-booking__button span {
		animation: none !important;
		transition: none !important;
	}

	#footer .footer-booking__button:hover,
	#footer .footer-booking__button:focus {
		transform: none;
	}
}

#footer .footer-booking__content {
	max-width: 54em;
}

#footer .footer-booking__badge {
	position: relative;
	gap: 0.75em;
	margin-bottom: 1.15em;
	padding: 0 0 0 1.1em;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #c4474b;
	font-size: 0.72em;
	letter-spacing: 0.15em;
}

#footer .footer-booking__pulse {
	position: absolute;
	top: 0.34em;
	left: 0;
	width: 0.55em;
	height: 0.55em;
	background: #b50000;
	border-radius: 0;
	box-shadow: none;
	animation: none;
}

#footer .footer-booking h2 {
	margin-bottom: 0.35em;
	color: #d8d8d8;
	font-size: clamp(1.75em, 3vw, 2.55em);
	letter-spacing: -0.025em;
	text-shadow: -2px 2px 0 #111;
}

#footer .footer-booking p {
	color: #a0a0a0;
	font-size: 1.05em;
}

#footer .footer-booking__button {
	min-width: 14em;
	padding: 1.05em 1.35em;
	background: #ad0000;
	border: 2px solid #c31b20;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: #fff;
	font-weight: 600;
}

#footer .footer-booking__button:hover,
#footer .footer-booking__button:focus {
	background: #c00000;
	border-color: #d3272c;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	transform: none;
}

#footer .site-footer__grid {
	gap: 1.2em;
	margin-bottom: 1.6em;
}

#footer .site-footer__column {
	min-width: 0;
	padding: 1.55em;
	background: #292929;
	border: 1px solid #424242;
}

#footer .site-footer__kicker {
	margin-bottom: 0.75em;
	color: #c13a3e;
	font-size: 0.7em;
	letter-spacing: 0.15em;
}

#footer .site-footer__column h3 {
	margin-bottom: 1.2em;
	color: #cecece;
	font-size: 1.35em;
	letter-spacing: -0.02em;
	text-shadow: -1px 1px 0 #111;
}

#footer .site-footer__links {
	gap: 0.78em;
}

#footer .site-footer__links li {
	position: relative;
}

#footer .site-footer__links a::before {
	background: #565656;
}

#footer .site-footer__links a.site-footer__link--important::before {
	background: #b90000;
}

#footer .site-footer__links a {
	color: #979797;
}

#footer .site-footer__links a:hover,
#footer .site-footer__links a:focus,
#footer .site-footer__link--important,
#footer .site-footer__link--important:hover,
#footer .site-footer__link--important:focus {
	color: #d0d0d0;
}

#footer .site-footer__contact {
	background: #252525;
	border: 2px solid #424242;
	box-shadow: none;
}

#footer .site-footer__contact-link {
	display: grid;
	grid-template-columns: minmax(5em, 0.65fr) minmax(0, 1.35fr);
	gap: 1em;
	padding: 0.75em 0;
	border-bottom: 1px solid #3e3e3e;
}

#footer .site-footer__contact-link span {
	color: #777;
	font-size: 0.78em;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#footer .site-footer__contact-link strong {
	min-width: 0;
	color: #d0d0d0;
	overflow-wrap: anywhere;
}

#footer .site-footer__message {
	display: inline-block;
	margin-top: 1em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #777;
	color: #b9b9b9;
}

#footer .site-footer__emergency {
	margin-top: 1.15em;
	padding: 0.9em;
	background: #303030;
	border-top: 1px solid #464646;
}

#footer .site-footer__emergency span {
	color: #858585;
}

#footer .site-footer__emergency a {
	color: #d66b6e;
}

#footer .site-footer__trust {
	padding: 1em 1.15em;
	background: #292929;
	border: 1px solid #404040;
	color: #777;
}

#footer .site-footer__trust img {
	opacity: 1;
}

#footer .site-footer__bottom {
	padding-top: 1.25em;
	border-top: 1px solid #414141;
	color: #747474;
}

#footer .site-footer__identity strong {
	color: #a5a5a5;
}

#footer .site-footer__meta a,
#footer .site-footer__meta a:hover,
#footer .site-footer__meta a:focus {
	color: #858585;
}

@media screen and (max-width: 980px) {
	#footer .site-footer__column {
		padding: 1.35em;
	}
}

@media screen and (max-width: 736px) {
	.booking-modal__dialog {
		width: 100%;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
	}

	.booking-modal__header {
		padding: 1em;
	}

	.booking-modal__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#footer .site-footer {
		padding: 2em 1em 1.25em;
	}

	#footer .footer-booking {
		gap: 1.25em;
		padding: 1.35em;
	}

	#footer .site-footer__grid {
		gap: 1em;
	}
}

@media screen and (max-width: 480px) {
	.booking-modal__steps b {
		display: block;
	}

	.booking-modal__steps li {
		font-size: 0.82em;
	}

	#footer .site-footer__contact-link {
		grid-template-columns: 1fr;
		gap: 0.25em;
	}

	#footer .site-footer__emergency {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.25em;
	}
}

/* EU-Gewährleistungshinweis: Footer-Zugang, unveränderte Originalgrafik. */
#footer .site-footer__meta a.site-footer__guarantee:focus-visible,
.guarantee-page a:focus-visible,
.guarantee-inventory a:focus-visible {
	outline: 3px solid #ffdf00;
	outline-offset: 3px;
}
.guarantee-inventory {
	margin: 0 0 1.25em;
}
.guarantee-inventory a {
	background: #07549b;
	border: 1px solid #75b8f0;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
	padding: .65em 1em;
}
.guarantee-page .container {
	max-width: 1000px;
}
.guarantee-page h1 {
	line-height: 1.2;
	overflow-wrap: anywhere;
}
.guarantee-notice {
	margin: 1.5em 0 2em;
}
.guarantee-notice > a {
	border: 0;
	display: block;
}
.guarantee-notice img {
	background: #fff;
	display: block;
	height: auto;
	width: 100%;
}
.guarantee-notice figcaption {
	font-size: 1rem;
	margin-top: .75em;
}
.guarantee-summary {
	font-size: 1rem;
	line-height: 1.6;
	max-width: 70ch;
}
@media screen and (max-width: 620px) {
	.guarantee-page .container {
		width: calc(100% - 2rem) !important;
	}
}
.guarantee-page h1 {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: .5em;
}
.guarantee-notice__scroll {
	overflow-x: auto;
	overscroll-behavior-inline: contain;
}
.guarantee-notice__scroll > a {
	border: 0;
	display: block;
	min-width: 760px;
}
.guarantee-notice__scroll:focus-visible {
	outline: 3px solid #ffdf00;
	outline-offset: 3px;
}
.guarantee-notice__mobile-help {
	display: none;
}
@media screen and (max-width: 840px) {
	.guarantee-notice__mobile-help {
		display: inline;
	}
}

/* Override the theme's negative header paragraph margins. */
.guarantee-page header p {
	position: static;
	margin: 0 0 1.25rem;
	font-size: 1rem;
	line-height: 1.5;
}
.guarantee-page header {
	margin-bottom: 1.25rem;
}
.guarantee-modal-open { overflow: hidden; }
dialog.guarantee-modal {
	background: #222;
	border: 1px solid #555;
	border-radius: 8px;
	box-sizing: border-box;
	color: #bbb;
	inset: 0;
	margin: auto;
	max-height: 92vh;
	max-height: 92dvh;
	max-width: 1040px;
	width: calc(100% - 2rem);
	padding: 0 1.5rem 1.5rem;
	overflow: auto;
	overscroll-behavior: contain;
}
.guarantee-modal::backdrop { background: rgba(0,0,0,.8); }
.guarantee-modal__toolbar {
	position: sticky;
	top: 0;
	z-index: 1;
	display: flex;
	justify-content: flex-end;
	background: #222;
	padding: .75rem 0;
}
.guarantee-modal__close {
	background: #3a3a3a;
	border: 1px solid #777;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: .9rem;
	line-height: 1.4;
	padding: .5rem .75rem;
}
.guarantee-modal__close:focus-visible { outline: 3px solid #ffdf00; outline-offset: 2px; }
.guarantee-modal__content > .container { margin: 0; max-width: none; width: 100% !important; }
.guarantee-modal__content h1 { font-size: 1.65rem; }
@media screen and (max-width: 620px) {
	dialog.guarantee-modal { width: calc(100% - 1rem); padding: 0 1rem 1rem; max-height: 96dvh; }
}
