.thohr-horn-inquiry-trigger {
	position: fixed;
	left: 50%;
	bottom: 72px;
	z-index: 10020;
	transform: translateX(-50%);
	margin: 0;
	padding: 12px 20px;
	border: 0;
	border-left: 4px solid #f2c300;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 5px 24px rgba(0, 0, 0, .28);
	color: #24395b;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	cursor: pointer;
}

.thohr-horn-inquiry-trigger:hover,
.thohr-horn-inquiry-trigger:focus {
	background: #f2c300;
	color: #17253c;
}

.thohr-horn-inquiry-modal[hidden] {
	display: none !important;
}

.thohr-horn-inquiry-modal {
	position: fixed;
	inset: 0;
	z-index: 100100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	font-family: inherit;
}

.thohr-horn-inquiry-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 14, 24, .82);
}

.thohr-horn-inquiry-dialog {
	position: relative;
	z-index: 1;
	width: min(920px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	background: #fff;
	box-shadow: 0 18px 60px rgba(0, 0, 0, .4);
}

.thohr-horn-inquiry-grid {
	display: grid;
	grid-template-columns: minmax(280px, .85fr) minmax(330px, 1.15fr);
}

.thohr-horn-inquiry-preview {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 28px;
	background: #f4f4f4;
}

.thohr-horn-inquiry-preview img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: contain;
}

.thohr-horn-inquiry-reference {
	margin: 14px 0 0;
	color: #666;
	font-size: 12px;
	text-align: center;
	word-break: break-all;
}

.thohr-horn-inquiry-content {
	padding: 34px;
}

.thohr-horn-inquiry-content h2 {
	margin: 0 42px 8px 0;
	color: #24395b;
	font-size: 27px;
}

.thohr-horn-inquiry-content > p {
	margin: 0 0 20px;
	color: #555;
}

.thohr-horn-inquiry-content form > label:not(.thohr-horn-inquiry-consent):not(.thohr-horn-inquiry-hp) {
	display: block;
	margin: 0 0 13px;
	color: #28384f;
	font-size: 13px;
	font-weight: 600;
}

.thohr-horn-inquiry-content input[type="text"],
.thohr-horn-inquiry-content input[type="email"],
.thohr-horn-inquiry-content input[type="tel"],
.thohr-horn-inquiry-content textarea {
	display: block;
	width: 100%;
	margin: 5px 0 0;
	border: 1px solid #c9ced6;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: #222;
}

.thohr-horn-inquiry-content input:focus,
.thohr-horn-inquiry-content textarea:focus {
	border-color: #24395b;
	box-shadow: 0 0 0 2px rgba(36, 57, 91, .15);
}

.thohr-horn-inquiry-consent {
	display: flex;
	gap: 9px;
	align-items: flex-start;
	margin: 14px 0;
	color: #555;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
}

.thohr-horn-inquiry-consent input {
	flex: 0 0 auto;
	margin-top: 3px;
}

.thohr-horn-inquiry-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.thohr-horn-inquiry-submit {
	display: block;
	width: 100%;
	margin: 10px 0 0;
	padding: 12px 18px;
	border: 0;
	background: #f2c300;
	color: #17253c;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.thohr-horn-inquiry-submit:hover,
.thohr-horn-inquiry-submit:focus {
	background: #dcae00;
}

.thohr-horn-inquiry-submit:disabled {
	opacity: .55;
	cursor: wait;
}

.thohr-horn-inquiry-close {
	position: absolute;
	top: 12px;
	right: 14px;
	z-index: 2;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #333;
	font-size: 32px;
	font-weight: 300;
	line-height: 38px;
	cursor: pointer;
}

.thohr-horn-inquiry-status {
	min-height: 0;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.thohr-horn-inquiry-status.is-error,
.thohr-horn-inquiry-status.is-success {
	margin: 12px 0;
	padding: 10px 12px;
}

.thohr-horn-inquiry-status.is-error {
	background: #fff1f1;
	color: #9b1c1c;
}

.thohr-horn-inquiry-status.is-success {
	background: #eaf7ee;
	color: #17632f;
}

.thohr-horn-inquiry-security {
	display: block;
	margin-top: 9px;
	color: #55705e;
	font-size: 11px;
	text-align: center;
}

.thohr-horn-inquiry-turnstile {
	margin: 12px 0;
}

.thohr-horn-inquiry-open {
	overflow: hidden;
}

@media (max-width: 700px) {
	.thohr-horn-inquiry-trigger {
		bottom: 58px;
		width: calc(100% - 32px);
		padding: 11px 14px;
		font-size: 13px;
	}

	.thohr-horn-inquiry-modal {
		align-items: flex-start;
		padding: 12px;
	}

	.thohr-horn-inquiry-dialog {
		max-height: calc(100vh - 24px);
	}

	.thohr-horn-inquiry-grid {
		display: block;
	}

	.thohr-horn-inquiry-preview {
		padding: 18px;
	}

	.thohr-horn-inquiry-preview img {
		max-height: 220px;
	}

	.thohr-horn-inquiry-content {
		padding: 24px 20px 28px;
	}

	.thohr-horn-inquiry-content h2 {
		font-size: 22px;
	}
}

html.thohr-mobile-lightbox-open,
html.thohr-mobile-lightbox-open body {
	overflow: hidden !important;
}

.thohr-mobile-lightbox[hidden] {
	display: none !important;
}

.thohr-mobile-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
}

.thohr-mobile-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 15, 22, .96);
}

.thohr-mobile-lightbox-stage {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 58px 44px 112px;
}

.thohr-mobile-lightbox-image {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	border: 0;
	box-shadow: none;
}

.thohr-mobile-lightbox-close,
.thohr-mobile-lightbox-prev,
.thohr-mobile-lightbox-next {
	position: absolute;
	z-index: 2;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #fff !important;
	box-shadow: none !important;
	font-family: Arial, sans-serif !important;
	line-height: 1 !important;
	text-transform: none !important;
}

.thohr-mobile-lightbox-close {
	top: calc(14px + env(safe-area-inset-top));
	right: 16px;
	width: 42px;
	height: 42px;
	font-size: 38px !important;
}

.thohr-mobile-lightbox-prev,
.thohr-mobile-lightbox-next {
	top: 45%;
	width: 42px;
	height: 58px;
	font-size: 54px !important;
	transform: translateY(-50%);
}

.thohr-mobile-lightbox-prev {
	left: 2px;
}

.thohr-mobile-lightbox-next {
	right: 2px;
}

.thohr-mobile-lightbox-footer {
	position: absolute;
	right: 16px;
	bottom: calc(14px + env(safe-area-inset-bottom));
	left: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.thohr-mobile-lightbox-count {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .04em;
}

.thohr-mobile-lightbox-inquiry {
	width: 100%;
	max-width: 420px;
	margin: 0 !important;
	padding: 12px 15px !important;
	border: 0 !important;
	border-radius: 3px !important;
	background: #f2c300 !important;
	color: #182c49 !important;
	box-shadow: none !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	text-transform: none !important;
}
