.results-list .result-card:last-child {
  margin-bottom: 30px;
}
.hotel-star-center {
  position: relative;
  display: inline-block;
}
.hotel-star-center .fa-star {
  font-size: 1.3rem;
  color: #F49938;
}
.hotel-star-center .hotel-star-num {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  pointer-events: none;
  text-shadow: 0 1px 2px rgba(0,0,0,0.18);
}
.hotel-stars-group {
  display: flex;
  gap: 16px;
  margin: 0;
}
.hotel-star-btn {
  background: none;
  border: none;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 0;
  font-size: 1.1rem;
  color: #bfc5cb;
  transition: color 0.2s;
}
.hotel-star-btn .hotel-star-icon {
  font-size: 2.1rem;
  margin-bottom: 2px;
}
.hotel-star-btn .hotel-star-num {
  font-size: .65rem;
  font-weight: 500;
}
.hotel-star-btn.selected,
.hotel-star-btn:hover {
  color: #16a34a;
}
.temp-slider-box {
  margin: -3px 0 0 0;
  background: #fff;
  border-radius: 16px;
  padding: 4px 16px 8px 16px;
}
.temp-slider {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-bottom: 12px;
}
.range-slider {
  width: 90%;
  accent-color: #36E43C;
  background: transparent;
  position: absolute;
  pointer-events: all;
}
.temp-values {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.temp-value-input {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 4px 16px;
  font-size: 1rem;
  width: 105px;
  text-align: center;
  outline: none;
}
.temp-value-sep {
  font-size: 1.2rem;
  color: #444;
  font-weight: 500;
}
.sidebar-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 20px 0;
}
.price-slider-box {
  margin: -3px 0 0 0;
  background: #fff;
  border-radius: 16px;
  padding: 4px 16px 8px 16px;
}
.price-slider {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-bottom: 12px;
}
.range-slider {
  width: 90%;
  accent-color: #16a34a;
  background: transparent;
  position: absolute;
  pointer-events: all;
}
.price-values {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.price-value-input {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 4px 16px;
  font-size: 1rem;
  width: 105px;
  text-align: center;
  outline: none;
}
.price-value-sep {
  font-size: 1.2rem;
  color: #444;
  font-weight: 500;
}
.rating-group {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 8px;
}
.rating-btn {
  flex: 1;
  background: #fff;
  border: none;
  outline: none;
  font-size: 1.15rem;
  color: #222;
  padding: 4px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-right: 1px solid #eee;
  transition: background 0.2s, color 0.2s;
}
.rating-btn:last-child {
  border-right: none;
}
.rating-btn.active {
  background: #36E43C;
  color: #fff;
  font-weight: 600;
}
.rating-btn.active .rating-icon {
  color: #fff;
}
.rating-icon {
  color: #36E43C;
  font-size: 1.3rem;
}
.duration-options {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}
.duration-options label {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}
.duration-slider-box {
  margin: -16px 0 0 0;
  background: #fff;
  border-radius: 16px;
  padding: 16px 16px 8px 16px;
}
.duration-slider {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-bottom: 12px;
}
.range-slider {
  width: 90%;
  accent-color: #16a34a;
  background: transparent;
  position: absolute;
  pointer-events: all;
}
.duration-values {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.duration-value-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 3px 15px;
  display: flex;
  align-items: center;
  font-size: 1.15rem;
}
.duration-value-input {
  border: none;
  background: transparent;
  font-size: 1.15rem;
  width: 40px;
  text-align: center;
  outline: none;
}
.duration-value-label {
  margin-left: 6px;
  color: #444;
  font-size: 1rem;
}
.duration-value-sep {
  font-size: 1.2rem;
  color: #444;
  font-weight: 500;
}
.travel-dates-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 12px 0 0 0;
  margin-bottom: 16px;
}
.travel-dates-labels {
  display: flex;
  justify-content: space-between;
  font-size: .75rem;
  color: #444;
  margin: 0 24px 8px 24px;
}
.travel-date-picker {
  border: none;
  background: transparent;
  font-size: .85rem;
  color: #444;
  width: 75%;
  padding: 0 0 0 4px;
  outline: none;
}
.travel-dates-inputs {
  display: flex;
  border-top: 1px solid #eee;
  margin: 0 0 0 0;
}
.travel-date-col {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
  justify-content: center;
  font-size: 1.15rem;
  color: #444;
  border-right: 1px solid #eee;
}
.travel-date-col:last-child {
  border-right: none;
}
.calendar-icon {
  color: #888;
  font-size: 1.3rem;
}
.travel-date-value {
  font-size: 1.15rem;
  color: #444;
}
.sidebar-search {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 0px 16px;
  margin-bottom: 16px;
  font-size: .75rem;
}
.sidebar-search .search-icon {
  color: #888;
  margin-right: 8px;
  font-size: 1.3rem;
}
.sidebar-search .search-input {
  border: none;
  outline: none;
  font-size: 1.1rem;
  flex: 1;
  background: transparent;
}
.sidebar-search .search-clear {
  color: #888;
  margin-left: 8px;
  font-size: 1.3rem;
}
.destination-toggle {
  margin-bottom: 8px;
}
.destination-toggle > label {
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.toggle-icon {
  margin-left: 8px;
  font-size: 1rem;
  color: #888;
}
.destination-nested {
  margin-left: 24px;
  padding-left: 8px;
  border-left: 2px solid #eee;
  margin-top: 4px;
}
.hidden-option {
  display: none;
}
.sidebar-label {
  font-weight: bold;
  font-size: .88rem;
}
.sidebar-options label {
  display: block;
  margin-bottom: 8px;
  font-size: .88rem;
  cursor: pointer;
}
/* Hero banner for last minute deals */
.hero-banner-lastminute {
  position: relative;
  width: 100%;
  min-height: 155px;
  max-height: 155px;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-banner-lastminute .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34,34,34,0.45);
  background-image: none !important;
  z-index: 1;
}
.hero-banner-lastminute .container {
  position: relative;
  z-index: 2;
}
.hero-banner-lastminute .hero-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  margin-bottom: 5px;
}
/* Result card styles */
.result-card {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.result-img {
  max-height: 250px;
  height: inherit;
  object-fit: cover;
  min-height: 205px;
}
.result-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px 0 0 24px;
}
.result-details-row {
  display: flex;
  gap: 32px;
}
.result-details-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.result-location {
  font-size: 1.5rem;
  font-weight: 700;
}
.result-hotel {
  font-size: 1.1rem;
}
.result-stars span {
  color: #f7b500;
  font-size: 1.3rem;
  margin: 8px 0;
}
.result-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.rating-score {
  background: #16a34a;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  padding: 2px 10px;
  font-size: .75rem;
}
.rating-label {
  font-size: .75rem;
}
.result-date {
  font-size: 1rem;
  font-weight: 700;
}
.result-date .fa-plane {
  color: #888;
  margin-right: 6px;
}
.result-departure,
.result-duration {
  font-size: .75rem;
}
.result-divider {
  margin: 2px 0 0 0;
}
.result-more {
  font-weight: 700;
  font-size: 1.1rem;
  display: inline-block;
  margin-top: 8px;
}
.result-provider {
  background: #eaf6e7;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 16px;
  border-radius: 0 16px 16px 0;
}
.provider-logo {
  width: 100px;
  margin-bottom: 12px;
}
.provider-price {
  background: #16a34a;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 16px;
  padding: 18px 32px;
  margin-bottom: 8px;
}
.provider-note {
  font-size: 1rem;
  color: #222;
}
/* lastminutedeals.css - styles for Last Minute Deals page */
.lastminute-cover {
  position: relative;
  width: 100%;
  height: 158px;
  overflow: hidden;
  background: #222;
}
.lastminute-cover img.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lastminute-cover .cover-title {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

/* Info bar styles */
.lastminute-info-bar {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 32px 48px 24px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.25rem;
}
.info-bar-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-bar-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.info-bar-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.info-bar-count {
  font-weight: 500;
  color: #222;
}
/* Bootstrap switch style for toggle */
.info-bar-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
}
.info-bar-toggle .form-check {
  margin-bottom: 0;
}
.info-bar-toggle .form-check-input {
  width: 44px;
  height: 24px;
  border-radius: 12px;
  background-color: #f7b500;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.info-bar-toggle .form-check-input:checked {
  background-color: #36E43C;
}
.toggle-label {
  margin-left: 4px;
  color: #222;
}
.info-bar-share {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px 18px;
  font-size: 1rem;
  color: #222;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.info-bar-share i {
  font-size: 1.1rem;
}
.info-bar-sort {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px 18px;
  font-size: 1rem;
  color: #222;
  display: flex;
  align-items: center;
  gap: 8px;
}
.info-bar-sort strong {
  font-weight: 600;
  margin-right: 4px;
}
.info-bar-sort i {
  font-size: 1rem;
  color: #f7b500;
}
.lastminute-main {
  display: flex;
  gap: 32px;
  padding-top: 32px;
}
.lastminute-sidebar {
  flex: 0 0 auto;
  min-width: 0;
}
.aside-container{
  background: #FFFFFF;
  border-radius: 16px;
  padding: 0 20px 24px 20px;
  min-width: 260px;
  max-width: 320px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.sidebar-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 24px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sidebar-section {
  margin-top: 12px;
}

.sidebar-group {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.trip-type {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.trip-option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: #222;
  cursor: pointer;
}

.search-input-wrapper {
  position: relative;
  margin-bottom: 24px;
}

.search-input {
  width: 100%;
  padding: 4px 36px 4px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
}

.search-clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
}

.group-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #222;
}

.destination-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.destination-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  cursor: pointer;
  color: #222;
  font-size: 1rem;
}

.show-more {
  margin-top: 16px;
  background: none;
  border: none;
  color: #29ADE3;
  cursor: pointer;
  font-size: 0.9rem;
}

.date-inputs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.date-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.date-field label {
  font-size: 0.9rem;
  color: #666;
}

.datepicker {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
}

.duration-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.duration-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .88rem;
  color: #222;
  cursor: pointer;
}

.duration-slider {
  margin-top: -12px;
  padding: 0 8px;
}

.range-slider {
  width: 100%;
  height: 4px;
  background: #ddd;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  /* Custom range track for selected range */
  background: linear-gradient(to right, #bfc5cb var(--range-min, 0%), #36E43C var(--range-min, 0%) var(--range-max, 100%), #bfc5cb var(--range-max, 100%));
}


.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 3px solid #36E43C;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.range-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 3px solid #36E43C;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.lastminute-results {
  flex: 1;
  min-width: 0;
}
.results-title {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 24px;
  color: #222;
}
.results-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.result-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.result-img {
  width: 180px;
  max-height: 280px;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
}
.result-details {
  flex: 1;
  padding: 8px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.result-location {
  font-size: 1rem;
  font-weight: 600;
  color: #222;
}
.result-hotel {
  font-size: .75rem;
  color: #444;
}
.result-stars {
  color: #f7b500;
  font-size: .75rem;
}
.result-rating {
  font-size: .75rem;
  color: #36E43C;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}
.rating-score {
  background: #e6f9ed;
  color: #28a745;
  border-radius: 6px;
  padding: 2px 8px;
  font-weight: 600;
  font-size: .75rem;
}
.result-meta {
  font-size: .75rem;
  color: #666;
  display: flex;
  gap: 18px;
  margin: 8px 0;
}
.result-more {
  color: #29ADE3;
  font-size: .75rem;
  text-decoration: none;
  margin-top: -4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.result-provider {
  background: #cde4d6;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 12px;
}
.provider-logo {
  width: 80px;
  margin-bottom: 8px;
}
.provider-price {
  background: #29ADE3;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 8px 18px;
  margin-bottom: 4px;
}
.provider-note {
  font-size: .95rem;
  color: #666;
}

/* Search panel over hero banner */
.search-panel-wrapper {
  margin-top: -80px;
  z-index: 40;
  position: relative;
}

.search-panel {
  border-radius: 12px;
  overflow: visible;
  margin-top: 20px;
}

.search-panel .form-label {
  font-weight: 600;
  font-size: 0.875rem;
  color: #374151;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.search-panel .form-control {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px 40px 12px 12px;
  font-size: 0.875rem;
  color: #374151;
  background: #fff;
}

.search-panel .form-control[readonly] {
  cursor: pointer;
  background-color: #fff;
}

.search-panel .form-control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  outline: none;
}

.search-panel .btn-warning {
  background-color: #fbbf24;
  border-color: #fbbf24;
  color: #1e40af;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.search-panel .btn-warning:hover {
  background-color: #f59e0b;
  border-color: #f59e0b;
  color: #1e40af;
  transform: translateY(-1px);
}

.shadow-tm {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
}

/* Adjust info bar for search panel */
.lastminute-info-bar {
  margin-top: 20px;
}

@media (max-width: 575.98px) {
  .search-panel-wrapper {
    margin-top: -60px;
  }
}

/* Filter Toggle Button and Sidebar Slide Animation */
.btn-filter-toggle {
  display: none;
  background: #29ADE3;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn-filter-toggle:hover {
  background: #1e8bc3;
  transform: translateY(-1px);
}

.btn-filter-toggle i {
  font-size: 1rem;
}

.sidebar-close {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1001;
  transition: all 0.3s ease;
}

.sidebar-close:hover {
  background: #f5f5f5;
  border-color: #29ADE3;
  color: #29ADE3;
}

.sidebar-close i {
  font-size: 18px;
}

.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sidebar-overlay.active {
  display: block;
  opacity: 1;
}

/* Mobile Responsive Styles */
@media (max-width: 991.98px) {
  /* Show filter toggle button on mobile */
  .btn-filter-toggle {
    display: inline-flex;
  }
  
  /* Show close button on mobile */
  .sidebar-close {
    display: flex;
  }
  
  /* Hide sidebar by default on mobile */
  .lastminute-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 1000;
    background: #fff;
    overflow-y: auto;
    transition: left 0.3s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }
  
  /* Show sidebar when active */
  .lastminute-sidebar.active {
    left: 0;
  }
  
  .aside-container {
    height: 100%;
    padding-top: 60px;
  }
  
  /* Stack sidebar and results vertically */
  .lastminute-main {
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
    position: relative;
  }
  
  .lastminute-results {
    order: 1;
  }
}

@media (max-width: 768px) {
  /* Info bar responsive */
  .lastminute-info-bar {
    padding: 20px 16px;
  }
  
  .info-bar-content {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  
  .info-bar-left {
    width: 100%;
  }
  
  .info-bar-right {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
  }
  
  .info-bar-sort,
  .info-bar-share {
    font-size: 0.9rem;
    padding: 6px 12px;
  }
  
  /* Search panel responsive */
  .search-panel .nav-tabs .nav-link {
    padding: 8px 12px;
    font-size: 0.9rem;
  }
  
  .search-panel .form-label {
    font-size: 0.75rem;
  }
  
  .search-panel .form-control {
    font-size: 0.85rem;
    padding: 10px 35px 10px 10px;
  }
  
  /* Hotel star buttons responsive */
  .hotel-stars-group {
    gap: 8px;
    justify-content: space-between;
  }
  
  .hotel-star-center .fa-star {
    font-size: 1.8rem;
  }
  
  .hotel-star-center .hotel-star-num {
    font-size: 1rem;
  }
  
  /* Result cards responsive */
  .result-card {
    width: 100%;
    flex-direction: column;
    position: relative;
  }
  
  .result-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  
  .lastminute-main .results-list .result-card .result-img {
    width: 100%;
  }
  
  .result-card img {
    width: 100%;
  }
  
  .result-details {
    padding: 16px;
  }
  
  .result-provider {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    border-radius: 0 0 16px 16px;
  }
  
  .lastminute-main .results-list .result-card .result-provider {
    align-items: flex-start;
    padding: 16px;
  }
  
  .result-details-row {
    flex-direction: column;
    gap: 12px;
  }
  
  .result-details-col .result-departure,
  .result-details-col .result-duration {
    display: inline-block;
    margin-right: 12px;
  }
  
  /* Sidebar groups */
  .sidebar-title {
    font-size: 1.2rem;
  }
  
  .sidebar-label {
    font-size: 0.95rem;
  }
  
  .price-slider-box,
  .temp-slider-box {
    padding: 8px 12px;
  }
  
  .price-value-input,
  .temp-value-input {
    width: 90px;
    font-size: 0.9rem;
    padding: 4px 12px;
  }
}

@media (max-width: 576px) {
  /* Extra small screens */
  .hero-banner,
  .hero-banner-lastminute {
    min-height: 155px;
    max-height: 155px;
  }
  
  .hero-title {
    font-size: 1.5rem;
  }
  
  .search-panel-wrapper {
    margin-top: -50px;
  }
  
  .search-panel .card-body {
    padding: 16px;
  }
  
  .info-bar-count {
    font-size: 1rem;
  }
  
  .hotel-stars-group {
    gap: 4px;
  }
  
  .hotel-star-center .fa-star {
    font-size: 1.5rem;
  }
  
  .hotel-star-center .hotel-star-num {
    font-size: 0.85rem;
  }
  
  .result-location {
    font-size: 1rem;
  }
  
  .result-hotel {
    font-size: 0.85rem;
  }
  
  .provider-price {
    font-size: 1.5rem;
    padding: 10px 20px;
  }
  
  .sidebar-options label {
    font-size: 0.9rem;
  }
  
  .show-more {
    font-size: 0.85rem;
  }
}
