#places-privacy-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 10000;
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 12px 12px 12px 14px;
  background: #2f2f33;
  color: #d7d7da;
  /* border: 1px solid #252528; */
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,.35);
  font-size: 14px;
  line-height: 1.35;
}

#places-privacy-banner .places-privacy-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

#places-privacy-banner .places-privacy-text {
  flex: 1 1 auto;
  min-width: 0;
}

#places-privacy-banner .places-privacy-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

#places-privacy-banner a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

#places-privacy-banner .places-privacy-close {
  position: relative;
  flex: 0 0 25px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}

#places-privacy-banner .places-privacy-close::before,
#places-privacy-banner .places-privacy-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1.5px;
  background: #777a7f;
  transform-origin: center;
}

#places-privacy-banner .places-privacy-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#places-privacy-banner .places-privacy-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#places-privacy-banner .places-privacy-close:hover::before,
#places-privacy-banner .places-privacy-close:hover::after {
  background: #a5a8ad;
}

@media (max-width: 767.98px) {
  #places-privacy-banner {
    left: 8px;
    right: 8px;
    bottom: 8px;
    max-width: none;
    padding: 11px 10px 11px 12px;
    font-size: 13px;
  }

  #places-privacy-banner .places-privacy-row {
    gap: 8px;
  }

  #places-privacy-banner .places-privacy-actions .btn {
    white-space: nowrap;
  }
}

.places-external-embed {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.025);
}
.places-yandex-map-placeholder {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.025);
}
.places-yandex-map-canvas {
  width: 100%;
  min-height: 360px;
}
