.booking-wrapper {
    border: 1px solid black;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr;
    background-color: #FCE9E0;
}

.booking-date, #booking-guests-amount {
    font-family: var( --e-global-typography-primary-font-family ),Sans-serif;

    font-size: 36px;
    line-height: 42px;
    font-weight: normal;
    text-align: center;
}

.booking-wrapper > div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    cursor: pointer;
}

.booking-wrapper label {
    display: block;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 14px;
    cursor: pointer;
    text-align: center;
}

#booking-button {
    display: flex;
    font-family: var( --e-global-typography-primary-font-family ),Sans-serif;
    background-color: #247ADB;
    text-decoration: none;
    color: #000;
    align-items: center;
    justify-content: center;
    border-left: 1px solid black;
    font-size: 76px;
    line-height: 82px;

    transition: all .3s;
}

#booking-button:is(:hover, :active) {
    background-color: #000;
    color: #fff;
}

#booking-button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: #247ADB !important;
    color: #000 !important;
}

#booking-datepicker {
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
    border: 0;
    position: relative;
    left: 50px;
    top: -50px;
    visibility: hidden;
}

.booking-guests-popup {
    position: absolute;
    background-color: #fff;
    top: 120px;
    display: none;

    border-radius: 4px;
    z-index: 1000;
}

.booking-guests-popup.show {
    display: block;
    box-shadow: 0 0 25px rgba(0,0,0,.3);
}

.booking-guests-popup > div {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
    font-weight: bold;
    margin: 20px;
}

.booking-guests-popup > div > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.booking-guests-popup a {
    border: 1px solid black;
    border-radius: 50%;
    background-color: #247ADB;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .3s;
    height: 30px;
    width: 30px;
    font-size: 25px;
}

.booking-guests-popup a:is(:hover, :active) {
    background-color: #000;
    color: #fff;
}

.booking-guests-popup .amount {
    text-align: center;
    padding: 0 10px;
    min-width: 42px;
}

@media (max-width: 1024px) {
    .booking-date, #booking-guests-amount {
        font-size: 35px;
        line-height: 42px;
    }

    #booking-button {
        font-size: 62px;
        line-height: 68px;
    }
}

@media (max-width: 991px) {
    .booking-wrapper label {
        font-size: 16px;
        line-height: 20px;
    }

    .booking-wrapper > div {
        padding: 10px 0;
    }

    .booking-date, #booking-guests-amount {
        font-size: 32px;
        line-height: 38px;
    }

    .booking-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    #booking-button {
        grid-area: 3 / 1 / 4 / 3;
        border-left: 0;
        font-size: 50px;
        line-height: 60px;
    }

    .booking-guests-row {
        grid-area: 2 / 1 / 3 / 3;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
}

.booking-picker:hover {
    font-weight: bold;
}


.booking-date-placeholder {
    display: block;
    background-color: #247ADB;
    color: #000;

    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .3s;

    font-size: 20px;
    padding-inline: 10px;
}

.booking-picker:hover .booking-date-placeholder {
    background-color: #000;
    color: #fff;
}

/* CTA */

.villa-cta {
    max-width: 230px;
    position: fixed;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 10000;

    right: 60px;
    top: 160px;

    text-decoration: none;
}

.villa-cta > img {
    position: absolute;
    object-fit: contain;
    z-index: 10001;
}


.villa-cta:is(:hover, :focus) > img {
    filter: invert(28%) sepia(96%) saturate(1094%) hue-rotate(190deg) brightness(95%) contrast(90%);
}


.villa-cta > div {
    z-index: 10002;
    color: #FCE9E0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-weight: 500;
    padding: 0 30px;
    text-align: center;
    display: block;
}

@media (max-width: 991px) {
    .villa-cta {
        display: none;
    }
}

/* CAL */
.eb-availability-form {
    display: none !important;
}

.eb-availability-month-header {
    background: transparent !important;
}

.eb-availability-month-nav {
    height: 50px !important;
}

.elementor-kit-4 h2 {
    font-size: 42px !important;
}

a.eb-availability-month-nav-button, img.eb-availability-month-nav-button, a.eb-availability-month-nav-button:link, a.eb-availability-month-nav-button:hover, a.eb-availability-month-nav-button:visited {
    line-height: 50px !important;
    height: 50px !important;
}

a.eb-cicolors:link,
a.eb-cicolors:visited {
    background-color: #247ADB !important;
}

.eb-oneday.departure-blocked.arrival-free,
.eb-oneday.past,
.eb-oneday.arrival-free.departure-free {
    background-color: #FCE9E0 !important;
}

.eb-oneday.arrival-blocked.departure-blocked,
.eb-oneday.departure-free.arrival-blocked,
.eb-oneday.past {
    background-color: #247ADB !important;
}

.eb-availability-onecat-name h3 {
    padding-left: 10px !important;
    font-size: 20px !important;
}