@font-face {
  font-family: 'roomview';
  src:  url('fonts/roomview.eot?5n8v5l');
  src:  url('fonts/roomview.eot?5n8v5l#iefix') format('embedded-opentype'),
    url('fonts/roomview.ttf?5n8v5l') format('truetype'),
    url('fonts/roomview.woff?5n8v5l') format('woff'),
    url('fonts/roomview.svg?5n8v5l#roomview') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="roomview-icon-"], [class*=" roomview-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'roomview' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.roomview-icon-zoom-in:before {
  content: "\e987";
}
.roomview-icon-zoom-out:before {
  content: "\e988";
}
.roomview-icon-plus:before {
  content: "\ea0a";
}
.roomview-icon-minus:before {
  content: "\ea0b";
}

@media (max-width: 1200px) {
  .roomview-selection.child {
    flex-wrap: nowrap;
    justify-content: center;
    max-width: calc(100vw - 2rem);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: rgba(255, 255, 255, .55) rgba(255, 255, 255, .16);
    scrollbar-width: thin;
  }

  .roomview-selection.child .roomview-button {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
roomview-view-link {
  font-size: 0;
}

@media (min-width: 992px) {
  roomview-view-link {
    font-size: 1.2rem;
  }
}
.roomview-selection {
  max-width: 100%;
}

@media (min-width: 992px) {
  .roomview-selection {
    max-width: 70%;
  }
}
