.nd_travel_elementor_hotels {
  color: var(--nd-travel-hotels-text-color, inherit);
  width: 100%;
}

.nd_travel_elementor_hotels *,
.nd_travel_elementor_hotels *::before,
.nd_travel_elementor_hotels *::after {
  box-sizing: border-box;
}

.nd_travel_elementor_hotels .nd_travel_hotels_table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.nd_travel_elementor_hotels .nd_travel_hotels_table th,
.nd_travel_elementor_hotels .nd_travel_hotels_table td {
  border: 1px solid var(--nd-travel-hotels-border-color, #E4E4E4);
  line-height: 1.7;
  overflow-wrap: anywhere;
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
}

.nd_travel_elementor_hotels .nd_travel_hotels_table thead th {
  background-color: var(--nd-travel-hotels-header-background-color, transparent);
  color: var(--nd-travel-hotels-header-text-color, inherit);
  font-weight: 700;
}

.nd_travel_elementor_hotels .nd_travel_hotels_city_header,
.nd_travel_elementor_hotels .nd_travel_hotels_city_cell {
  width: 22%;
}

.nd_travel_elementor_hotels .nd_travel_hotels_city_cell {
  font-weight: 700;
}

.nd_travel_elementor_hotels .nd_travel_hotels_hotel {
  display: block;
}

.nd_travel_elementor_hotels .nd_travel_hotels_cards {
  display: none;
}

.nd_travel_elementor_hotels .nd_travel_hotels_card {
  border: 1px solid var(--nd-travel-hotels-border-color, #E4E4E4);
}

.nd_travel_elementor_hotels .nd_travel_hotels_card_city {
  background-color: var(--nd-travel-hotels-header-background-color, transparent);
  border-bottom: 1px solid var(--nd-travel-hotels-border-color, #E4E4E4);
  color: var(--nd-travel-hotels-header-text-color, inherit);
  font-weight: 700;
  line-height: 1.7;
  padding: 16px 18px;
}

.nd_travel_elementor_hotels .nd_travel_hotels_card_entry {
  border-bottom: 1px solid var(--nd-travel-hotels-border-color, #E4E4E4);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(120px, 34%) 1fr;
  line-height: 1.7;
  padding: 16px 18px;
}

.nd_travel_elementor_hotels .nd_travel_hotels_card_entry:last-child {
  border-bottom: 0;
}

.nd_travel_elementor_hotels .nd_travel_hotels_card_category {
  font-weight: 700;
}

.nd_travel_hotels_empty {
  border: 1px solid #E4E4E4;
  color: #666666;
  padding: 20px;
}
