.woocommerce-notices-wrapper {
  display: none;
}

@media (max-width: 480px) {
  .hotelDet {
    max-height: 300px;
  }
}

.woocommerce div.product div.images img {
  object-fit: cover;
  max-height: 500px;
}

.flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
  }
}

.button.book-now-button {
  background-color: #28a745 !important;
  color: #fff !important;
}
.room-action,
.price-per-night {
  text-align: center;
}
/* Health & Safety Styles */
.health-safety .info-category {
  margin-bottom: 25px;
}

.health-safety .info-category:last-child {
  margin-bottom: 0;
}

.health-safety .category-title {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.health-safety .info-category ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.health-safety .info-category ul > li {
  background: #f8f9fa;
  border-radius: 6px;
}

.health-safety .info-category li {
  padding: 12px;
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 30px;
}

.health-safety .info-category li:before {
  content: "✓";
  position: absolute;
  left: 12px;
  color: #27ae60;
  font-weight: bold;
  font-size: 16px;
}

/* Sustainability Styles */
.sustainability .info-category {
  margin-bottom: 25px;
}

.sustainability .info-category:last-child {
  margin-bottom: 0;
}

.sustainability .category-title {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.sustainability .info-category ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sustainability .info-category ul > li {
  background: #f8f9fa;
  border-radius: 6px;
}

.sustainability .info-category li {
  padding: 12px;
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 30px;
}

.sustainability .info-category li:before {
  content: "\1F33F";
  position: absolute;
  left: 8px;
  color: #3498db;
  font-weight: bold;
  font-size: 16px;
}

/* Адаптивность для всех блоков */
@media (max-width: 1200px) {
  .amenity-category ul,
  .health-safety .info-category ul,
  .sustainability .info-category ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .amenity-category ul,
  .health-safety .info-category ul,
  .sustainability .info-category ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .amenity-category ul,
  .health-safety .info-category ul,
  .sustainability .info-category ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .amenity-category ul,
  .health-safety .info-category ul,
  .sustainability .info-category ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .health-safety .category-title,
  .sustainability .category-title {
    font-size: 16px;
  }
}

/* Nearby Places Styles */
.nearby-places {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.nearby-place {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.place-image {
  height: 200px;
  overflow: hidden;
}

.place-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.nearby-place:hover .place-image img {
  transform: scale(1.05);
}

.place-content {
  padding: 20px;
}

.place-name {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.place-type {
  font-size: 14px;
  color: #7f8c8d;
  margin-bottom: 12px;
  font-weight: 500;
}

.place-rating {
  font-size: 14px;
  color: #27ae60;
  font-weight: 600;
  margin-bottom: 10px;
}

.place-travel-time {
  font-size: 14px;
  color: #e74c3c;
  font-weight: 600;
  padding: 6px 12px;
  background: #ffebee;
  border-radius: 20px;
  display: inline-block;
}

/* Адаптивность */
@media (max-width: 992px) {
  .nearby-places {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .place-content {
    padding: 15px;
  }
}

/* Combined Map Styles */
.location-map {
  margin: 30px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.map-container {
  position: relative;
}

.map-container iframe {
  display: block;
  border: none;
}

.map-placeholder {
  background: #f8f9fa;
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  color: #6c757d;
}

/* Адаптивность */
@media (max-width: 768px) {
  .location-map {
    margin: 20px 0;
    border-radius: 8px;
  }
}
