.otwb-widget {
    --otwb-font: "Wallop", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --otwb-cream: #f5f0e8;
    --otwb-text: #f5f0e8;
    --otwb-dark: #252525;
    --otwb-muted: #666;
    --otwb-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    position: relative;
    width: 100%;
    font-family: var(--otwb-font);
    color: var(--otwb-text);
}

.otwb-widget,
.otwb-widget * {
    box-sizing: border-box;
}

.otwb-widget button {
    font: inherit;
}

.otwb-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.otwb-modal[hidden] {
    display: none !important;
}

.otwb-modal__panel {
    position: relative;
    width: min(1180px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 20px;
    border-radius: 18px;
    background: var(--otwb-cream);
    box-shadow: var(--otwb-shadow);
}

.otwb-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 9999;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--otwb-dark);
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}

button.otwb-modal__close {
    z-index: 9999;
}

.otwb-modal__close:hover {
    background: rgba(0, 0, 0, 0.08);
}

.otwb-modal__status {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--otwb-dark);
    font-size: 18px;
    font-weight: 700;
}

.otwb-modal__status.otwb-is-hidden {
    display: none;
}

.otwb-booking-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otwb-inline {
    width: 100%;
    margin: 0 auto;
}

.otwb-widget--inline .otwb-modal__status {
    color: var(--otwb-dark);
}

.otwb-booking-container:empty {
    min-height: 0;
}

.otwb-booking-container #bnrBookingMainContainer {
    width: 100% !important;
    max-width: 100%;
}

.otwb-booking-container > div {
    width: 100%;
}

.otwb-widget--inline #bnrBookingFence1,
.otwb-widget--inline #bnrBookingFence2,
.otwb-widget--inline #bnrBookingFence3,
.otwb-widget--inline #bnrBookingFence4,
.otwb-widget--inline #bnrBookingFence5,
.otwb-widget--inline #bnrBookingMainContainer {
    width: 100% !important;
    max-width: 100%;
}

.otwb-widget--inline #bnrBookingMainContainer {
    display: flex !important;
}

.otwb-widget--inline #bnrBookingBookingContainer {
    flex: 0 0 390px;
}

.otwb-widget--inline #bnrBookingMapContainer {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0;
}

body.otwb-modal-open {
    overflow: hidden;
}

@media (max-width: 760px) {
    .otwb-widget--inline #bnrBookingMainContainer {
        flex-direction: column;
    }

    .otwb-widget--inline #bnrBookingBookingContainer,
    .otwb-widget--inline #bnrBookingMapContainer {
        width: 100% !important;
        flex-basis: auto;
    }

    .otwb-widget--inline #bnrBookingMapContainer {
        min-height: 320px;
    }
}

@media (max-width: 560px) {
    .otwb-modal {
        padding: 12px;
    }

    .otwb-modal__panel {
        max-height: calc(100vh - 24px);
        padding: 36px 10px;
        border-radius: 14px;
    }
}
