.rmc-locations__map-wrap {
  position: relative;
  width: 100%;
  min-height: 320px;
}

.rmc-locations__map {
  width: 100%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  background: #e5e3df;
}

.rmc-locations__btns {
  display: none;
}

.rmc-locations__btns-nav,
.rmc-locations__btns-zoom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.rmc-locations__zoom-btn,
.rmc-locations__btns-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
  cursor: pointer;
  padding: 0;
}

.rmc-locations__zoom-btn:focus-visible,
.rmc-locations__btns-nav button:focus-visible {
  outline: 2px solid #1b365d;
  outline-offset: 2px;
}

.rmc-locations__zoom-btn:active,
.rmc-locations__btns-nav button:active {
  transform: translateY(1px);
}

.rmc-locations__btns-zoom hr {
  width: 24px;
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin: 0;
}

.rmc-svg-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.rmc-svg-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.rmc-map-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
  cursor: pointer;
  padding: 0;
  margin-bottom: 10px;
}

.gm-style .rmc-map-control {
  background: #ffffff !important;
  border-color: #e5e7eb !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12) !important;
}

.gm-style .rmc-map-control .rmc-svg-icon svg {
  display: block;
}

.rmc-map-control:focus-visible {
  outline: 2px solid #1b365d;
  outline-offset: 2px;
}

.gm-style .gm-style-cc {
  display: none;
}

.rmc-map-info {
  font-size: 14px;
  line-height: 1.4;
  color: #1b365d;
}

.rmc-map-info__title {
  font-weight: 600;
  margin-bottom: 4px;
}

.rmc-map-info__desc {
  color: #334155;
  margin-bottom: 6px;
}

.rmc-map-info__link {
  color: #1b365d;
  text-decoration: none;
}

.rmc-map-info__link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .rmc-locations__map {
    height: 320px;
  }
}
