.ifwbp-booking-button-wrap {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.ifwbp-booking-button {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.ifwbp-booking-button-wrap {
    margin-top: 15px;
}

.ifwbp-booking-button {
    width: 100%;
    cursor: pointer;
}

.ifwbp-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.ifwbp-popup.is-active {
    display: flex;
}

.ifwbp-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.ifwbp-popup__modal {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 540px;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    color: #111;
    padding: 35px 30px;
    border-radius: 12px;
}

.ifwbp-popup__close {
    position: absolute;
    top: 12px;
    right: 14px;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.ifwbp-popup__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

body.ifwbp-popup-open {
    overflow: hidden;
}
