.hrlt-form {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
	width: 100%;
}

.hrlt-guest-lookup {
	box-sizing: border-box;
	display: block;
	margin: 0 auto 32px;
	max-width: 760px;
	width: 100%;
}

.hrlt-guest-order-lookup {
	margin-top: 1rem;
}

.hrlt-guest-lookup-title {
	margin: 0 0 .5rem;
}

.hrlt-guest-lookup-intro {
	margin: 0 0 1rem;
}

.hrlt-field {
	margin: 0 0 1rem;
}

.hrlt-field label {
	display: block;
	font-weight: 600;
}

.hrlt-guest-lookup .hrlt-field label {
	margin-bottom: .35rem;
}

.hrlt-field input:not([type="checkbox"]),
.hrlt-field textarea,
.hrlt-input {
	box-sizing: border-box;
	display: block;
	margin-top: .35rem;
	max-width: 100%;
	width: 100%;
}

.hrlt-guest-lookup .hrlt-input {
	background: #fff;
	border: 1px solid #8c8f94;
	color: #2c3338;
	min-height: 40px;
	margin-top: 0;
	padding: 8px 10px;
}

.hrlt-help {
	display: block;
	font-size: .9em;
	margin-top: .35rem;
	opacity: .75;
}

.hrlt-button {
	position: relative;
}

.hrlt-button.is-loading {
	cursor: wait;
	opacity: .78;
}

.hrlt-button.is-loading::after {
	animation: hrlt-spin .8s linear infinite;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 12px;
	margin-left: 8px;
	vertical-align: -2px;
	width: 12px;
}

@keyframes hrlt-spin {
	to {
		transform: rotate(360deg);
	}
}

.hrlt-check label {
	font-weight: 400;
}

.hrlt-hp {
	height: 0;
	left: -9999px;
	overflow: hidden;
	position: absolute;
}

.hrlt-company-info {
	margin: 1rem 0;
}

.hrlt-company-info-table th,
.hrlt-company-info-table td {
	text-align: left;
	vertical-align: top;
}

.hrlt-lowest-price {
	font-size: .95em;
	margin-top: .35rem;
}

.hrlt-notice {
	margin-bottom: 1rem;
}

.hrlt-prefill-note {
	background: #f0f6fc;
	border-left: 4px solid #2271b1;
	box-sizing: border-box;
	margin: 0 auto 1rem;
	max-width: 760px;
	padding: .75rem 1rem;
	width: 100%;
}
