.yag-booking-mode {
	margin: 0 18px 22px;
	padding: 0;
	border: 0;
}

.yag-booking-mode legend {
	margin: 0 0 10px;
	padding: 0;
	color: #071d3a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.yag-mode-options {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	width: 100%;
	border: 2px solid #071d3a;
}

.yag-mode-options label {
	position: relative;
	margin: 0;
	cursor: pointer;
}

.yag-mode-options label + label {
	border-left: 2px solid #071d3a;
}

.yag-mode-options input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.yag-mode-options span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px;
	color: #071d3a;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
}

.yag-mode-options input:checked + span {
	color: #ffffff;
	background: #071d3a;
}

.yag-mode-options input:focus-visible + span {
	outline: 3px solid #ffffff;
	outline-offset: -5px;
}

.yag-recipient-fields[hidden],
.yag-recipient-email-holder[hidden],
.yag-buyer-name-help[hidden],
.yag-open-date-hidden,
.yag-fixed-quantity-hidden,
.yag-gift-option-hidden {
	display: none !important;
}

.yag-recipient-fields .qodef-tour-booking-field-holder {
	margin-right: 18px;
	margin-left: 18px;
}

.yag-recipient-delivery {
	margin: 0 18px 22px;
	padding: 2px 0 14px;
	border-bottom: 2px solid #071d3a;
	color: #071d3a;
}

.yag-recipient-delivery label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	cursor: pointer;
}

.yag-recipient-delivery input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.yag-delivery-check {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-top: 1px;
	border: 2px solid #071d3a;
}

.yag-recipient-delivery input:checked + .yag-delivery-check {
	background: #071d3a;
}

.yag-recipient-delivery input:checked + .yag-delivery-check::after {
	position: absolute;
	top: 2px;
	left: 5px;
	width: 4px;
	height: 8px;
	border: solid #ffe500;
	border-width: 0 2px 2px 0;
	content: '';
	transform: rotate(45deg);
}

.yag-recipient-delivery input:focus-visible + .yag-delivery-check {
	outline: 2px solid #ffffff;
	outline-offset: -4px;
}

.yag-delivery-label {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.yag-recipient-delivery small {
	display: block;
	margin: 7px 0 0 28px;
	font-size: 11px;
	line-height: 1.45;
}

.yag-buyer-name-help {
	margin: 8px 18px 22px;
	color: #071d3a;
	font-size: 11px;
	line-height: 1.45;
}

.yag-gift-note {
	margin: 4px 18px 26px;
	padding: 14px 0;
	border-top: 1px solid rgba(7, 29, 58, 0.45);
	border-bottom: 1px solid rgba(7, 29, 58, 0.45);
	color: #071d3a;
	font-size: 12px;
	line-height: 1.5;
}

.yag-gift-note strong,
.yag-gift-note span {
	display: block;
}

.yag-gift-note strong {
	margin-bottom: 6px;
	font-size: 13px;
}

.yag-certificate-preview {
	display: inline-block;
	margin-top: 10px;
	color: #071d3a;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 2px solid #071d3a;
}

.yag-certificate-preview:hover,
.yag-certificate-preview:focus {
	color: #071d3a;
	border-bottom-color: transparent;
}

.yag-inline-error {
	margin: 0 0 18px;
	padding: 10px 12px;
	color: #ffffff;
	background: #9c1c24;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.yag-checkout-summary {
	margin: 0 0 28px;
	padding: 24px;
	color: #ffffff;
	background: #071d3a;
}

.yag-checkout-eyebrow {
	margin-bottom: 5px;
	color: #ffe500;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.yag-checkout-summary h3 {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.25;
}

.yag-checkout-summary dl {
	margin: 0;
}

.yag-checkout-summary dl div {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 12px;
	padding: 7px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.yag-checkout-summary dt {
	color: #ffe500;
	font-weight: 700;
}

.yag-checkout-summary dd {
	margin: 0;
	overflow-wrap: anywhere;
}

.yag-checkout-summary p {
	margin: 18px 0 0;
	font-size: 13px;
	line-height: 1.55;
}

@media (max-width: 480px) {
	.yag-checkout-summary dl div {
		grid-template-columns: 1fr;
		gap: 2px;
	}
}
