.toggle-type.active {
  background-color: #ff4400;
  color: white;
  border-color: #ff4400;
}

.toggle-type.active .text-body {
  color: white !important;
}

.gm-style-iw {
  max-width: 320px !important;
  padding: 0 !important;
  overflow: visible !important;
}

.gm-style-iw-chr {
  display: none !important;
}

.gm-style .gm-style-iw-d {
  overflow: auto !important;
}

.gm-style {
  font: unset !important;
}

.store-card-content {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.store-card-content h5 {
  color: #fc4513;
  font-weight: 700;
  margin-bottom: 10px;
}

.store-card-content .btn {
  background-color: #fc4513;
  color: #fff;
  font-weight: 600;
  border: none;
}

.primary-button:hover {
  background: #fc4513 !important;
  color: #fff !important;
}

.primary-button:hover .text-body {
  color: #fff !important;
}

#advanced-filter-options {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}

#advanced-filter-options.show {
  max-height: 150px;
}

.dropdown-toggle::after {
  display: none !important;
}
