.gs-booking-widget {
	background: #ffffff;
	border: 1px solid #e4ded2;
	border-radius: 8px;
	color: #111111;
	margin: 24px 0;
	padding: 20px;
}

.gs-booking-message {
	border-left: 4px solid #c9a45c;
	margin-bottom: 16px;
	padding: 12px 14px;
}

.gs-booking-message-success {
	background: #f3ead8;
}

.gs-booking-message-error {
	background: #fff5f5;
	border-left-color: #b32d2e;
}

.gs-booking-public-form {
	display: grid;
	gap: 18px;
}

.gs-booking-step {
	border-top: 1px solid #e4ded2;
	padding-top: 18px;
}

.gs-booking-step:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.gs-booking-step-header {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 14px;
}

.gs-booking-step-header span {
	align-items: center;
	background: #111111;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-weight: 700;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.gs-booking-step-header h2 {
	font-size: 20px;
	line-height: 1.25;
	margin: 0;
}

.gs-booking-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gs-booking-grid label {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.gs-booking-grid label span {
	font-weight: 700;
}

.gs-booking-grid input,
.gs-booking-grid select,
.gs-booking-grid textarea {
	border: 1px solid #d7d0c3;
	border-radius: 6px;
	box-sizing: border-box;
	min-height: 42px;
	padding: 9px 10px;
	width: 100%;
}

.gs-booking-grid textarea {
	min-height: 110px;
}

.gs-booking-grid small {
	color: #555555;
}

.gs-booking-field-checkbox,
.gs-booking-field-consent {
	justify-content: flex-start;
}

.gs-booking-field-checkbox input,
.gs-booking-field-consent input {
	min-height: auto;
	width: auto;
}

.gs-booking-options {
	display: grid;
	gap: 8px;
}

.gs-booking-options label {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.gs-booking-options input {
	min-height: auto;
	width: auto;
}

.gs-booking-summary {
	background: #f8f6f0;
	border: 1px solid #e4ded2;
	border-radius: 8px;
	padding: 14px;
}

.gs-booking-summary ul {
	margin: 0;
	padding-left: 18px;
}

.gs-booking-submit {
	background: #111111;
	border: 1px solid #111111;
	border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	min-height: 44px;
	padding: 10px 16px;
}

.gs-booking-submit:hover,
.gs-booking-submit:focus {
	background: #c9a45c;
	border-color: #c9a45c;
	color: #111111;
}

.gs-booking-honeypot {
	height: 0;
	left: -9999px;
	overflow: hidden;
	position: absolute;
}

@media (max-width: 640px) {
	.gs-booking-widget {
		padding: 16px;
	}

	.gs-booking-grid {
		grid-template-columns: 1fr;
	}
}

/* Optional catalogue selector in the public booking tunnel. */
.gs-booking-service-field {
	margin: 0 0 22px;
	padding: 18px;
	border: 1px solid #dcc99d;
	border-radius: 12px;
	background: #fffdf8;
}

.gs-booking-service-field > label > span {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}

.gs-booking-service-field select {
	width: 100%;
}

.gs-booking-service-summary {
	margin-top: 12px;
	padding: 10px 12px;
	border-left: 3px solid #c9a45c;
	background: #fff;
}

.gs-booking-service-note {
	margin: 10px 0 0;
	font-size: 12px;
	color: #5f5f5f;
}
