.cuboid-booking-form {
    max-width: 1120px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
}
.cuboid-booking-inner {
    display: grid;
    grid-template-columns: 1fr 160px;
    gap: 30px;
    padding: 25px 25px 27px 25px;
    align-items: center;
    padding-bottom: 20px !important;
}
.cuboid-booking-field label {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #000000;
    margin-bottom: 4px;
}
.cuboid-booking-input-wrap {
    position: relative;
}
.cuboid-booking-input-wrap input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0 40px 10px 0;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    background: transparent;
}
.cuboid-booking-input-wrap input::placeholder {
    color: #cfcfcf;
    opacity: 1;
}
.cuboid-booking-arrow {
    position: absolute;
    right: 0;
    top: 10px;
    width: 14px;
    height: 14px;
    border-right: 2px solid #9a9a9a;
    border-bottom: 2px solid #9a9a9a;
    transform: rotate(45deg);
}
.cuboid-booking-status {
    display: none !important;
}
.cuboid-booking-button {
    width: 100%;
    border: 0;
    border-radius: 4px;
    background: #f4c457;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    padding: 15px;
    transition: opacity .2s ease;
}
.cuboid-booking-button:hover {
    opacity: .85;
}
.cuboid-booking-guarantee {
    background: #009fda;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px;
    font-size: 16px;
    line-height: 1.2;
}
.cuboid-booking-guarantee img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.cuboid-booking-guarantee strong {
    font-weight: 800;
}
@media (max-width: 768px) {
    .cuboid-booking-inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 32px 24px;
    }
    .cuboid-booking-input-wrap input {
        font-size: 16px;
    }
    .cuboid-booking-button {
        font-size: 16px;
    }
    .cuboid-booking-guarantee {
        font-size: 16px;
        text-align: center;
    }
}
.cuboid-arrow-block {
    text-align: center;
    color: #fff;
    position: relative;
    top: -20px;
}
.cuboid-arrow-title {
    font-family: 'hand of sean';
    margin-bottom: 0 !important;
}
.cuboid-arrow-block img {
    position: relative;
    left: -150px;
    top: 15px;
}
.cuboid-arrow-subtitle {
    font-size: 15px;
    margin-top: 5px;
}
.cuboid-arrow-subtitle a {
    color: #fff;
    font-weight: bold;
}
.cuboid-booking-form.cuboid-mega-menu {
    padding: 0 !important;
    background: #f5f5f5 !important;
    border-radius: 0 !important;
    overflow: visible !important;
}
.cuboid-booking-autocomplete {
    border-radius: 10px !important;
}
.cuboid-booking-form.cuboid-mega-menu .cuboid-booking-inner {
    padding: 0;
    background: #f5f5f5;
    border-radius: 0;
    overflow: visible;
    padding-bottom: 20px !important;
}
.cuboid-booking-form.cuboid-mega-menu .cuboid-booking-inner {
    display: block;
}
.cuboid-booking-form.cuboid-mega-menu .cuboid-booking-field {
    margin-bottom: 20px;
}
body .megamenu > .nav-item-children {
    border-radius: 10px !important;
}

.cuboid-booking-autocomplete gmp-place-autocomplete {
    background-color: #f5f5f5 !important;
    border: none !important;
    height: 36px !important;
}

.cuboid-booking-autocomplete .input-container input {
    color: #000;
}

.cuboid-booking-autocomplete  .input-container {
    background: #F5F5F5;
    height: 33px;
    margin-top: 5px;
}

.cuboid-booking-form .autocomplete-icon {
    display: none;
}