/* Search Override - Legacy rules (mostly handled by search-unified.css now) */

/* Keep hiding the facet label */
.search-view-with-facets #facet_cruise_type_label {
  display: none !important;
}

/* Hotel guide - show the header (don't hide it) */
.view-hotel-guide .view-header {
  display: block !important;
}

.view-hotel-guide .hotel-guide-header {
  margin-bottom: 2rem;
}

.view-hotel-guide .hotel-guide-header__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.view-hotel-guide .hotel-guide-header__subtitle {
  font-size: 1.125rem;
  color: #6b7280;
}
