.bsky-hourly-wrap {
	width: 100%;
	margin: 0 0 26px;
	color: #4c5253;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.857;
}

.bsky-hourly-form {
	width: 100%;
	margin: 0;
	padding: 20px 15px;
	border: 1px solid #4c5253;
	border-radius: 10px;
	background: #f3f6f6;
	box-sizing: border-box;
}

.bsky-hourly-field {
	padding: 10px 0;
}

.bsky-hourly-field--no-label {
	padding-top: 10px;
}

.bsky-hourly-field label {
	display: block;
	margin: 0;
	padding: 0;
	color: #4c5253;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.857;
}

.bsky-hourly-required {
	color: #ff2b2b;
	font-weight: 400;
}

.bsky-hourly-field input,
.bsky-hourly-field select,
.bsky-hourly-field textarea {
	display: block;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fafafa;
	box-shadow: none;
	color: #666;
	font: 400 16px/1 "Open Sans", sans-serif;
	box-sizing: border-box;
}

.bsky-hourly-field input,
.bsky-hourly-field select {
	min-height: 49px;
}

.bsky-hourly-field input[type="hidden"] {
	display: none;
}

.bsky-hourly-field textarea {
	min-height: 120px;
	resize: vertical;
	line-height: 1.857;
}

.bsky-hourly-location-status {
	margin: 7px 0 0;
	color: #56636e;
	font-size: 13px;
	line-height: 1.4;
}

.bsky-hourly-location-status[data-state="success"] {
	color: #1c6f3b;
}

.bsky-hourly-location-status[data-state="error"] {
	color: #8a1f1f;
}

.bsky-hourly-field input:focus,
.bsky-hourly-field select:focus,
.bsky-hourly-field textarea:focus {
	border-color: #999;
	outline: 1px solid #999;
}

.bsky-hourly-field input::placeholder,
.bsky-hourly-field textarea::placeholder {
	color: #777;
	opacity: 1;
}

.bsky-hourly-phone-control {
	display: flex;
	width: 100%;
	min-height: 49px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fafafa;
	overflow: hidden;
	box-sizing: border-box;
}

.bsky-hourly-phone-control select {
	flex: 0 0 104px;
	width: 104px;
	min-height: 47px;
	padding: 12px 8px;
	border: 0;
	border-right: 1px solid #e2e2e2;
	border-radius: 0;
	background: #fafafa;
}

.bsky-hourly-phone-control input {
	flex: 1 1 auto;
	width: auto;
	min-height: 47px;
	border: 0;
	border-radius: 0;
}

.bsky-hourly-phone-control:focus-within {
	border-color: #999;
	outline: 1px solid #999;
}

.bsky-hourly-contact-row,
.bsky-hourly-date-time,
.bsky-hourly-arrival-date-time {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.bsky-hourly-contact-row > .bsky-hourly-field {
	align-self: end;
}

.bsky-hourly-schedule-status {
	margin: 0 0 6px;
	color: #8a1f1f;
	font-size: 13px;
	line-height: 1.4;
}

.bsky-hourly-location[hidden] {
	display: none !important;
}

.bsky-hourly-submit-container {
	padding-top: 10px;
}

.bsky-hourly-submit {
	display: inline-block;
	min-height: 34px;
	margin: 0;
	padding: 10px 20px;
	border: 0;
	border-radius: 3px;
	background: #08acf2;
	box-shadow: none;
	color: #fff !important;
	font: 700 14px/1 "Open Sans", sans-serif;
	cursor: pointer;
}

.bsky-hourly-submit:hover,
.bsky-hourly-submit:focus {
	background: #0798d7;
	color: #fff !important;
}

.bsky-hourly-submit:disabled {
	cursor: wait;
	opacity: .68;
}

.bsky-hourly-message,
.bsky-hourly-airport-message {
	margin-bottom: 18px;
	padding: 14px 16px;
	border-radius: 6px;
}

.bsky-hourly-message--error {
	border: 1px solid #e7bcbc;
	background: #fff0f0;
	color: #8a1f1f;
}

.bsky-hourly-airport-message {
	display: grid;
	gap: 5px;
	margin: 20px 0 10px;
	border: 1px solid #d8d8d8;
	background: #f7f7f7;
	color: #303638;
	font-size: 17px;
	line-height: 1.55;
}

.bsky-hourly-airport-message[hidden] {
	display: none !important;
}

.bsky-hourly-airport-message strong {
	font-size: 22px;
}

.bsky-hourly-success {
	min-height: 430px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	border: 1px solid #4c5253;
	border-radius: 10px;
	background: #f3f6f6;
	text-align: center;
	box-sizing: border-box;
}

.bsky-hourly-success__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: #e8f8ef;
	color: #1c7a3e;
	font-size: 38px;
	font-weight: 700;
}

.bsky-hourly-success h2 {
	margin: 0 0 14px;
	color: #252b31;
	font-size: 34px;
	line-height: 1.2;
}

.bsky-hourly-success p {
	max-width: 590px;
	margin: 4px auto;
	color: #56636e;
	font-size: 18px;
	line-height: 1.6;
}

.bsky-hourly-home {
	display: inline-block;
	margin-top: 26px;
	padding: 13px 26px;
	border-radius: 999px;
	background: #0ba8e8;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
}

.bsky-hourly-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 767px) {
	.bsky-hourly-form {
		padding: 20px 15px;
	}

	.bsky-hourly-contact-row,
	.bsky-hourly-date-time,
	.bsky-hourly-arrival-date-time {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.bsky-hourly-phone-control select {
		flex-basis: 96px;
		width: 96px;
	}
}
