.service-arena-interface {
	min-height: 300px;
	font-size: 14px;
	container-type: inline-size;
	container-name: sai;
	box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.service-arena-interface,
.service-arena-popups,
.booking-tool-infobox-content,
.sai-tooltip-wrapper {
	--sai-bg: #fff;
	--sai-bg-alt: #F3F4F6; /* grey */
	--sai-bg-highlight: #CEAB52; /* gold */
	
	--sai-font-colour: #1D2026;
	--sai-font-colour-soft: #8E8F92; /* grey */

	--sai-border-radius: 12px;

	--sai-input-border: 1px #CFD1D6 solid;
	--sai-input-bg: var(--sai-bg-alt);
	--sai-input-border-radius: 10px;
	--sai-item-gap: 12px;
	--sai-item-group-gap: 24px;
	--sai-infobox-bg: #f6f7f9;
}

@container sai (width >= 600px)
{
	.service-arena-interface *,
	.service-arena-popups * {
		--sai-item-gap: 79px;
	}
}


.service-arena-interface a,
.service-arena-popups a {
	color: var(--sai-font-colour) !important;
	transition: color 100ms ease-out 0ms !important;
}
.service-arena-interface a.sai-soft {
	color: var(--sai-font-colour-soft);
}
.service-arena-interface a[data-action="pw-reset"] { white-space:nowrap; }

.service-arena-interface a:hover,
.service-arena-interface a:focus,
.service-arena-popups a:hover,
.service-arena-popups a:focus {
	color: var(--sai-bg-highlight) !important;
}

.service-arena-interface form p,
.service-arena-popups form p {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	font-weight: normal;
	color: var(--sai-font-colour) !important;
	margin-top: var(--sai-input-margin);
	margin-bottom: 10px;
	font-size: inherit !important;
	line-height: inherit !important;
	letter-spacing: inherit !important;
}

.service-arena-popups form p,
.service-arena-popups form p * {
	color: var(--sai-bg) !important;
}

.sai-input-group-margin-bottom {
	margin-bottom: var(--sai-item-group-gap) !important;
}

.booking-tool-interface .wpb_raw_code { z-index:2; }
.booking-tool-interface .booking-tool-infobox-content { z-index:1; }

.booking-tool-infobox-content {
	padding: var(--sai-item-group-gap);
	padding-top: calc( 20px + var(--sai-item-group-gap) );
	margin-top: -20px !important;
	background-color: var(--sai-infobox-bg);
	border-radius: 0 0 var(--sai-border-radius) var(--sai-border-radius);
	min-height: 166px;
}

.booking-tool-infobox-content,
.booking-tool-infobox-content *,
.service-arena-popups,
.service-arena-popups *,
.sai-tooltip-wrapper,
.sai-tooltip-wrapper * {
	font-size: 16px;
	line-height: 1.2;
	color: var(--sai-font-colour);
}

.booking-tool-infobox-content.sai-no-selection {
	background-color: transparent;
}

.booking-tool-infobox-content.sai-no-selection,
.booking-tool-infobox-content.sai-no-selection * {
	color: var(--sai-bg);
}

.service-arena-interface form p,
.service-arena-popups form p {
	font-size: 14px;
	line-height: 1.2;
}

.service-arena-agb,
.service-arena-agb * {
	font-size: 14px !important;
	line-height: 1.2;
}

.service-arena-interface label span,
.service-arena-popups label span {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.service-arena-interface label,
.service-arena-popups label {
	position: relative;
	float: left;
	clear: both;
	font-size: 13px !important;
	line-height: 1.23 !important;
	font-weight: 700 !important;
	font-family: 'Rogan-SemiBold';
	margin-bottom: 0;
	display: flex;
	gap: 12px;
	align-items: first baseline;
}

.service-arena-interface label.sai-icon-label {
	display: flex;
	align-items: center;
	gap: 7px;
}

.service-arena-interface label svg,
.service-arena-popups label svg {
	width: 31px !important;
	height: auto !important;
	display: none;
}

.service-arena-interface h3,
.service-arena-popups h3 {
	font-size: 21px !important;
	font-weight: 800 !important;
	letter-spacing: 0.17px;
}



@container sai (width >= 600px)
{

	.service-arena-interface *,
	.service-arena-popups * {
		font-size: 16px;
		line-height: 1.25;
	}

	.service-arena-interface label,
	.service-arena-popups label {
		font-size: 18px !important;
		line-height: 1.33 !important;
	}

	.service-arena-interface label svg,
	.service-arena-popups label svg { 
		display: block;
	}

	.service-arena-interface h3,
	.service-arena-popups h3 {
		font-size: 32px !important;
	}
}

.service-arena-interface,
.service-arena-dialogs,
.service-arena-interface-dialog {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	color: var(--sai-font-colour);
}

.service-arena-interface {
	display: flex;
	justify-content: space-between;
	background-color: var(--sai-bg);
	border-radius: var(--sai-border-radius);
}

.service-arena-interface-dialog {
	padding: 12px;
	display: none;
}

@media(min-width: 385px)
{
	.service-arena-interface-dialog {
		padding: 24px;
	}
}

.service-arena-interface-dialog,
.service-arena-step {
	min-height: 100%;
	height: auto;
}

.service-arena-interface-dialog.active {
	display: flex;
	align-items: stretch;
}



/* tabs */
.service-arena-interface-nav {
	position: relative;
	float: left;
	overflow: hidden;
	width: 60px;
	flex-shrink: 0;
}


.service-arena-interface-nav ul {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	padding: 0 !important;
}
/*
.service-arena-interface-nav::before {
	content:'';
	position: absolute;
	top: -100px;
	left: 0;
	right: -100px;
	bottom: -100px;
	box-shadow: inset 5px 0 10px rgba(0,0,0,0.5);
	pointer-events: none;
}
*/

.service-arena-interface-nav li.service-arena-tab {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	z-index: 1;
}
.service-arena-interface-nav li.service-arena-tab.active { z-index: 3; }

.service-arena-interface-nav ul,
.service-arena-interface-nav ul li {
	list-style: none;
	list-style-image: none;
	margin: 0 !important;
}

.service-arena-interface-nav li.service-arena-tab a {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	transition: background-color 200ms ease-out 0ms;
}

@container sai (width >= 600px)
{
	.service-arena-interface-nav {
		width: 100px;
	}
	.service-arena-interface-nav li.service-arena-tab a {
		padding: 20px 0;
	}
}

.service-arena-interface-nav li.service-arena-tab a svg {
	width: 50% !important;
	height: auto !important;
}


.service-arena-interface-nav li.service-arena-tab::before,
.service-arena-interface-nav li.service-arena-tab::after {
	content:'';
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	opacity: 0;
	transition: opacity 200ms ease-out 0ms;
	pointer-events: none;
	z-index: 1;
}

.service-arena-interface-nav li.service-arena-tab::before {
	box-shadow: 0 -2px 7px rgba(0,0,0,0.3);
	top: 2px;
}
.service-arena-interface-nav li.service-arena-tab::after { 
	box-shadow: 0 2px 7px rgba(0,0,0,0.3);
	bottom: 2px;
}


.service-arena-interface-nav li.service-arena-tab.active a {
	background-color: var(--sai-bg);
}

.service-arena-interface-nav li.service-arena-tab.active::before,
.service-arena-interface-nav li.service-arena-tab.active::after {
	opacity: 1;
}

.service-arena-interface-nav li.service-arena-tab a > svg *.hover-fill { 					fill: var(--sai-font-colour) !important; }
.service-arena-interface-nav li.service-arena-tab a > svg *.hover-stroke { 				stroke: var(--sai-font-colour) !important; }

.service-arena-interface-nav li.service-arena-tab.active a > svg *.hover-fill {		fill: var(--sai-font-colour) !important; }
.service-arena-interface-nav li.service-arena-tab.active a > svg *.hover-stroke {	stroke: var(--sai-font-colour) !important; }

@media(hover:hover)
{
	.service-arena-interface-nav li.service-arena-tab a:hover {
		background-color: var(--sai-bg);
	}
	.service-arena-interface-nav li.service-arena-tab:hover { z-index: 5; }

	.service-arena-interface-nav li.service-arena-tab a:hover > svg *.hover-fill {		fill: var(--sai-font-colour) !important; }
	.service-arena-interface-nav li.service-arena-tab a:hover > svg *.hover-stroke {	stroke: var(--sai-font-colour) !important; }
}

.service-arena-interface-nav {
	background-color: var(--sai-bg-alt);
}

/* step nav (1234) */
.service-arena-interface-step-nav {
	display: flex;
	gap: 6px;
}

.service-arena-interface-step-nav a {
	color: var(--sai-font-colour) !important;
	position: relative;
	float: left;
	width: 24px;
	height: 24px;
	line-height: 1;
	background-color: var(--sai-bg-alt);
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px !important;
	font-weight: 800 !important;
	font-family: 'Rogan-ExtraBold', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	cursor: default;
	pointer-events: none;
}

.service-arena-interface-step-nav a.prev {
	background-color: var(--sai-font-colour);
	color: var(--sai-bg) !important;
	cursor: pointer;
	pointer-events: all;
}

.service-arena-interface-step-nav a.active {
	color: var(--sai-font-colour) !important;
	background-color: var(--sai-bg-highlight);
	font-weight: bold;
}




/* steps / forms */
.service-arena-interface-top,
.service-arena-step,
.service-arena-sub-step,
.service-arena-step form,
.service-arena-form-wrapper,
.service-arena-min-date-response,
.service-arena-form-wrapper-flex {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

.service-arena-form-spacer-line {
	margin: 0 4.5px;
	width: 1px;
	height: auto;
	flex-shrink: 0;
	align-self: stretch;
}

.sai-flex-wrap {
	flex-wrap: wrap;
}

.sai-flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}



@container sai (width >= 600px)
{
	.service-arena-form-spacer-line {
		margin: 0 31px;
		border-right: 1px dashed var(--sai-font-colour);
	}
}

.service-arena-min-date-response {
	display: none;
	color: var(--sai-font-colour);
}

.service-arena-step,
.service-arena-sub-step {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
	height: auto;
}

.service-arena-step > form,
.service-arena-sub-step > form {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.service-arena-step.active,
.service-arena-sub-step.active {
	display: flex;
}

.service-arena-form-wrapper:not(:last-of-type),
.service-arena-form-wrapper-flex:not(:last-of-type) { margin-bottom: var(--sai-item-gap); }

.service-arena-interface-top,
.service-arena-form-wrapper-flex {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 5px;
}

.service-arena-form-wrapper-flex.sai-y-center {
	align-items: center;
}

@container sai (width < 600px)
{
	.service-arena-form-wrapper-flex.sai-mobile-wrap {
		flex-direction: column;	
	}
	.service-arena-form-wrapper-flex.sai-mobile-wrap > * { width: 100%; }
}


.service-arena-interface-top {
	justify-content: space-between;
	margin-bottom: 10px;
}

.service-arena-form-wrapper-30,
.service-arena-form-wrapper-33,
.service-arena-form-wrapper-40,
.service-arena-form-wrapper-50,
.service-arena-form-wrapper-60,
.service-arena-form-wrapper-70 {
	position: relative;
	float: left;
}
/*
.service-arena-form-wrapper-30 { width:29%; }
.service-arena-form-wrapper-33 { width:32.333333%; }
.service-arena-form-wrapper-40 { width:39%; }
.service-arena-form-wrapper-50 { width:49%; }
.service-arena-form-wrapper-60 { width:59%; }
.service-arena-form-wrapper-70 { width:69%; }
*/
.service-arena-form-wrapper-30 { flex:30; }
.service-arena-form-wrapper-33 { flex:33.333333; }
.service-arena-form-wrapper-40 { flex:40; }
.service-arena-form-wrapper-50 { flex:50; }
.service-arena-form-wrapper-60 { flex:60; }
.service-arena-form-wrapper-70 { flex:70; }

.sai-login-guest-wrapper {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}

.service-arena-step h3 {
	margin: 0 !important;
 	color: var(--sai-font-colour) !important;
}

.service-arena-popups h3 {
	color: var(--sai-bg) !important;
	margin-bottom: var(--sai-item-group-gap);
}


.service-arena-step button:not(.ms-choice),
.service-arena-popup button:not(.ms-choice) {
	position: relative;
	float: left;
	white-space: normal;
}
.service-arena-step button[type="submit"],
.service-arena-popup button:not(.ms-choice) {
	float: right;
	white-space: normal;
}

/* block forms */
form.service-arena-form-blocked {
	filter: blur(5px);
	opacity: 0.8;
	pointer-events: none !important;
}

form.service-arena-form-blocked button[type="submit"] {
	visibility: hidden !important;
}


/* popups */
html.sai-popup-open,
html.sai-popup-open body {
	overflow: hidden !important;
}

.service-arena-popups {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	background-color: var(--sai-font-colour);
	background-attachment: fixed;
	z-index: 5000;
	padding: 100px 20px 20px;
	overflow-x: hidden;
	overflow-y: auto;
}

.service-arena-popups label { color:#fff; }
.service-arena-popups h3 { text-align: center; }

.service-arena-popup-footer {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}

.service-arena-popup-footer img,
.service-arena-popup-footer a {
	color: #fff;
	text-decoration: none;
	max-width: 200px;
	position: relative;
	float: none;
	clear: both;
	display: block;
	margin: 20px auto 40px;
}

.service-arena-popup-footer img {
	margin-top: 50px;
}

.service-arena-popup {
	position: relative;
	clear: both;
	float: none;
	margin: 0 auto;
	width: 800px;
	max-width: 100%;
}

.service-arena-popup-x {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	transition: opacity 200ms ease-out 0ms;
}

@media(hover:hover){
	.service-arena-popup-x:hover {
		opacity: 0.7;
	}
}

/* form elements */

.service-arena-form {
	--sai-input-margin: 6px;
}

.service-arena-form input,
.service-arena-form select,
.service-arena-form textarea {
	position: relative;
	float: left;
	width: 100%;
	border: var(--sai-input-border) !important;
	background-color: var(--sai-input-bg);
	border-radius: var(--sai-input-border-radius) !important;
	color: var(--sai-font-colour) !important;
	letter-spacing: 0.09px !important;
	font-family: 'Rogan-ExtraBold';
	font-weight: 800px;
	font-size: 14px;
	line-height: 1.14;
	padding: 16px 8px;
	margin-top: var(--sai-input-margin);
}

.service-arena-form input::placeholder {
	color: var(--sai-font-colour-soft);
}

.service-arena-form input:focus,
.service-arena-form select:focus,
.service-arena-form textarea:focus {
	border-color: var(--sai-bg-highlight) !important;
	outline: 2px var(--sai-bg-highlight) solid !important;
}

@container sai (width >= 600px)
{
	.service-arena-form {
		--sai-input-margin: 12px;
	}
	.service-arena-form input,
	.service-arena-form select,
	.service-arena-form textarea {
		font-size: 20px;
		line-height: 1.2;
	}
}

@media(min-width: 600px)
{
	.service-arena-popup .service-arena-form input,
	.service-arena-popup .service-arena-form select,
	.service-arena-popup .service-arena-form textarea {
		font-size: 20px;
		line-height: 1.2;
	}
}

.service-arena-form input.error,
.service-arena-form select.error,
.service-arena-form textarea.error {
	color: #fff !important;
	background-color: red !important;
}

.service-arena-form-wrapper-small {
	position: relative;
	float: left;
	padding-right: 10px;
}

.service-arena-form-wrapper-small,
.service-arena-popup input[name="billing_postcode"] {
	width: 141px;
	margin-right: 9px;
}

.service-arena-popup button:not(.ms-choice),
.service-arena-interface button:not(.ms-choice) {
	background-color: var(--sai-font-colour) !important;
	color: var(--sai-bg);
	text-transform: uppercase;
	font-family: 'Rogan-ExtraBold';
	font-weight: 800 !important;
	letter-spacing: 0.08px !important;
	font-size: 18px !important;
	padding: 10px 15px !important;
	transition: all 200ms ease-out 0ms;
	border-radius: var(--sai-input-border-radius) !important;
}

.service-arena-popup button:not(.ms-choice) {
	border: 2px var(--sai-bg-highlight) solid;
}

.service-arena-popup button:not(.ms-choice):focus,
.service-arena-interface button:not(.ms-choice):focus {
	background-color: var(--sai-bg-highlight) !important;
	color:var(--sai-font-colour) !important;
}

@media(hover:hover){
	.service-arena-popup button:not(.ms-choice):hover,
	.service-arena-interface button:not(.ms-choice):hover {
		background-color: var(--sai-bg-highlight) !important;
		color:var(--sai-font-colour) !important;
	}
}


/* checkbox/radio */

.service-arena-cb-wrap {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

.service-arena-cb-wrap label {
	font-family: 'Rogan-Regular';
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
	letter-spacing: 0.08px !important;
}

.service-arena-form input[type="radio"],
.service-arena-form input[type="checkbox"] {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	width: auto;
}

.service-arena-cb-wrap img.sa-cb-icon {
	position: relative;
	float: left;
	padding-right: 0;
	margin-top: -1px;
}

.service-arena-form input[type="radio"] + label,
.service-arena-form input[type="checkbox"] + label {
	position: relative;
	float: left;
	padding-left: 30px;
	margin: 0 0 7px 0;
}

.service-arena-form input[name="date_dropoff"],
.service-arena-form input[name="date_pickup"],
.service-arena-form input[name="time_dropoff"],
.service-arena-form input[name="time_pickup"] {
	-webkit-appearance: none;
}

.service-arena-picker {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

.service-arena-datepicker,
.service-arena-timepicker {
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY( calc(-50% + (var(--sai-input-margin) * .5)) );
	width: 50px;
	height: calc(100% - var(--sai-input-margin) - 2px);
	background-color: var(--sai-input-bg);
	border-radius: var(--sai-input-border-radius);
	pointer-events: none;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto 60%;
}


.service-arena-datepicker/*,
.service-arena-form input[name="date_dropoff"],
.service-arena-form input[name="date_pickup"]*/ {
	background-image: url(../icons/calendar.svg);
}

.service-arena-timepicker/*,
.service-arena-form input[name="time_dropoff"],
.service-arena-form input[name="time_pickup"]*/ {
	background-image: url(../icons/clock.svg);
}

.service-arena-form input[type="date"] {
	-moz-appearance: textfield;
	appearance: textfield;
}

.service-arena-form input[name="date_dropoff"]::-webkit-calendar-picker-indicator,
.service-arena-form input[name="date_pickup"]::-webkit-calendar-picker-indicator,
.service-arena-form input[name="time_dropoff"]::-webkit-calendar-picker-indicator,
.service-arena-form input[name="time_pickup"]::-webkit-calendar-picker-indicator {
	/*
	width: 50px;
	height: 100%;
	margin-right: 0;
	*/
	position: absolute;
	left: -20000px;
	opacity: 0;
	-webkit-appearance:none;
	display: none;
}


/* Safari 7.1+ hack */
/* fuck safari
_::-webkit-full-page-media, _:future, :root .service-arena-form input[type='date']:empty:before,
_::-webkit-full-page-media, _:future, :root .service-arena-form input[type='time']:empty:before {
  color: #aaa;
  content: attr(placeholder);
}
*/

/* Safari 10.1+ hack */
/*
@media not all and (min-resolution:.001dpcm)
{ 
	@supports (-webkit-appearance:none) {
		.service-arena-form input[type='date']:empty:before,
		.service-arena-form input[type='time']:empty:before {
		  color: #aaa;
		  content: attr(placeholder);
		}
	}
}
*/



.service-arena-form input[type="radio"] + label::before,
.service-arena-form input[type="checkbox"] + label::before,
.service-arena-form input[type="radio"] + label::after,
.service-arena-form input[type="checkbox"] + label::after,
.service-arena-form input[type="checkbox"] + span::before,
.service-arena-form input[type="checkbox"] + span::after {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;	
  pointer-events: none;
  border: var(--sai-input-border);
  border-radius: 6px;
}

.service-arena-form input[type="checkbox"] + span::before,
.service-arena-form input[type="checkbox"] + span::after {
	left: auto;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.service-arena-form input[type="radio"] + label::before,
.service-arena-form input[type="checkbox"] + label::before,
.service-arena-form input[type="checkbox"] + span::before {
	background-color: var(--sai-input-bg);
  z-index: 1;
}

.service-arena-form input[type="checkbox"] + span::before {
	border: 1px #005EBC solid !important;
	background-color: transparent;
}

.service-arena-form input[type="radio"] + label::after,
.service-arena-form input[type="checkbox"] + label::after,
.service-arena-form input[type="checkbox"] + span::after {
	content: '';
	z-index: 2;
	display: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.41 10.12' width='13.41' height='10.12'%3E%3Cpolygon points='4.71 10.12 0 5.41 1.41 4 4.71 7.29 12 0 13.41 1.41 4.71 10.12' style='fill:%23fff;'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 55% auto;
	background-color: var(--sai-bg-highlight);
}

.service-arena-form input[type="radio"]:checked + label::after,
.service-arena-form input[type="checkbox"]:checked + label::after,
.service-arena-form input[type="checkbox"]:checked + span::after {
	display: block;
}


/* dropdown */

.service-arena-form .ms-parent {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin-top: var(--sai-input-margin);
}

.service-arena-form .ms-choice {
	color: var(--sai-font-colour);
	background-color: var(--sai-input-bg);
	font-weight: normal;
	border: var(--sai-input-border);
	border-radius: var(--sai-input-border-radius);
	line-height: 40px;
	height: 40px;
	z-index: 200;
}

.service-arena-form .ms-choice span {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.service-arena-form .ms-drop {
	border: var(--sai-input-border);
	box-shadow: 0 5px 10px rgba(0,0,0,0.4);
	border-radius: 0 0 var(--sai-input-border-radius) var(--sai-input-border-radius);
	z-index: 100;
}
.service-arena-form .ms-drop ul,
.service-arena-form .ms-drop ul li {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 !important;
	max-height: none !important;
	clear:both;
	list-style-image: none;
	list-style-image: none;
	z-index: 100;
	overflow: visible;
}

.service-arena-form .ms-drop ul li {
	padding:0 !important;
}

.service-arena-form .ms-drop ul > li label {
	position: relative;
	float: left;
	width: 100%;
	color: var(--sai-font-colour);
	z-index: 200;
	background-color: var(--sai-input-bg);
	padding: 7px 40px 7px 7px;
	transition: background-color 200ms ease-out 0ms;
	white-space: normal;
}
.service-arena-form .ms-drop ul li.hide-radio label {
	padding-right: 7px;
}

.service-arena-form .ms-drop ul > li.selected label,
.service-arena-form .ms-drop ul > li:focus label,
.service-arena-form .ms-drop ul > li:hover label {
	background-color: var(--sai-bg-highlight);
}
/*
.service-arena-form .ms-drop ul > li::before {
	content:'';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 20px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.7);
	z-index: 100;
	pointer-events: none;
}
*/
.service-arena-form .ms-choice > div.icon-caret {
	border: none;
	width: 10px;
	height: 10px;
	right: 10px;
	background-image:url("data:image/svg+xml;utf8,%3Csvg width='6' height='4' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 3.692'%3E%3Cpath d='M2.966,3.678.015.667a.056.056,0,0,1,0-.076L.581.015a.047.047,0,0,1,.069,0L2.966,2.378a.048.048,0,0,0,.068,0L5.35.015a.047.047,0,0,1,.069,0l.566.576a.056.056,0,0,1,0,.076L3.034,3.678a.048.048,0,0,1-.068,0' fill='%231D2026' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.service-arena-form .ms-choice > div.icon-caret.open {
	background-image:url("data:image/svg+xml;utf8,%3Csvg width='6' height='4' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 3.692'%3E%3Cpath d='M3.034.015l2.951,3.01a.056.056,0,0,1,0,.076l-.566.577a.049.049,0,0,1-.069,0L3.034,1.315a.047.047,0,0,0-.069,0L.649,3.678a.048.048,0,0,1-.068,0L.015,3.1a.056.056,0,0,1,0-.076L2.965.015a.047.047,0,0,1,.069,0' transform='translate(0 0)' fill='%231D2026' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.coupon-feedback {
	margin-top: 10px;
	color: #f49e00 !important;
}


/* spinner */
.service-arena-spinner {
	position: absolute;
	z-index: 10;
	border-radius: 50%;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  margin-left: -2rem;
	top: 50%;
	left: 50%;
	text-indent: -9999em;
  border-top: 0.2rem solid rgba(255,255,255, 0.2);
  border-right: 0.2rem solid rgba(255,255,255, 0.2);
  border-bottom: 0.2rem solid rgba(255,255,255, 0.2);
  border-left: 0.2rem solid rgba(255,255,255, 1.0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: service-arena-spinner-rotation 1.1s infinite linear;
  animation: service-arena-spinner-rotation 1.1s infinite linear;
}

.service-arena-spinner.service-arena-spinner-blue {
	width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  margin-left: -1rem;
	border-top: 0.2rem solid rgba(206, 171, 82, 0.2);
  border-right: 0.2rem solid rgba(206, 171, 82, 0.2);
  border-bottom: 0.2rem solid rgba(206, 171, 82, 0.2);
  border-left: 0.2rem solid rgba(206, 171, 82, 1.0);
}


@-webkit-keyframes service-arena-spinner-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes service-arena-spinner-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* adjustments dez. 25 */
.service-arena-interface-header,
.service-arena-interface-title {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	display: flex;
	gap: 20px 24px;
	align-items: first baseline;
}

.service-arena-interface-header {
	flex-direction: column-reverse;
	margin-bottom: 15px;
}

.service-arena-interface-title {
	align-items: center;
}

.service-arena-interface-title a {
	display: flex;
	gap: 6px;
	font-size: 16px !important;
	color: var(--sai-font-colour-soft);
}

.service-arena-interface-title a:hover svg path,
.service-arena-interface-title a:focus svg path {
	stroke: var(--sai-bg-highlight) !important;
}

.service-arena-interface-title a svg {
	transition: stroke 100ms ease-out 0ms;
}

.service-arena-interface-title a svg {
	width: 18px !important;
	height: 18px !important;
}

.service-arena-interface-title a span { display: none; }

@container sai (width >= 720px)
{
	.service-arena-interface-header,
	.service-arena-interface-title {
		align-items: baseline;
	}
	.service-arena-interface-step-nav {
		transform: translateY(-.2em);
	}

	.service-arena-interface-header {
		flex-direction: row;
		margin-bottom: 36px;
	}
	.service-arena-interface-title a span { display: block; }
}

.sai-summary {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	gap: 24px;
	min-height: calc( 166px - (var(--sai-item-group-gap) * 2) - 20px);
}

.sai-summary h4 {
	margin: 0 !important;
	font-size: 24px !important;
	line-height: 1.33;
	letter-spacing: 0.17px;
	white-space: nowrap;
}

.sai-summary div[data-index="0"],
.sai-summary div[data-index="2"] { flex: 1; }
.sai-summary div[data-index="1"] { flex: 3; }
.booking-tool-infobox-content[data-item-count="2"] .sai-summary div[data-index="1"] { flex: 4; }

.sai-summary .sai-summary-spacer {
	width: 1px;
	flex-shrink: 0;
	border-right: 1px dashed var(--sai-font-colour);
}

.sai-tooltip::before {
	content:'\24D8';
	cursor: help;
}

.sai-tooltip-wrapper {
	border-radius: var(--sai-border-radius);
	background-color: var(--sai-font-colour) !important;
	padding: 10px 15px !important;
}
.sai-tooltip-wrapper,
.sai-tooltip-wrapper * {
	color: var(--sai-bg) !important;
}

@media(min-width:596px)
{
	.booking-tool-wrapper.row-container {
		margin-bottom: -108px;
	}
}

@media(min-width:959px)
{
	.booking-tool-wrapper.row-container {
		margin-bottom: -180px;
	}
}

/* 2026 */
/* Kontakt-Button initial versteckt bis neben der Lupe */
#menu-hauptmenu li.menu-item-button { display: none; }

/* neues konto formular verstecken */
#customer_login .u-column2.col-2 { display: none !important; }

/* status spalte verstecken */
.woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__header-order-status,
.woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-status { display: none !important; }