.gm-about-locations {
  --gm-about-ink: #1a1d21;
  --gm-about-copy: #646977;
  --gm-about-red: #ff1710;
  --gm-about-blue: #2f4666;
  --gm-about-green: #162f29;
  --gm-about-panel: #f4f2ef;
  --gm-about-radius: 25px;
  --gm-about-map-height: 620px;
  font-family: "Poppins", sans-serif;
  display: grid;
  grid-template-columns: minmax(0, 530px) minmax(0, 680px);
  gap: 18px;
  width: 100%;
  align-items: stretch;
  color: var(--gm-about-copy);
}

.gm-about-locations * {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.gm-about-locations-panel {
  display: flex;
  flex-direction: column;
  min-height: var(--gm-about-map-height);
  height: var(--gm-about-map-height);
  padding: 32px 28px;
  border-radius: var(--gm-about-radius);
  background: #162f29;
}

.gm-about-locations-search {
  display: block;
}

.gm-about-locations select.gm-about-locations-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  min-height: 56px;
  padding: 0 52px 0 22px;
  border: 1px solid rgba(26, 29, 33, 0.15);
  border-radius: 25px;
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%231A1D21' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  color: var(--gm-about-ink);
  font: inherit;
  cursor: pointer;
}

.gm-about-locations select.gm-about-locations-select:focus {
  outline: none;
  border-color: rgba(26, 29, 33, 0.3);
  box-shadow: 0 0 0 3px rgba(26, 29, 33, 0.06);
}

.gm-about-locations input.gm-about-locations-search-input {
  display: block;
  width: 100%;
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid rgba(26, 29, 33, 0.15);
  border-radius: 25px !important;
  background: #fff;
  color: var(--gm-about-ink);
  font: inherit;
}

.gm-about-locations input.gm-about-locations-search-input::placeholder {
  color: rgba(26, 29, 33, 0.68);
}

.gm-about-locations input.gm-about-locations-search-input:focus {
  outline: none;
  border-color: rgba(26, 29, 33, 0.3);
  box-shadow: 0 0 0 3px rgba(26, 29, 33, 0.06);
}

.gm-about-locations button.gm-about-locations-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 205px;
  min-height: 56px;
  margin-top: 14px;
  padding: 0 28px;
  border: 0;
  border-radius: 25px !important;
  background: var(--gm-about-red);
  color: #fff;
  font: inherit;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.gm-about-locations button.gm-about-locations-search-button:hover,
.gm-about-locations button.gm-about-locations-search-button:focus-visible {
  background: var(--gm-about-blue);
}

.gm-about-locations-search-status {
  margin: 12px 0 0;
  color: #fff;
  font-size: 0.94rem;
  line-height: 1.5;
}

.gm-about-locations-list {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  gap: 0;
  margin-top: 26px;
  overflow: auto;
  padding-right: 4px;
  scrollbar-color: rgba(255, 255, 255, 0.55) transparent;
  scrollbar-width: thin;
}

.gm-about-locations-list::-webkit-scrollbar {
  width: 10px;
}

.gm-about-locations-list::-webkit-scrollbar-track {
  background: transparent;
}

.gm-about-locations-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 25px;
}

.gm-about-locations-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.75);
}

.gm-about-locations-list::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.gm-about-locations-list .map-nav-wrapper {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.gm-about-locations-list .map-nav-results-found {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.35;
}

.gm-about-locations-list .map-nav-lists {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gm-about-locations-list .map-nav-item {
  margin: 0;
  border: 0 !important;
  border-radius: var(--gm-about-radius);
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none;
  overflow: hidden;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.gm-about-locations-list .map-nav-item:hover {
  background: rgba(255, 255, 255, 0.08) !important;
}

.gm-about-locations-list .map-nav-item-wrapper {
  background: transparent !important;
}

.gm-about-locations-list .gm-about-location-item {
  appearance: none;
  display: block;
  width: 100%;
  padding: 22px 24px;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border-radius: var(--gm-about-radius);
  box-shadow: none;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.gm-about-locations-list .map-nav-item.focus {
  border: 0 !important;
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.gm-about-locations-list .gm-about-location-title,
.gm-about-locations-list .gm-about-location-text {
  display: block;
}

.gm-about-locations-list .gm-about-location-title {
  color: #fff;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.25;
  transition: color 0.2s ease;
}

.gm-about-locations-list .map-nav-item.focus .gm-about-location-title,
.gm-about-locations-list .gm-about-location-item.is-active .gm-about-location-title,
.gm-about-locations-list .map-nav-item:hover .gm-about-location-title,
.gm-about-locations-list .gm-about-location-item:hover .gm-about-location-title,
.gm-about-locations-list .gm-about-location-item:focus-visible .gm-about-location-title {
  color: var(--gm-about-red);
}

.gm-about-locations-list .gm-about-location-text {
  margin-top: 10px;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.68;
}

.gm-about-locations-list .gm-about-location-text strong {
  color: #fff;
}

.gm-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.gm-location-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.88rem;
  line-height: 1.2;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.gm-location-action img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: block;
}

.gm-location-action span {
  color: inherit;
}

.gm-about-locations-list .gm-location-action {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.gm-about-locations-list .gm-location-action:hover,
.gm-about-locations-list .gm-location-action:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

.gm-about-locations-map {
  position: relative;
  min-height: var(--gm-about-map-height);
  height: var(--gm-about-map-height);
  border-radius: var(--gm-about-radius);
  overflow: hidden;
  background: #dfe4e9;
}

.gm-about-locations-map #progress-wrapper,
.gm-about-locations-map .leaflet-control-zoom {
  display: none !important;
}

.gm-about-locations-map .awesome-marker-icon-red.awesome-marker .ion {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  margin: 7px auto 0 !important;
  background-image: url("../icons/gm-marker-logo.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.gm-about-locations-map .awesome-marker-icon-red.awesome-marker .ion::before {
  content: "" !important;
}

.gm-about-locations-map > div,
.gm-about-locations-map [id^="map-container-"],
.gm-about-locations-map .leaflet-container,
.gm-about-locations-map .leaflet-popup,
.gm-about-locations-map .leaflet-popup-content-wrapper,
.gm-about-locations-map .leaflet-popup-content,
.gm-about-locations-map .leaflet-popup-content *,
.gm-about-locations-map .leaflet-popup-tip {
  font-family: "Poppins", sans-serif;
}

.gm-about-locations-map > div,
.gm-about-locations-map [id^="map-container-"],
.gm-about-locations-map .leaflet-container {
  height: var(--gm-about-map-height) !important;
  max-height: var(--gm-about-map-height) !important;
  min-height: 0;
}

.gm-about-locations-map .leaflet-control-attribution {
  display: none;
}

.gm-about-locations-map .leaflet-popup-content-wrapper,
.gm-about-locations-map .leaflet-popup-tip {
  background: #fff;
}

.gm-about-locations-map .leaflet-popup-content,
.gm-about-locations-map .leaflet-popup-content .gm-about-location-item,
.gm-about-locations-map .leaflet-popup-content .gm-about-location-title,
.gm-about-locations-map .leaflet-popup-content .gm-about-location-text,
.gm-about-locations-map .leaflet-popup-content .gm-about-location-text strong,
.gm-about-locations-map .leaflet-popup-content div,
.gm-about-locations-map .leaflet-popup-content p,
.gm-about-locations-map .leaflet-popup-content span {
  color: #162f29;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.45;
}

.gm-about-locations-map .leaflet-popup-content-wrapper {
  border-radius: 14px;
}

.gm-about-locations-map .leaflet-popup-content {
  margin: 20px 24px;
}

.gm-about-locations-map .leaflet-popup-content .gm-about-location-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.gm-about-locations-map .leaflet-popup-content .gm-about-location-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.gm-about-locations-map .leaflet-popup-content .gm-about-location-text,
.gm-about-locations-map .leaflet-popup-content .gm-about-location-text strong,
.gm-about-locations-map .leaflet-popup-content p,
.gm-about-locations-map .leaflet-popup-content div,
.gm-about-locations-map .leaflet-popup-content span {
  margin: 0;
}

.gm-about-locations-map .gm-location-action {
  background: rgba(22, 47, 41, 0.08);
  color: #162f29;
}

.gm-about-locations-map .gm-location-action:hover,
.gm-about-locations-map .gm-location-action:focus-visible {
  background: rgba(22, 47, 41, 0.14);
}

.gm-about-locations-notice {
  margin-top: 32px;
  color: #1a1d21;
}

@media (max-width: 1024px) {
  .gm-about-locations {
    grid-template-columns: 1fr;
  }

  .gm-about-locations-panel {
    min-height: 0;
    height: auto;
  }

  .gm-about-locations-map,
  .gm-about-locations-map > div,
  .gm-about-locations-map [id^="map-container-"],
  .gm-about-locations-map .leaflet-container {
    min-height: 460px;
    height: 460px !important;
    max-height: 460px !important;
  }
}

@media (max-width: 767px) {
  .gm-about-locations-panel {
    min-height: 0;
    height: auto;
    padding: 28px 22px;
  }

  .gm-about-locations-list .gm-about-location-item {
    padding: 20px 20px 18px;
  }

  .gm-about-locations-map,
  .gm-about-locations-map > div,
  .gm-about-locations-map [id^="map-container-"],
  .gm-about-locations-map .leaflet-container {
    min-height: 360px;
    height: 360px !important;
    max-height: 360px !important;
  }
}
