.lifeguard {
	margin-bottom: -4px;
}
.lifeguard img {
	width: 100%;
}

#aresWidget {
	color: #fff;
	padding: 13px var(--space-5) 68px;
	overflow-x: hidden;
	background-image: url(/includes/public/assets/shared/booking-bottom-wave.svg);
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: cover;
	position: relative;
}

#aresWidget:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	background-image: url(/includes/public/assets/shared/booking-brush.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 269px;
}

#aresWidget #aresWrap {
	max-width: 534px;
	margin: 0 auto;
}

#aresWidget #aresContent {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 1px;
	flex-direction: column;
}

#aresWidget #aresHeader {
	flex-basis: 100%;
	font-size: 1.875rem;
	font-family: var(--font-display);
	text-transform: capitalize;
}
#aresWidget #aresTabs {
	display: flex;
	justify-content: flex-start;
	flex-grow: 1;
	margin-bottom: 22px;
	gap: 30px;
}

#aresWidget #aresTabs li {
	position: relative;
}
#aresWidget #aresTabs li + li:after {
	content: '';
	position: absolute;
	left: -17px;
	top: 5px;
	height: 17px;
	width: 1px;
	background: hsl(0deg 0% 100% / 20%);
}
#aresWidget #aresTabs li a {
	color: #fff;
	letter-spacing: 0.03em;
	font-size: 1.125rem;
	font-family: var(--font-body);
	letter-spacing: 0.06em;
}

#aresWidget #aresTabs li a:hover {
	text-decoration: underline;
	font-weight: 600;
}

#aresWidget #hotels ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 5px;
}

#aresWidget #hotels ul .aresLocation {
	display: none;
}

#aresWidget #hotels ul li.aresDates {
	flex-grow: 1;
	flex-basis: calc(50% - 10px);
	text-align: center;
}

#aresWidget #hotels ul li.aresNumbers {
	flex: 1;
	position: relative;
	margin-top: 30px;
}

#aresWidget #hotels ul li.aresDates label {
	display: none;
}

#aresWidget #hotels ul li.aresDates {
	position: relative;
}

#aresWidget #hotels ul li.aresDates input {
	width: 100%;
	height: 45px;
	font-size: var(--text-base);
	font-weight: 600;
	font-family: var(--font-body);
	text-indent: 8px;
	color: #fff;
	background: rgb(255 255 255 / 20%);
	border-radius: 6px;
}
#aresWidget #hotels ul li.aresDates input::-webkit-calendar-picker-indicator {
	display: none;
}
#aresWidget #hotels ul li.aresDates:after {
	content: '';
	position: absolute;
	right: 26px;
	top: 12px;
	color: #fff;
	pointer-events: none;
	background-image: url(/includes/public/assets/shared/calendar-icon.svg);
	height: 19px;
	width: 18px;
}
#aresWidget #hotels ul li label {
	font-size: 0.9375rem;
	font-weight: 600;
	margin-top: -30px;
	display: block;
}

#aresWidget #hotels ul li select {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	height: 45px;
	font-size: var(--text-base);
	font-weight: 600;
	font-family: var(--font-body);
	text-indent: 16px;
	color: #fff;
	background: rgb(255 255 255 / 20%);
	border-radius: 6px;
}

#aresWidget #hotels ul li select option {
	color: var(--dark-blue);
}
#aresWidget #hotels ul li.aresNumbers:after {
	content: '\f0d7';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	display: inline;
	position: absolute;
	right: 11px;
	top: 4px;
	color: #fff;
	font-size: 1.0625rem;
	pointer-events: none;
}

#aresWidget #hotels ul li.bookNowBtn {
	flex-basis: 100%;
	position: relative;
	margin-top: 17px;
}

#aresWidget #hotels ul li.bookNowBtn input {
	background-color: var(--teal);
	font-family: var(--font-body);
	font-size: var(--text-base);
	line-height: var(--leading-none);
	padding: 13px 27px 14px 66px;
	color: #fff;
	border-radius: 2em;
	outline: 1px solid #ffffff7d;
	outline-offset: 6px;
	transition: padding-left 350ms ease-in-out, background-color 350ms ease-in-out;
}

#aresWidget #hotels ul li.bookNowBtn:after {
	content: '';
	position: absolute;
	top: 13px;
	background-image: url(/includes/public/assets/shared/bed.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 16px;
	width: 27px;
	z-index: 1;
	pointer-events: none;
	transform: translateX(-114px);
}
#aresWidget #aresBookTxt {
	display: none;
}

@media (min-width: 40em) {
	#aresWidget {
		padding-top: 0;
		padding-bottom: 100px;
	}

	#aresWidget #hotels ul {
		gap: 20px 20px;
	}

	#aresWidget #hotels ul li.aresNumbers:after {
		right: 14px;
	}

	#aresWidget #aresHeader {
		font-size: 2.5rem;
		margin-left: -4px;
		margin-bottom: 19px;
	}
	#aresWidget #hotels ul li.bookNowBtn {
		padding-left: 10px;
		margin-top: 24px;
	}
	#aresWidget #hotels ul li.bookNowBtn input {
		font-weight: 500;
		font-size: 1.175rem;
		outline-offset: 7px;
		padding-top: 14px;
		padding: 14px 30px 18px 78px;
	}
	#aresWidget #hotels ul li.bookNowBtn:after {
		height: 20px;
		width: 32px;
		top: 15px;
		transform: translateX(-134px);
	}

	@media (hover: hover) {
		#aresWidget:not(.header) #hotels ul li.bookNowBtn input:hover {
			padding-left: 88px;
			background-color: var(--dark-red);
		}
	}
}

@media (min-width: 64em) {
	#aresWidget.panel #aresWrap {
		max-width: 460px;
		margin: 0 auto;
		transform: translateX(7px);
	}
	#aresWidget:before {
		height: 100%;
	}
}

@media (max-width: 370px) {
	#aresWidget #hotels ul li.aresDates:after {
		right: 9px;
	}

	#aresWidget #aresTabs li a {
		font-size: 1.0625rem;
	}
}

/* Interior layout */
#aresWidget.interior {
	background-image: unset;
	background-color: #333f48;
	overflow: hidden;
	padding-top: 28px;
	padding-bottom: 36px;
}
#aresWidget.interior:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -16px;
	pointer-events: none;
	background-image: url(/includes/public/assets/shared/lifeguard-interior.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 184px;
	height: 115px;
	background-position: right;
}

@media (min-width: 64em) {
	#aresWidget.interior:after {
		bottom: -40px;
		width: 327px;
		height: 205px;
	}
	#aresWidget.interior #hotels ul li.bookNowBtn:after {
		left: 0;
		transform: translateX(46px);
	}

	#aresWidget.interior #hotels ul li.aresDates:after {
		right: 23px;
	}
	#aresWidget.interior #hotels ul li.aresDates input {
		text-indent: 17px;
	}
	#aresWidget.interior:before {
		background-image: url(/includes/public/assets/shared/booking-brush-desktop.svg);
	}
}
@media (min-width: 1180px) {
	#aresWidget.interior {
		padding-top: 48px;
		padding-bottom: 63px;
	}
	#aresWidget.interior #aresWrap {
		max-width: 1148px;
		margin: 0;
		margin-right: 131px;
	}
	#aresWidget.interior #hotels ul {
		gap: 7px;
	}
	#aresWidget.interior #hotels ul li.bookNowBtn {
		flex-basis: auto;
		margin-left: 25px;
		margin-top: -4px;
	}
	#aresWidget.interior #hotels ul li.aresDates {
		flex-basis: 52px;
	}
	#aresWidget.interior #hotels ul li.aresNumbers {
		flex-grow: initial;
		flex-basis: 140px;
		margin-top: 7px;
	}

	#aresWidget.interior #aresContent {
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 50px;
	}

	#aresWidget.interior #aresHeader {
		flex-basis: auto;
		font-size: 30px;
		margin-bottom: 14px;
	}
	#aresWidget.interior #hotels {
		flex-basis: 100%;
	}
	#aresWidget.interior #aresTabs {
		margin-top: 6px;
	}
}

@media (min-width: 1400px) {
	#aresWidget.interior #aresWrap {
		max-width: 1148px;
		margin: 0 52px;
	}
}
