.g360-map-document {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background: #f8fafc;
}

.g360-map-document .g360-react-map-page {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.g360-dashboard-map {
  --rail: 64px;
  --topbar: 64px;
  --sidebar: 272px;
  --panel: 356px;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #d9e2ef;
  --blue: #155eef;
  position: relative;
  width: 100%;
  height: var(--gez-map-height, 100dvh);
  min-height: var(--gez-map-height, 100dvh);
  overflow: hidden;
  background: #eef4fb;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.g360-map-seo-list {
  background: #f6f8fb;
  color: #071020;
  padding: 56px 24px;
}

.g360-seo-source {
  position: absolute !important;
  left: -100000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
  white-space: normal !important;
}

.g360-map-seo-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.g360-map-seo-inner h2 {
  margin: 0 0 12px;
  font: 900 34px/1.1 system-ui, sans-serif;
}

.g360-map-seo-inner > p {
  margin: 0 0 24px;
  max-width: 760px;
  color: #53647d;
  font: 600 16px/1.7 system-ui, sans-serif;
}

.g360-seo-route-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.g360-seo-route-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(19, 31, 52, 0.1);
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  padding: 0 14px;
  text-decoration: none;
  font: 800 13px/1 system-ui, sans-serif;
}

.g360-seo-faq {
  margin-top: 34px;
}

.g360-seo-faq details {
  margin-top: 12px;
  padding: 18px;
  border: 1px solid rgba(19, 31, 52, 0.1);
  border-radius: 8px;
  background: #fff;
}

.g360-seo-faq summary {
  cursor: pointer;
  font-weight: 900;
}

.g360-seo-faq p {
  margin: 12px 0 0;
  color: #53647d;
}

.g360-dashboard-map *,
.g360-dashboard-map *::before,
.g360-dashboard-map *::after {
  box-sizing: border-box;
}

.g360-dashboard-map button,
.g360-dashboard-map input,
.g360-dashboard-map a {
  font: inherit;
}

.g360-dashboard-map button {
  cursor: pointer;
}

.g360-dashboard-map svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.g360-dashboard-map.is-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 999999;
  height: 100dvh;
}

.g360-rail {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 30;
  width: var(--rail);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 72px 0 20px;
  background: linear-gradient(180deg, #06233f 0%, #07182f 100%);
  box-shadow: 10px 0 24px rgba(8, 22, 42, 0.16);
}

.g360-rail-btn {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #dbeafe;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.g360-rail-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
}

.g360-rail-btn.is-active {
  background: #1263f1;
  color: #fff;
  box-shadow: 0 16px 34px rgba(18, 99, 241, 0.34);
}

.g360-rail-spacer {
  flex: 1;
}

.g360-topbar {
  position: absolute;
  top: 0;
  left: var(--rail);
  right: 0;
  z-index: 25;
  height: var(--topbar);
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #edf1f7;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(18px);
}

.g360-wordmark {
  margin-right: 36px;
  color: var(--ink) !important;
  text-decoration: none !important;
  font-size: 29px !important;
  line-height: 1;
  font-weight: 950 !important;
  letter-spacing: -0.03em;
}

.g360-tabs {
  display: flex;
  height: 100%;
  align-items: stretch;
  gap: 28px;
}

.g360-tabs a {
  position: relative;
  display: flex;
  align-items: center;
  color: #1e293b;
  text-decoration: none;
  font-weight: 750;
  font-size: 14px;
}

.g360-tabs a.is-active {
  color: #0d56e6;
}

.g360-tabs a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: #155eef;
}

.g360-top-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.g360-top-actions button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  border: 0;
  border-left: 1px solid #e5eaf2;
  padding: 0 12px;
  background: transparent;
  color: #1e293b;
  font-weight: 750;
  font-size: 13px;
}

.g360-top-actions button:last-child {
  border-left: 0;
  padding-right: 0;
}

.g360-filter-panel {
  position: absolute;
  top: var(--topbar);
  left: var(--rail);
  bottom: 0;
  z-index: 20;
  width: var(--sidebar);
  display: flex;
  flex-direction: column;
  padding: 22px 16px;
  background: rgba(255, 255, 255, 0.97);
  border-right: 1px solid #dfe7f2;
  box-shadow: 16px 0 34px rgba(15, 23, 42, 0.05);
}

.g360-filter-panel h2,
.g360-field > span,
.g360-field-head span {
  margin: 0 0 12px;
  display: block;
  color: #0f172a;
  font-size: 15px;
  font-weight: 850;
}

.g360-search {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.g360-search input {
  width: 100%;
  height: 43px;
  border: 1px solid #cfd9e8;
  border-radius: 7px;
  padding: 0 42px 0 14px;
  color: #0f172a;
  outline: none;
  background: #fff;
  font-size: 13px;
}

.g360-search input:focus {
  border-color: #155eef;
  box-shadow: 0 0 0 3px rgba(21, 94, 239, 0.1);
}

.g360-search svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
}

.g360-field {
  margin-bottom: 26px;
}

.g360-select,
.g360-clear {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #cfd9e8;
  border-radius: 7px;
  background: #fff;
  color: #334155;
  padding: 0 12px;
  text-align: left;
}

.g360-select b {
  flex: 1;
  font-size: 13px;
  font-weight: 650;
}

.g360-select em {
  font-style: normal;
  color: #64748b;
}

.g360-field-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.g360-field-head button {
  border: 0;
  background: transparent;
  color: #155eef;
  font-size: 12px;
  font-weight: 750;
}

.g360-category-list {
  overflow: hidden;
  border: 1px solid #d7e0ec;
  border-radius: 7px;
  background: #fff;
}

.g360-category-list button {
  width: 100%;
  min-height: 42px;
  display: grid;
  grid-template-columns: 26px 1fr auto;
  align-items: center;
  gap: 11px;
  border: 0;
  border-bottom: 1px solid #e5ebf4;
  background: #fff;
  color: #334155;
  padding: 0 10px;
  text-align: left;
}

.g360-category-list button:last-child {
  border-bottom: 0;
}

.g360-category-list button.is-active {
  background: #eff6ff;
}

.g360-category-list span,
.g360-bottom-cats span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.g360-category-list b {
  font-size: 13px;
  font-weight: 650;
}

.g360-category-list em {
  color: #64748b;
  font-size: 12px;
  font-style: normal;
}

.g360-rating-filter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.g360-rating-filter button {
  height: 36px;
  border: 1px solid #d7e0ec;
  border-right: 0;
  background: #fff;
  color: #334155;
  font-size: 12px;
  font-weight: 750;
}

.g360-rating-filter button:first-child {
  border-radius: 7px 0 0 7px;
}

.g360-rating-filter button:last-child {
  border-right: 1px solid #d7e0ec;
  border-radius: 0 7px 7px 0;
}

.g360-rating-filter button.is-active {
  border-color: #155eef;
  background: #155eef;
  color: #fff;
}

.g360-results-summary {
  margin-top: auto;
  padding: 0 0 24px;
}

.g360-results-summary span,
.g360-results-summary small {
  display: block;
  color: #475569;
  font-size: 14px;
  font-weight: 750;
}

.g360-results-summary strong {
  display: block;
  margin-top: 5px;
  color: #0f172a;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
}

.g360-clear {
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  color: #0f172a;
  font-weight: 750;
}

.g360-map-stage {
  position: absolute;
  top: var(--topbar);
  left: calc(var(--rail) + var(--sidebar));
  right: var(--panel);
  bottom: 0;
  z-index: 1;
  background: #dbe9f4;
}

.gez-map-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.gez-map-canvas .leaflet-control-attribution {
  right: 12px !important;
  bottom: 72px !important;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 10px;
}

.g360-map-zoom {
  position: absolute;
  top: 24px;
  right: 14px;
  z-index: 5;
  display: grid;
  gap: 10px;
}

.g360-map-zoom button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #d7e0ec;
  border-radius: 7px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

.g360-bottom-cats {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 14px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 10px;
  border: 1px solid #d7e0ec;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
  scrollbar-width: none;
}

.g360-bottom-cats::-webkit-scrollbar {
  display: none;
}

.g360-bottom-cats button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  border: 1px solid #d7e0ec;
  border-radius: 6px;
  background: #fff;
  color: #0f172a;
  padding: 0 13px;
  font-size: 13px;
  font-weight: 700;
}

.g360-bottom-cats button.is-active {
  border-color: #155eef;
  background: #eff6ff;
  color: #155eef;
}

.g360-place-panel {
  position: absolute;
  top: var(--topbar);
  right: 0;
  bottom: 0;
  z-index: 20;
  width: var(--panel);
  padding: 14px;
  overflow-y: auto;
  background: #f8fafc;
  border-left: 1px solid #dfe7f2;
}

.g360-place-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.g360-panel-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.68);
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.g360-place-cover {
  height: 222px;
  overflow: hidden;
  background: linear-gradient(135deg, #cbd5e1, #e2e8f0);
}

.g360-place-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.g360-place-logo {
  position: relative;
  z-index: 2;
  width: 134px;
  height: 134px;
  margin: -70px 0 18px 22px;
  display: grid;
  place-items: center;
  border: 1px solid #e5ebf4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}

.g360-place-logo img {
  width: 104px;
  max-height: 104px;
  object-fit: contain;
}

.g360-place-body {
  padding: 0 22px 24px;
}

.g360-place-body h2 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.g360-place-type,
.g360-place-region {
  margin: 8px 0 0;
  color: #536179;
  font-size: 14px;
  line-height: 1.4;
}

.g360-google {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #0f172a;
}

.g360-google-g {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0);
  color: #fff;
  font-weight: 950;
}

.g360-google strong {
  font-size: 15px;
  font-weight: 850;
}

.g360-google span {
  color: #536179;
  font-size: 13px;
}

.g360-stars {
  flex-basis: 100%;
  color: #f59e0b !important;
  letter-spacing: 1px;
  font-size: 15px !important;
}

.g360-place-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 22px;
}

.g360-place-actions a,
.g360-place-actions button {
  min-height: 52px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
}

.g360-place-actions .is-tour {
  background: #155eef;
  box-shadow: 0 12px 24px rgba(21, 94, 239, 0.24);
}

.g360-place-actions .is-vcard {
  background: #0f172a;
}

.g360-place-actions .is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.g360-place-info {
  border-top: 1px solid #e5ebf4;
}

.g360-place-info p {
  min-height: 58px;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 10px;
  margin: 0 22px;
  border-bottom: 1px solid #e5ebf4;
  color: #536179;
}

.g360-place-info span {
  color: #0f172a;
  font-size: 19px;
}

.g360-place-info b {
  font-size: 13px;
  font-weight: 600;
}

.g360-place-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 18px 16px 20px;
}

.g360-place-footer button,
.g360-place-footer a {
  min-height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #d7e0ec;
  border-radius: 6px;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
}

.g360-marker-wrap {
  overflow: visible !important;
  background: transparent;
  border: 0;
}

.g360-marker {
  position: relative;
  width: 66px;
  height: 78px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.g360-marker-core {
  position: absolute;
  left: 7px;
  top: 0;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 999px;
  background: #fff;
  color: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.26);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.g360-marker-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 7px;
}

.g360-marker-icon {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 19px;
  font-weight: 950;
}

.g360-marker-tip {
  position: absolute;
  left: 27px;
  top: 48px;
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background: var(--marker-color, #155eef);
  transform: rotate(45deg);
  box-shadow: 8px 8px 18px rgba(15, 23, 42, 0.18);
}

.g360-marker.is-selected .g360-marker-core {
  transform: translateY(-3px) scale(1.14);
  border-color: #155eef;
  box-shadow: 0 0 0 5px rgba(21, 94, 239, 0.2), 0 18px 34px rgba(15, 23, 42, 0.3);
}

.gez-location-list {
  display: grid;
  gap: 16px;
}

.gez-location-item {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(19, 31, 52, 0.1);
  border-radius: 8px;
  background: #fff;
}

.gez-location-item img {
  width: 148px;
  height: 104px;
  object-fit: cover;
  border-radius: 8px;
}

.gez-location-item p {
  margin: 0 0 6px;
  color: #66758b;
  font: 900 11px/1 system-ui, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gez-location-item h2 {
  margin: 0 0 8px;
  font: 900 22px/1.15 system-ui, sans-serif;
}

.gez-location-item a {
  color: #071020;
  text-decoration: none;
}

.gez-location-item span {
  display: block;
  color: #53647d;
  font: 600 14px/1.5 system-ui, sans-serif;
}

@media (max-width: 1180px) {
  .g360-dashboard-map {
    --sidebar: 248px;
    --panel: 332px;
  }

  .g360-wordmark {
    margin-right: 12px;
  }
}

@media (max-width: 980px) {
  .g360-dashboard-map {
    --rail: 0px;
    --sidebar: 0px;
    --panel: 0px;
    --topbar: 58px;
  }

  .g360-rail {
    display: none;
  }

  .g360-topbar {
    left: 0;
    padding: 0 14px;
  }

  .g360-wordmark {
    font-size: 23px;
    margin-right: 6px;
  }

  .g360-tabs {
    gap: 16px;
  }

  .g360-tabs a {
    font-size: 13px;
  }

  .g360-top-actions button span {
    display: none;
  }

  .g360-filter-panel {
    left: 0;
    width: min(320px, 86vw);
    transform: translateX(-104%);
    transition: transform 0.22s ease;
  }

  .g360-dashboard-map.is-filter-open .g360-filter-panel {
    transform: translateX(0);
  }

  .g360-map-stage {
    left: 0;
    right: 0;
  }

  .g360-place-panel {
    top: auto;
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-height: 72dvh;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(calc(100% + 18px));
    transition: transform 0.24s ease;
  }

  .g360-place-panel.is-open {
    transform: translateY(0);
  }

  .g360-place-cover {
    height: 170px;
  }

  .g360-place-logo {
    width: 96px;
    height: 96px;
    margin-top: -50px;
  }

  .g360-place-logo img {
    width: 74px;
    max-height: 74px;
  }

  .g360-place-body h2 {
    font-size: 21px;
  }

  .g360-place-info {
    display: none;
  }

  .g360-bottom-cats {
    bottom: 12px;
  }

  .g360-place-panel.is-open ~ .g360-map-stage .g360-bottom-cats {
    display: none;
  }
}

@media (max-width: 520px) {
  .g360-top-actions {
    gap: 2px;
  }

  .g360-top-actions button {
    padding: 0 8px;
  }

  .g360-place-actions,
  .g360-place-footer {
    grid-template-columns: 1fr;
  }
}

/* Fullscreen portal refinements */
.g360-dashboard-map {
  --rail: 0px;
  --sidebar: 292px;
  --panel: 378px;
}

.g360-rail,
.g360-bottom-cats,
.gez-map-canvas .leaflet-control-attribution,
.leaflet-control-attribution {
  display: none !important;
}

.g360-topbar {
  left: 0;
}

.g360-map-stage {
  left: 0;
  right: 0;
}

.g360-filter-panel {
  left: 0;
  z-index: 28;
  transform: translateX(-106%);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.g360-dashboard-map.is-filter-open .g360-filter-panel {
  transform: translateX(0);
  box-shadow: 18px 0 40px rgba(15, 23, 42, 0.12);
}

.g360-filter-toggle {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 35;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #d7e0ec;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.96);
  color: #0f172a;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
}

.g360-dashboard-map.is-filter-open .g360-filter-toggle {
  left: calc(var(--sidebar) + 18px);
}

.g360-place-panel {
  z-index: 32;
  width: min(var(--panel), calc(100vw - 22px));
  padding: 10px;
  overflow: hidden;
  background: transparent;
  border-left: 0;
  transform: translateX(calc(100% + 20px));
  transition: transform 0.28s ease;
  pointer-events: none;
}

.g360-place-panel.is-open {
  transform: translateX(0);
  pointer-events: auto;
}

.g360-place-card {
  height: calc(100dvh - var(--topbar) - 20px);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(215, 224, 236, 0.86);
}

.g360-place-cover {
  height: clamp(128px, 20dvh, 178px);
  flex: 0 0 auto;
}

.g360-place-logo {
  width: 94px;
  height: 94px;
  margin: -48px 0 12px 18px;
  flex: 0 0 auto;
}

.g360-place-logo img {
  width: 76px;
  max-height: 76px;
  object-fit: contain;
}

.g360-place-body {
  padding: 0 18px 12px;
  flex: 0 0 auto;
}

.g360-place-body h2 {
  font-size: 21px;
  line-height: 1.1;
}

.g360-place-type,
.g360-place-region {
  margin-top: 5px;
  font-size: 13px;
}

.g360-google {
  margin-top: 11px;
  gap: 7px;
}

.g360-google-g {
  width: 24px;
  height: 24px;
}

.g360-stars {
  font-size: 13px !important;
}

.g360-place-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 13px;
}

.g360-place-actions a,
.g360-place-actions button {
  min-height: 40px;
  border-radius: 7px;
  font-size: 12px;
}

.g360-place-actions .is-light {
  border: 1px solid #d7e0ec;
  background: #fff;
  color: #0f172a;
  box-shadow: none;
}

.g360-place-info {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.g360-place-info p {
  min-height: 42px;
  grid-template-columns: 52px 1fr;
  margin: 0 18px;
  gap: 8px;
}

.g360-place-info span {
  font-size: 11px;
  font-weight: 900;
  color: #64748b;
  text-transform: uppercase;
}

.g360-place-info b {
  font-size: 12px;
  line-height: 1.25;
}

.g360-place-footer {
  flex: 0 0 auto;
  padding: 12px 14px 14px;
}

.g360-place-footer button {
  min-height: 38px;
}

.g360-place-footer .is-liked {
  border-color: #fecdd3;
  background: #fff1f2;
  color: #be123c;
}

.g360-marker {
  width: 46px;
  height: 56px;
}

.g360-marker-core {
  left: 5px;
  width: 36px;
  height: 36px;
  border-width: 2px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.22);
}

.g360-marker-logo {
  padding: 5px;
}

.g360-marker-icon {
  font-size: 15px;
}

.g360-marker-tip {
  left: 18px;
  top: 33px;
  width: 10px;
  height: 10px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.g360-marker.is-selected .g360-marker-core {
  transform: translateY(-2px) scale(1.1);
  box-shadow: 0 0 0 4px rgba(21, 94, 239, 0.18), 0 14px 26px rgba(15, 23, 42, 0.26);
}

@media (max-width: 980px) {
  .g360-filter-toggle {
    left: 12px;
    bottom: 12px;
  }

  .g360-dashboard-map.is-filter-open .g360-filter-toggle {
    left: 12px;
    transform: translateY(-4px);
  }

  .g360-place-panel {
    top: var(--topbar);
    left: auto;
    right: 0;
    bottom: 0;
    width: min(360px, 100vw);
    max-height: none;
    padding: 8px;
    transform: translateX(calc(100% + 18px));
  }

  .g360-place-panel.is-open {
    transform: translateX(0);
  }

  .g360-place-card {
    height: calc(100dvh - var(--topbar) - 16px);
  }

  .g360-place-info {
    display: block;
  }
}

@media (max-width: 520px) {
  .g360-place-actions {
    grid-template-columns: 1fr 1fr;
  }

  .g360-place-footer {
    grid-template-columns: 1fr 1fr;
  }

  .g360-place-body h2 {
    font-size: 19px;
  }
}
