#booking-widget-863941 {
--accent-color: #81bc47;
--accent-hover-color: #81bc47;
--main-color:#000000;
--field-color: #000000;
--secondary-color: #81bc47;
--field-bg: rgba(255, 255, 255, 0);
--button-border-color: #81bc47;
--field-border-color: #81bc47;
--button-color: #ffffff;
--border-radius: 20px;
--field-y-padding: 13px;
--field-x-padding: 6px;
}
#booking-widget-863941.is-multi .booking-widget-863941__row
{ max-width: 88em;}
#booking-widget-863941 .booking-widget-863941__row {
max-width: 1400px;
background: #ffffff61;
border-radius: var(--border-radius);
padding: 10px 20px;
column-gap: 27px;
}
#booking-widget-863941 .booking-widget-863941__cell {
padding: 0;
}
#booking-widget-863941 .booking-widget-863941__btn,
#booking-widget-863941 .booking-widget-863941__field-input {
line-height: 18px;
border-radius: var(--border-radius) !important;
}
#booking-widget-863941 .booking-widget-863941__btn {
font-size: 18px;
}
#booking-widget-863941 .booking-widget-863941__field-input {
font-size: 18px;
padding-top: calc(var(--field-y-padding) * 1.8);
padding-bottom: calc(var(--field-y-padding) * 0.2);
padding-right: var(--field-x-padding);
background-image: none;
}
#booking-widget-863941 .booking-widget-863941__field-input.js-booking-widget-863941-datein,
#booking-widget-863941 .booking-widget-863941__field-input.js-booking-widget-863941-dateout {
padding-right: 55px;
background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='%2316243a' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7 18.9c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1Zm-6.6 0c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.5 1-1 1Zm-6.7 0c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1Zm13.3 5.9c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1Zm-6.6 0c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.5 1-1 1Zm-6.7 0c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.6 1c0-.3.2-.5.5-.5s.5.2.5.5v2c2.311.038 4.236.536 5.5 1.8 1.3 1.3 1.9 3 1.9 5.2v14c0 4.8-2.7 7.5-7.5 7.5h-13C4.7 31.5 2 28.8 2 24V10c0-4.634 2.82-6.923 7.5-7V1c0-.3.2-.5.5-.5s.5.2.5.5v1.998h11.1V1Zm0 5c0 .3.2.5.5.5s.5-.2.5-.5V4.002c2.014.037 3.735.533 4.8 1.598C28.5 6.7 29 8 29 10v1.5H3V10c0-4.034 2.42-5.926 6.5-5.998V6c0 .3.2.5.5.5s.5-.2.5-.5V4h11.1v2ZM9.5 30.5C5.2 30.5 3 28.2 3 24V12.5h26V24c0 4.1-2.3 6.5-6.5 6.5h-13Z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 32px 32px;
}
#booking-widget-863941 .booking-widget-863941__field-label {
top: 4px;
left: calc(var(--field-x-padding) + 1px);
right: calc(var(--field-x-padding) + 1px);
font-size: 18px;
line-height: 1;
color: var(--field-color);
}
@media (max-width: 1199.98px) {
#booking-widget-863941 .booking-widget-863941__row {
column-gap: 16px;
}
#booking-widget-863941 .booking-widget-863941__field-input {
font-size: 20px;
}
}
@media (max-width: 991.98px) {
#booking-widget-863941 .booking-widget-863941__row {
display: flex;
flex-direction: column;
row-gap: 15px;
padding: 15px;
}
#booking-widget-863941 .booking-widget-863941__cell {
margin: 0;
}
#booking-widget-863941 .booking-widget-863941__field-input.js-booking-widget-863941-date {
background-position: right 10px center;
}
}