
.archive-destination-category {
  text-decoration: none;
  text-decoration: none;
  min-width: 130px;
  display: block;
  padding: 5px 0px;
  font-size: 13px;
  color: #4280ff;
  width: 100%;
}
.archive-widget-list-item {
  margin: 0px auto;
  display: inline-block;
  width: 100%;
  padding: 2px 3px;
  list-style: none;
}
.hotel-widget-countries{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  list-style: none;
}
.hotel-widget-badge{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  list-style: none;
}
.dropdown-toggle-button {
  display: none;
}
.arrow.up {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  overflow: clip;
}

@media all and (max-width:1193px) {
  @media all and (max-width:1000px) {
    .hotel-widget-countries{
      display: none;
      grid-template-columns: repeat(4,1fr);
    }
    .hotel-widget-badge{
      display: none;
      grid-template-columns: repeat(4,1fr);
    }
    .dropdown-toggle-button {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px;
    }
    @media all and (max-width:966px) {
      .hotel-widget-countries{
        grid-template-columns: repeat(3,1fr);
      }
      .hotel-widget-badge{
        grid-template-columns: repeat(3,1fr);
      }
      @media all and (max-width:620px) {
        .hotel-widget-countries{
          grid-template-columns: repeat(2,1fr);
        }
        .hotel-widget-badge{
          grid-template-columns: repeat(2,1fr);
        }
      }
    }
  }
}

@media all and (min-width:1001px) {
    .hotel-widget-countries{
      display: grid !important;
    }
    .hotel-widget-badge{
      display: grid !important;
    }
}