.chio-booking-widget {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2147482000;
    width: 40vw;
    min-width: 360px;
    height: 100vh;
    background: #ffffff;
    border-left: 1px solid #d1d1d6;
    box-shadow: -8px 0 28px rgba(0, 0, 0, 0.18);
}

.chio-booking-widget[hidden] {
    display: none;
}

.chio-booking-widget__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    color: #ffffff;
    font: inherit;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    background: #0d263f;
    border: 0;
    border-radius: 50%;
}

.chio-booking-widget__close:hover {
    background: #142d48;
}

.chio-booking-widget__close:focus-visible {
    outline: 3px solid #e72f44;
    outline-offset: 3px;
}

.chio-booking-widget__frame {
    display: block;
    width: 100%;
    height: 100vh;
    border: 0;
}

@media screen and (max-width: 1023px) {
    .chio-booking-widget {
        width: 80vw;
    }
}

@media screen and (max-width: 767px) {
    .chio-booking-widget {
        width: 100vw;
        min-width: 0;
    }
}
