.dish-reservation-widget iframe {
    overflow: hidden !important;
    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;   /* IE/Edge alt */
}

.dish-reservation-widget iframe::-webkit-scrollbar {
    display: none;              /* Chrome/Safari */
}
.dishreservation-floating-icon {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 2147483647;

    width: 56px;
    height: 56px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: red;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.dishreservation-floating-icon:hover,
.dishreservation-floating-icon:focus {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.dishreservation-floating-icon__img {
    width: 28px;
    height: 28px;
    display: block;
}

.dishreservation-floating-icon__text {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
