<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.__gummyVerticalHottels .Hotel {
  margin-top: 0;
}
.__gummyVerticalHottels .Hotel:not(:nth-last-child(1)) {
  margin-bottom: 12px;
}
@media (max-width: 670px) {
  .__gummyVerticalHottels .Hotel {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 671px) and (max-width: 960px) {
  .__gummyVerticalHottels .Hotel {
    width: calc(50% - 12px);
    margin-left: 6px;
    margin-right: 6px;
  }
  .__gummyVerticalHottels .Hotel:not(:nth-last-child(2)) {
    margin-bottom: 12px;
  }
}
@media (min-width: 961px) and (max-width: 1223px) {
  .__gummyVerticalHottels .Hotel {
    width: calc(33.333% - 12px);
    margin-left: 6px;
    margin-right: 6px;
  }
  .__gummyVerticalHottels .Hotel:not(:nth-last-child(2)) {
    margin-bottom: 12px;
  }
  .__gummyVerticalHottels .Hotel:not(:nth-last-child(3)) {
    margin-bottom: 12px;
  }
}
@media (min-width: 1224px) {
  .__gummyVerticalHottels .Hotel {
    /*  and (max-width:1549px) */
    width: calc(25% - 12px);
    margin-left: 6px;
    margin-right: 6px;
  }
  .__gummyVerticalHottels .Hotel:not(:nth-last-child(2)) {
    margin-bottom: 12px;
  }
  .__gummyVerticalHottels .Hotel:not(:nth-last-child(3)) {
    margin-bottom: 12px;
  }
  .__gummyVerticalHottels .Hotel:not(:nth-last-child(4)) {
    margin-bottom: 12px;
  }
}
.__gummyHorisontalHottels .Hotel {
  width: 100%;
}</pre></body></html>