/* Ocalab Store Locator 2026 — isolated UI */
.gp-presence,
.gp-presence * {
  box-sizing: border-box;
}

.gp-presence {
  --gp-green: #b8f7df;
  --gp-green-2: #6d63ff;
  --gp-bg: #0e1522;
  --gp-panel: #101827;
  --gp-card: rgba(21, 30, 46, 0.86);
  --gp-card-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
  --gp-input-bg: rgba(17, 26, 41, 0.92);
  --gp-line: rgba(184, 247, 223, 0.16);
  --gp-text: #f5f7ff;
  --gp-muted: rgba(226, 232, 255, 0.72);
  --gp-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
  --gp-widget-height: 620px;
  --gp-effective-height: var(--gp-widget-height);
  --gp-font-family: inherit;

  width: 100%;
  height: var(--gp-effective-height);
  min-height: 0;
  max-height: none;
  margin: 18px 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--gp-line);
  background: radial-gradient(circle at 72% 0%, rgba(70, 203, 198, 0.20), transparent 30%), var(--gp-bg);
  color: var(--gp-text);
  font-family: var(--gp-font-family, inherit);
  font-size: 15px;
  line-height: 1.4;
  box-shadow: var(--gp-shadow);
}

.gp-presence :where(h1, h2, h3, h4, h5, h6, p, ul, ol, li) {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  text-transform: none;
}

.gp-presence :where(button, input, select, textarea) {
  font: inherit !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.gp-presence__header {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(240px, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid var(--gp-line);
  background: rgba(14, 21, 34, 0.94);
}

.gp-presence .gp-control {
  all: unset !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  line-height: 46px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(184, 247, 223, 0.18) !important;
  background: var(--gp-input-bg) !important;
  color: var(--gp-text) !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22) !important;
}

.gp-presence .gp-select,
.gp-presence .gp-input {
  padding: 0 18px !important;
  line-height: 46px !important;
}

.gp-presence .gp-select {
  height: 46px !important;
  min-height: 46px !important;
  padding: 11px 42px 11px 18px !important;
  line-height: 22px !important;
  cursor: pointer !important;
  display: block !important;
  text-indent: 0 !important;
  text-align: left !important;
  vertical-align: middle !important;
  appearance: auto !important;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
}

.gp-presence .gp-locate {
  width: 46px !important;
  min-width: 46px !important;
  max-width: 46px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  background: var(--gp-green) !important;
  color: #111827 !important;
  font-weight: 850 !important;
  border-color: rgba(184, 247, 223, 0.65) !important;
}

.gp-presence .gp-locate__icon {
  display: block;
  width: 20px;
  height: 20px;
}

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

.gp-presence .gp-locate:hover {
  background: #d2ffef !important;
}

.gp-presence .gp-control:focus-visible {
  outline: 3px solid rgba(109, 99, 255, 0.30) !important;
  outline-offset: 2px !important;
}

.gp-presence__body {
  height: calc(var(--gp-effective-height) - 83px);
  min-height: 0;
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
}

.gp-presence--solunet .gp-presence__body {
  height: var(--gp-effective-height);
  grid-template-columns: 420px minmax(0, 1fr);
}

.gp-presence__panel {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: var(--gp-panel);
  border-right: 1px solid var(--gp-line);
}

.gp-presence__status {
  margin: 14px 14px 0;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(184, 247, 223, 0.14);
  background: rgba(21, 30, 46, 0.72);
  color: var(--gp-muted);
  font-size: 13px;
  font-weight: 750;
}

.gp-presence__status[data-kind="success"] {
  color: #b8f7df;
  background: rgba(184, 247, 223, 0.10);
}

.gp-presence__status[data-kind="error"] {
  color: #ff9a83;
  background: rgba(255, 106, 61, 0.10);
}

.gp-presence__list {
  flex: 1;
  min-height: 0;
  max-height: calc(var(--gp-effective-height) - 83px);
  overflow: auto;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gp-presence--solunet .gp-presence__list {
  max-height: var(--gp-effective-height);
}

.gp-presence__list::-webkit-scrollbar {
  width: 10px;
}

.gp-presence__list::-webkit-scrollbar-track {
  background: transparent;
}

.gp-presence__list::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: rgba(184, 247, 223, 0.26);
}

.gp-presence__list {
  scrollbar-width: thin;
  scrollbar-color: rgba(184, 247, 223, 0.34) transparent;
}

.gp-item {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: block;
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(184, 247, 223, 0.14);
  border-radius: 18px;
  background: var(--gp-card);
  color: var(--gp-text);
  cursor: pointer;
  text-align: left;
  box-shadow: var(--gp-card-shadow);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.gp-item:hover,
.gp-item:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(184, 247, 223, 0.34);
  background: var(--gp-card);
  box-shadow: 0 18px 52px rgba(109, 99, 255, 0.18), var(--gp-card-shadow);
  outline: none;
}

.gp-item.is-active {
  border-color: rgba(109, 99, 255, 0.78);
  background: linear-gradient(135deg, rgba(109, 99, 255, 0.20), rgba(21, 30, 46, 0.92));
  box-shadow: 0 18px 52px rgba(109, 99, 255, 0.22), var(--gp-card-shadow);
}

.gp-item__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.gp-item__title {
  color: var(--gp-text);
  font-size: 14px;
  line-height: 1.16;
  font-weight: 950;
}

.gp-item__distance {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(109, 99, 255, 0.18);
  color: var(--gp-green-2);
  font-size: 11px;
  font-weight: 900;
}

.gp-item__sub {
  margin-top: 6px;
  color: var(--gp-muted);
  font-size: 12px;
  line-height: 1.32;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gp-item__meta {
  margin-top: 8px;
  color: rgba(184, 247, 223, 0.82);
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 760;
}

.gp-presence__map-shell {
  position: relative;
  min-width: 0;
  min-height: 0;
  height: calc(var(--gp-effective-height) - 83px);
  overflow: hidden;
  background: #eef1f4;
  isolation: isolate;
}

.gp-presence--solunet .gp-presence__map-shell {
  height: var(--gp-effective-height);
}

.gp-presence__map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #eef1f4;
  isolation: isolate;
}

.gp-presence__map > div {
  min-height: 100%;
}

.gp-map-locate {
  position: absolute;
  z-index: 5;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 247, 223, 0.70);
  border-radius: 999px;
  background: #b8f7df;
  color: #101827;
  box-shadow: 0 18px 46px rgba(16, 24, 39, 0.28);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.gp-map-locate:hover,
.gp-map-locate:focus-visible {
  transform: translateY(-1px);
  background: #d2ffef;
  box-shadow: 0 22px 58px rgba(16, 24, 39, 0.34);
  outline: none;
}

.gp-map-error {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  background: rgba(14, 21, 34, 0.94);
  color: var(--gp-text);
}

.gp-map-error__title {
  font-size: 18px;
  font-weight: 950;
}

.gp-map-error__msg {
  margin-top: 8px;
  color: #ff9a83;
  font-weight: 800;
}

.gp-map-error__hint {
  margin-top: 10px;
  max-width: 620px;
  color: var(--gp-muted);
  font-size: 13px;
}

.gp-empty {
  padding: 18px;
  border: 1px dashed rgba(184, 247, 223, 0.24);
  border-radius: 22px;
  background: rgba(21, 30, 46, 0.54);
}

.gp-empty__title {
  color: var(--gp-text);
  font-weight: 950;
}

.gp-empty__sub {
  margin-top: 6px;
  color: var(--gp-muted);
  font-size: 13px;
}

.gp-skel {
  display: grid;
  gap: 12px;
}

.gp-skel > div {
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(90deg, rgba(21, 30, 46, 0.54), rgba(39, 50, 77, 0.82), rgba(21, 30, 46, 0.54));
  background-size: 220% 100%;
  animation: gpSkeleton 1.15s ease-in-out infinite;
  border: 1px solid rgba(184, 247, 223, 0.08);
}

@keyframes gpSkeleton {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -220% 0;
  }
}

/* Google Maps / InfoWindow: scoped hardening against Elementor/theme image resets */
.gp-presence .gm-style img {
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  object-fit: initial !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.gp-presence .gm-style img[src*="googleapis"],
.gp-presence .gm-style img[src*="gstatic"],
.gp-presence .gm-style img[src*="ggpht"],
.gp-presence .gm-style img[src*="googleusercontent"] {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}

.gp-presence .gm-style div,
.gp-presence .gm-style span,
.gp-presence .gm-style button,
.gp-presence .gm-style a {
  letter-spacing: normal !important;
  text-transform: none !important;
}

.gp-presence .gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 20px !important;
  background: #101827 !important;
  color: #f5f7ff !important;
  border: 1px solid rgba(184, 247, 223, 0.22) !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.48) !important;
}

.gp-presence .gm-style .gm-style-iw-d {
  overflow: hidden !important;
  padding: 0 !important;
  background: #101827 !important;
}

.gp-presence .gm-style .gm-style-iw-tc::after {
  background: #101827 !important;
  border: 1px solid rgba(184, 247, 223, 0.22) !important;
}

.gp-presence .gm-style button.gm-ui-hover-effect {
  display: none !important;
}

.gp-presence .gm-style .gp-iw,
.gp-presence .gm-style .gp-iw * {
  box-sizing: border-box;
}


.gp-presence .gm-style .gp-iw :where(div, span, b, a, button) {
  letter-spacing: normal !important;
  text-transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.gp-presence .gm-style .gp-iw {
  min-width: 300px;
  max-width: 380px;
  padding: 18px;
  background: #101827 !important;
  color: #f5f7ff !important;
  font-family: var(--gp-font-family, inherit);
  line-height: 1.35;
}

.gp-presence .gm-style .gp-iw__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.gp-presence .gm-style .gp-iw__title {
  min-width: 0;
  color: #f5f7ff !important;
  font-size: 17px;
  line-height: 1.18;
  font-weight: 950;
}

.gp-presence .gm-style .gp-iw__close {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(109, 99, 255, 0.22) !important;
  color: #f5f7ff !important;
  cursor: pointer;
  font-size: 1.4rem !important;
  line-height: 1;
  font-weight: 900;
}

.gp-presence .gm-style .gp-iw__close:hover {
  background: rgba(184, 247, 223, 0.18) !important;
}

.gp-presence .gm-style .gp-iw__sub {
  margin-top: 6px;
  color: #b8f7df !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

.gp-presence .gm-style .gp-iw__rows {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.gp-presence .gm-style .gp-iw__rows > div {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 10px;
  color: rgba(226, 232, 255, 0.74) !important;
  font-size: 12px;
}

.gp-presence .gm-style .gp-iw__rows span {
  color: rgba(226, 232, 255, 0.62) !important;
  font-weight: 850;
}

.gp-presence .gm-style .gp-iw__rows b,
.gp-presence .gm-style .gp-iw__rows a {
  color: #f5f7ff !important;
  font-weight: 850;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.gp-presence .gm-style .gp-iw__actions {
  margin-top: 16px;
}

.gp-presence .gm-style .gp-iw__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  width: 100%;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #b8f7df !important;
  background: #b8f7df !important;
  color: #111827 !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.gp-marker-label {
  font-family: var(--gp-font-family, inherit);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.gp-presence-error {
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(198, 40, 40, 0.24);
  background: rgba(198, 40, 40, 0.08);
  color: #8e1616;
  font-weight: 800;
}

/* Dedicated agent page kept compatible with the original plugin */
.gp-agent-page {
  --gp-green: #b8f7df;
  --gp-green-2: #6d63ff;
  --gp-text: #f5f7ff;
  --gp-muted: rgba(226, 232, 255, 0.72);
  padding: 28px 16px;
  background: #0e1522;
}
.gp-agent-container {
  max-width: 1080px;
  margin: 0 auto;
}
.gp-agent-header {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}
.gp-agent-title,
.gp-agent-card {
  background: rgba(14, 21, 34, 0.94);
  border: 1px solid rgba(184, 247, 223, 0.14);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}
.gp-agent-h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 950;
  color: var(--gp-text);
}
.gp-agent-tags {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.gp-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(109, 99, 255, 0.18);
  color: var(--gp-text);
  font-weight: 800;
  font-size: 12.5px;
}
.gp-agent-thumb img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(184, 247, 223, 0.14);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}
.gp-agent-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.gp-agent-h2 {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 950;
}
.gp-agent-dl {
  margin: 0;
}
.gp-agent-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(184, 247, 223, 0.12);
}
.gp-agent-row:first-child {
  border-top: 0;
  padding-top: 0;
}
.gp-agent-row dt {
  color: var(--gp-muted);
  font-weight: 850;
}
.gp-agent-row dd {
  margin: 0;
  color: var(--gp-text);
  font-weight: 750;
}
.gp-agent-row a {
  color: var(--gp-green);
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 247, 223, 0.24);
}
.gp-agent-content {
  color: var(--gp-muted);
  line-height: 1.55;
}
.gp-agent-back {
  margin-top: 16px;
}
.gp-agent-backlink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(184, 247, 223, 0.16);
  background: rgba(21, 30, 46, 0.56);
  color: var(--gp-text);
  text-decoration: none;
  font-weight: 900;
}
.gp-agent-backlink:hover {
  background: rgba(109, 99, 255, 0.16);
}

@media (max-width: 1020px) {
  .gp-presence__body,
  .gp-presence--solunet .gp-presence__body {
    grid-template-columns: 340px minmax(0, 1fr);
  }
}

@media (max-width: 860px) {
  .gp-presence {
    border-radius: 22px;
    height: auto;
    max-height: none;
  }
  .gp-presence__header {
    grid-template-columns: 1fr;
    padding: 14px;
  }
  .gp-presence .gp-locate {
    width: 46px !important;
  }
  .gp-presence__body,
  .gp-presence--solunet .gp-presence__body {
    height: auto;
    grid-template-columns: 1fr;
  }
  .gp-presence__map-shell {
    height: 420px;
    min-height: 420px;
    order: 1;
  }
  .gp-presence__map {
    height: 100%;
    min-height: 420px;
  }
  .gp-presence__panel {
    order: 2;
    max-height: 360px;
    border-right: none;
    border-top: 1px solid var(--gp-line);
  }
}

@media (max-width: 980px) {
  .gp-agent-header,
  .gp-agent-grid {
    grid-template-columns: 1fr;
  }
}

/* Solunet v1.1.5 — premium compact branches list + DOM markers */
.gp-presence--solunet {
  --gp-card: linear-gradient(145deg, rgba(18, 27, 44, 0.96), rgba(13, 21, 35, 0.94));
  --gp-panel: linear-gradient(180deg, #0d1626 0%, #0a1220 100%);
  --gp-line: rgba(184, 247, 223, 0.18);
}

.gp-presence--solunet .gp-presence__body {
  grid-template-columns: 430px minmax(0, 1fr);
}

.gp-presence--solunet .gp-presence__panel {
  position: relative;
  background:
    radial-gradient(circle at 0 0, rgba(109, 99, 255, 0.16), transparent 32%),
    var(--gp-panel);
}

.gp-presence--solunet .gp-presence__panel::before {
  content: "Sedi Solunet Group";
  display: block;
  padding: 18px 18px 4px;
  color: rgba(245, 247, 255, 0.72);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.gp-presence--solunet .gp-presence__list {
  gap: 12px;
  padding: 14px 16px 18px;
  max-height: calc(var(--gp-effective-height) - 38px);
}

.gp-presence--solunet .gp-item {
  position: relative;
  padding: 15px;
  border-radius: 22px;
  border-color: rgba(184, 247, 223, 0.16);
  background: var(--gp-card);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.gp-presence--solunet .gp-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,0.065), transparent 34%, transparent 72%, rgba(184,247,223,0.055));
  opacity: 0.84;
}

.gp-presence--solunet .gp-item:hover,
.gp-presence--solunet .gp-item:focus-visible {
  border-color: rgba(184, 247, 223, 0.42);
  background: linear-gradient(145deg, rgba(24, 34, 55, 0.98), rgba(13, 21, 35, 0.96));
  box-shadow: 0 22px 60px rgba(109, 99, 255, 0.20), 0 18px 46px rgba(0, 0, 0, 0.28);
}

.gp-presence--solunet .gp-item.is-active {
  border-color: rgba(109, 99, 255, 0.88);
  background: linear-gradient(145deg, rgba(109, 99, 255, 0.24), rgba(15, 24, 39, 0.98));
  box-shadow: 0 24px 68px rgba(109, 99, 255, 0.28), 0 18px 46px rgba(0, 0, 0, 0.30);
}

.gp-presence--solunet .gp-item__top,
.gp-presence--solunet .gp-item__content,
.gp-presence--solunet .gp-item__footer {
  position: relative;
  z-index: 1;
}

.gp-presence--solunet .gp-item__top {
  align-items: center;
  gap: 12px;
}

.gp-presence--solunet .gp-item__pin {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, #6d63ff 0%, #8d85ff 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  box-shadow: 0 14px 34px rgba(109, 99, 255, 0.32);
}

.gp-presence--solunet .gp-item.is-active .gp-item__pin {
  background: linear-gradient(135deg, #b8f7df 0%, #d6fff0 100%);
  color: #101827;
  box-shadow: 0 16px 40px rgba(184, 247, 223, 0.28);
}

.gp-presence--solunet .gp-item__heading {
  min-width: 0;
  flex: 1;
}

.gp-presence--solunet .gp-item__title {
  color: #f5f7ff;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 950;
}

.gp-presence--solunet .gp-item__area {
  margin-top: 5px;
  color: rgba(184, 247, 223, 0.80);
  font-size: 11.5px;
  line-height: 1.25;
  font-weight: 850;
}

.gp-presence--solunet .gp-item__content {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.gp-presence--solunet .gp-item__line {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: rgba(226, 232, 255, 0.76);
  font-size: 12px;
  line-height: 1.28;
}

.gp-presence--solunet .gp-item__line span {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(184, 247, 223, 0.11);
  color: #b8f7df;
  font-size: 12px;
}

.gp-presence--solunet .gp-item__line b {
  color: rgba(245, 247, 255, 0.88);
  font-weight: 780;
}

.gp-presence--solunet .gp-item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 13px;
  padding-top: 11px;
  border-top: 1px solid rgba(184, 247, 223, 0.12);
  color: rgba(184, 247, 223, 0.90);
  font-size: 11.5px;
  font-weight: 920;
}

.gp-presence--solunet .gp-item__distance {
  background: rgba(184, 247, 223, 0.14);
  color: #b8f7df;
}

.gp-presence .gm-style .gp-branch-marker,
.gp-presence .gm-style .gp-branch-marker * {
  box-sizing: border-box !important;
}

.gp-presence .gm-style .gp-branch-marker {
  position: absolute !important;
  width: 72px !important;
  height: 86px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  cursor: pointer !important;
  transform: translate(-50%, -100%) !important;
  transform-origin: 50% 100% !important;
  pointer-events: auto !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  overflow: visible !important;
  filter: drop-shadow(0 18px 22px rgba(13, 21, 35, 0.30));
}

.gp-presence .gm-style .gp-branch-marker:focus-visible {
  outline: none !important;
}

.gp-presence .gm-style .gp-branch-marker__halo {
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 38px;
  height: 12px;
  border-radius: 999px;
  background: rgba(109, 99, 255, 0.26);
  transform: translateX(-50%);
  filter: blur(2px);
}

.gp-presence .gm-style .gp-branch-marker__pin {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px 18px 18px 6px;
  border: 3px solid rgba(255, 255, 255, 0.96);
  background: linear-gradient(135deg, #6d63ff 0%, #8f87ff 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18), 0 18px 42px rgba(109, 99, 255, 0.34);
  transform: translateX(-50%) rotate(-45deg);
  transition: transform 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

.gp-presence .gm-style .gp-branch-marker__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(14, 21, 34, 0.18);
  color: #ffffff !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: 0.04em !important;
  transform: rotate(45deg);
}

.gp-presence .gm-style .gp-branch-marker__caption {
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: 90px;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(13, 21, 35, 0.86);
  color: rgba(245, 247, 255, 0.94) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  white-space: nowrap;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 160ms ease, transform 160ms ease;
}

.gp-presence .gm-style .gp-branch-marker:hover .gp-branch-marker__pin,
.gp-presence .gm-style .gp-branch-marker:focus-visible .gp-branch-marker__pin,
.gp-presence .gm-style .gp-branch-marker.is-active .gp-branch-marker__pin {
  background: linear-gradient(135deg, #b8f7df 0%, #d6fff0 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.22), 0 22px 54px rgba(184, 247, 223, 0.34);
  transform: translateX(-50%) rotate(-45deg) scale(1.09);
}

.gp-presence .gm-style .gp-branch-marker:hover .gp-branch-marker__label,
.gp-presence .gm-style .gp-branch-marker:focus-visible .gp-branch-marker__label,
.gp-presence .gm-style .gp-branch-marker.is-active .gp-branch-marker__label {
  background: rgba(13, 21, 35, 0.10);
  color: #101827 !important;
}

.gp-presence .gm-style .gp-branch-marker:hover .gp-branch-marker__caption,
.gp-presence .gm-style .gp-branch-marker:focus-visible .gp-branch-marker__caption,
.gp-presence .gm-style .gp-branch-marker.is-active .gp-branch-marker__caption {
  opacity: 1;
  transform: translateX(-50%) translateY(-3px);
}

.gp-presence .gm-style .gp-branch-marker.is-pulsing .gp-branch-marker__pin {
  animation: gpSolunetPinPulse 680ms ease both;
}

@keyframes gpSolunetPinPulse {
  0% { transform: translateX(-50%) rotate(-45deg) scale(1); }
  42% { transform: translateX(-50%) rotate(-45deg) scale(1.22); }
  100% { transform: translateX(-50%) rotate(-45deg) scale(1.09); }
}

@media (max-width: 1020px) {
  .gp-presence--solunet .gp-presence__body {
    grid-template-columns: 360px minmax(0, 1fr);
  }
}

@media (max-width: 860px) {
  .gp-presence--solunet .gp-presence__body {
    grid-template-columns: 1fr;
  }

  .gp-presence--solunet .gp-presence__panel::before {
    padding: 14px 14px 0;
  }

  .gp-presence--solunet .gp-presence__list {
    padding: 12px 14px 16px;
    max-height: 420px;
  }
}

/* Solunet v1.1.6 — smoother map focus, cleaner list alignment, resilient premium markers */
.gp-presence--solunet .gp-item {
  padding: 16px 16px 14px;
  min-height: 98px;
}

.gp-presence--solunet .gp-item__top {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 26px;
  align-items: center;
  gap: 13px;
}

.gp-presence--solunet .gp-item__pin {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
  border-radius: 17px;
  font-size: 12px;
}

.gp-presence--solunet .gp-item__title {
  font-size: 15.5px;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.gp-presence--solunet .gp-item__area {
  margin-top: 6px;
  color: #b8f7df;
  font-size: 11.5px;
  line-height: 1.25;
}

.gp-presence--solunet .gp-item__chevron {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(184, 247, 223, 0.10);
  color: rgba(184, 247, 223, 0.86);
  /* font-size: 24px; */
  line-height: 1;
  font-weight: 500;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.gp-presence--solunet .gp-item:hover .gp-item__chevron,
.gp-presence--solunet .gp-item:focus-visible .gp-item__chevron,
.gp-presence--solunet .gp-item.is-active .gp-item__chevron {
  transform: translateX(2px);
  background: rgba(184, 247, 223, 0.18);
  color: #b8f7df;
}

.gp-presence--solunet .gp-item__content {
  gap: 8px;
  margin-top: 13px;
  padding-left: 2px;
}

.gp-presence--solunet .gp-item__line {
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 24px;
  font-size: 12.2px;
  line-height: 1.28;
}

.gp-presence--solunet .gp-item__line-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(184, 247, 223, 0.11);
  color: #b8f7df;
}

.gp-presence--solunet .gp-item__line-icon svg {
  width: 12px;
  height: 12px;
  display: block;
  fill: currentColor;
}

.gp-presence--solunet .gp-item__line b {
  min-width: 0;
  color: rgba(245, 247, 255, 0.90);
  font-weight: 820;
  overflow-wrap: anywhere;
}

.gp-presence .gm-style .gp-branch-marker {
  width: 94px !important;
  height: 102px !important;
  transform: translate(-50%, -100%) !important;
  filter: drop-shadow(0 22px 26px rgba(13, 21, 35, 0.34));
  transition: filter 180ms ease;
}

.gp-presence .gm-style .gp-branch-marker__halo {
  left: 50%;
  bottom: 7px;
  width: 44px;
  height: 14px;
  background: rgba(109, 99, 255, 0.30);
  transform: translateX(-50%);
  filter: blur(3px);
}

.gp-presence .gm-style .gp-branch-marker__pin {
  left: 50%;
  bottom: 27px;
  width: 54px;
  height: 54px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.96);
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.34), transparent 28%),
    linear-gradient(135deg, #6d63ff 0%, #8f87ff 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.18),
    0 18px 42px rgba(109, 99, 255, 0.38);
  transform: translateX(-50%) scale(1);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.gp-presence .gm-style .gp-branch-marker__tail {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 18px;
  height: 18px;
  border-right: 2px solid rgba(255, 255, 255, 0.96);
  border-bottom: 2px solid rgba(255, 255, 255, 0.96);
  border-radius: 0 0 6px 0;
  background: linear-gradient(135deg, #7b72ff 0%, #6d63ff 100%);
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 8px 8px 22px rgba(109, 99, 255, 0.22);
}

.gp-presence .gm-style .gp-branch-marker__ring {
  position: absolute;
  inset: 7px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.gp-presence .gm-style .gp-branch-marker__label {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: rgba(14, 21, 34, 0.20);
  color: #ffffff !important;
  font-size: 11.5px !important;
  transform: none !important;
}

.gp-presence .gm-style .gp-branch-marker__caption {
  bottom: 0;
  max-width: 112px;
  padding: 5px 9px;
  background: rgba(13, 21, 35, 0.90);
  box-shadow: 0 10px 28px rgba(0,0,0,0.20);
  font-size: 10.5px !important;
}

.gp-presence .gm-style .gp-branch-marker:hover .gp-branch-marker__pin,
.gp-presence .gm-style .gp-branch-marker:focus-visible .gp-branch-marker__pin,
.gp-presence .gm-style .gp-branch-marker.is-active .gp-branch-marker__pin {
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.46), transparent 30%),
    linear-gradient(135deg, #b8f7df 0%, #d6fff0 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.22),
    0 24px 58px rgba(184, 247, 223, 0.38);
  transform: translateX(-50%) scale(1.08);
}

.gp-presence .gm-style .gp-branch-marker:hover .gp-branch-marker__tail,
.gp-presence .gm-style .gp-branch-marker:focus-visible .gp-branch-marker__tail,
.gp-presence .gm-style .gp-branch-marker.is-active .gp-branch-marker__tail {
  background: linear-gradient(135deg, #d6fff0 0%, #b8f7df 100%);
}

.gp-presence .gm-style .gp-branch-marker:hover .gp-branch-marker__label,
.gp-presence .gm-style .gp-branch-marker:focus-visible .gp-branch-marker__label,
.gp-presence .gm-style .gp-branch-marker.is-active .gp-branch-marker__label {
  background: rgba(13, 21, 35, 0.08);
  color: #101827 !important;
}

.gp-presence .gm-style .gp-branch-marker.is-active {
  filter: drop-shadow(0 26px 34px rgba(13, 21, 35, 0.40));
}

.gp-presence .gm-style .gp-branch-marker.is-pulsing .gp-branch-marker__pin {
  animation: gpSolunetPinPulseClean 720ms ease both;
}

@keyframes gpSolunetPinPulseClean {
  0% { transform: translateX(-50%) scale(1); }
  42% { transform: translateX(-50%) scale(1.22); }
  100% { transform: translateX(-50%) scale(1.08); }
}

.gp-presence .gm-style .gp-iw {
  min-width: 330px;
  max-width: 390px;
  padding: 20px;
}

.gp-presence .gm-style .gp-iw__title {
  font-size: 18px;
}

@media (max-width: 860px) {
  .gp-presence--solunet .gp-item__top {
    grid-template-columns: 44px minmax(0, 1fr) 24px;
  }

  .gp-presence--solunet .gp-item__pin {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .gp-presence .gm-style .gp-iw {
    min-width: 280px;
    max-width: 320px;
  }
}


/* Solunet v1.1.7 — governed focus flow, custom centered dialog and cleaned map controls */
.gp-presence--solunet .gm-fullscreen-control,
.gp-presence--solunet .gm-control-active[title*="Schermo intero"],
.gp-presence--solunet .gm-control-active[aria-label*="Schermo intero"],
.gp-presence--solunet .gm-control-active[title*="fullscreen" i],
.gp-presence--solunet .gm-control-active[aria-label*="fullscreen" i] {
  display: none !important;
}

.gp-focus-card,
.gp-focus-card * {
  box-sizing: border-box;
}

.gp-focus-card {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: calc(50% - 78px);
  width: min(420px, calc(100% - 44px));
  transform: translate(-50%, -52%) scale(0.975);
  opacity: 0;
  pointer-events: auto;
  filter: drop-shadow(0 32px 64px rgba(8, 13, 24, 0.38));
  transition:
    opacity 220ms ease,
    transform 260ms cubic-bezier(.2,.8,.2,1);
}

.gp-focus-card.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.gp-focus-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 22px;
  height: 22px;
  background: #101827;
  border-right: 1px solid rgba(184, 247, 223, 0.22);
  border-bottom: 1px solid rgba(184, 247, 223, 0.22);
  transform: translateX(-50%) rotate(45deg);
}

.gp-focus-card .gp-iw {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: none;
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(184, 247, 223, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 0%, rgba(109, 99, 255, 0.20), transparent 34%),
    linear-gradient(145deg, rgba(16, 24, 39, 0.98), rgba(10, 18, 32, 0.98));
  color: #f5f7ff;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 28px 74px rgba(0, 0, 0, 0.38);
  font-family: var(--gp-font-family, inherit);
}

.gp-focus-card .gp-iw__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.gp-focus-card .gp-iw__title {
  color: #f5f7ff;
  font-size: 19px;
  line-height: 1.12;
  font-weight: 950;
}

.gp-focus-card .gp-iw__sub {
  margin-top: 7px;
  color: #b8f7df;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gp-focus-card .gp-iw__close {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 247, 223, 0.12);
  border-radius: 999px;
  background: rgba(109, 99, 255, 0.20);
  color: #f5f7ff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.gp-focus-card .gp-iw__close:hover,
.gp-focus-card .gp-iw__close:focus-visible {
  background: #b8f7df;
  color: #101827;
  transform: scale(1.04);
  outline: none;
}

.gp-focus-card .gp-iw__rows {
  display: grid;
  gap: 10px;
  margin-top: 15px;
}

.gp-focus-card .gp-iw__rows > div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: rgba(226, 232, 255, 0.74);
  font-size: 12.5px;
  line-height: 1.32;
}

.gp-focus-card .gp-iw__rows span {
  color: rgba(226, 232, 255, 0.58);
  font-weight: 900;
}

.gp-focus-card .gp-iw__rows b,
.gp-focus-card .gp-iw__rows a {
  min-width: 0;
  color: #f5f7ff;
  font-weight: 850;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.gp-focus-card .gp-iw__actions {
  margin-top: 17px;
}

.gp-focus-card .gp-iw__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: 100%;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #b8f7df;
  background: #b8f7df;
  color: #111827;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.gp-presence--solunet .gp-item {
  padding: 16px;
}

.gp-presence--solunet .gp-item__top {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 13px;
}

.gp-presence--solunet .gp-item__pin {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  border-radius: 16px;
  font-size: 12px;
}

.gp-presence--solunet .gp-item__content {
  padding-left: 0;
}

.gp-presence--solunet .gp-item__line {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 26px;
}

.gp-presence--solunet .gp-item__line-icon {
  width: 26px !important;
  height: 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 26px;
}

.gp-presence--solunet .gp-item__line-icon svg {
  width: 13px;
  height: 13px;
}

.gp-presence .gm-style .gp-branch-marker {
  width: 96px !important;
  height: 108px !important;
}

.gp-presence .gm-style .gp-branch-marker__pin {
  bottom: 30px;
  width: 58px;
  height: 58px;
  border-radius: 22px;
}

.gp-presence .gm-style .gp-branch-marker__tail {
  bottom: 20px;
}

.gp-presence .gm-style .gp-branch-marker__caption {
  bottom: 1px;
  max-width: 118px;
  padding: 5px 10px;
}

@media (max-width: 860px) {
  .gp-focus-card {
    top: calc(50% - 62px);
    width: min(340px, calc(100% - 28px));
  }

  .gp-focus-card .gp-iw {
    padding: 17px;
    border-radius: 21px;
  }

  .gp-focus-card .gp-iw__rows > div {
    grid-template-columns: 76px minmax(0, 1fr);
  }
}

/* Solunet v1.1.9 — anchored dialog visibility fix, non-blocking hidden overlay, stable selection flow */
.gp-presence .gm-style .gp-focus-card {
  position: absolute !important;
  z-index: 1200 !important;
  width: min(430px, calc(100vw - 72px)) !important;
  transform: translate(-50%, calc(-100% - 34px)) scale(0.975) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  will-change: transform, opacity, left, top !important;
  transition:
    opacity 190ms ease,
    transform 240ms cubic-bezier(.2,.8,.2,1) !important;
}

.gp-presence .gm-style .gp-focus-card.is-visible {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(-50%, calc(-100% - 40px)) scale(1) !important;
}

.gp-presence .gm-style .gp-focus-card::after {
  bottom: -10px;
}

.gp-presence .gm-style .gp-focus-card .gp-iw {
  width: 100%;
  max-width: none;
}

.gp-presence--solunet .gp-presence__panel {
  border-right-color: rgba(184, 247, 223, 0.18);
}

.gp-presence--solunet .gp-presence__panel::before {
  padding: 19px 18px 3px;
  color: rgba(245, 247, 255, 0.76);
}

.gp-presence--solunet .gp-presence__list {
  gap: 11px;
  padding: 14px 17px 18px;
}

.gp-presence--solunet .gp-item {
  padding: 15px 15px 14px;
  border-radius: 20px;
}

.gp-presence--solunet .gp-item__top {
  grid-template-columns: 46px minmax(0, 1fr) 26px;
  gap: 12px;
}

.gp-presence--solunet .gp-item__pin {
  align-self: start;
  margin-top: 1px;
}

.gp-presence--solunet .gp-item__title {
  font-size: 15px;
  line-height: 1.12;
}

.gp-presence--solunet .gp-item__area {
  margin-top: 5px;
  font-size: 11.2px;
  line-height: 1.22;
}

.gp-presence--solunet .gp-item__content {
  margin-top: 12px;
  gap: 7px;
}

.gp-presence--solunet .gp-item__line {
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  min-height: 24px;
}

.gp-presence--solunet .gp-item__line-icon {
  width: 24px !important;
  height: 24px !important;
  margin-top: -1px;
}

.gp-presence--solunet .gp-item__line b {
  padding-top: 1px;
  line-height: 1.32;
}

.gp-presence .gm-style .gp-branch-marker {
  will-change: transform, filter;
}

.gp-presence .gm-style .gp-branch-marker.is-active .gp-branch-marker__caption {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}

@media (max-width: 860px) {
  .gp-presence .gm-style .gp-focus-card {
    width: min(350px, calc(100vw - 34px)) !important;
    transform: translate(-50%, calc(-100% - 30px)) scale(0.975) !important;
  }

  .gp-presence .gm-style .gp-focus-card.is-visible {
    transform: translate(-50%, calc(-100% - 34px)) scale(1) !important;
  }
}


/* Solunet v1.1.9 — ensure custom marker dialog remains clickable only when visible */
.gp-presence .gm-style .gp-focus-card:not(.is-visible) {
  pointer-events: none !important;
}

.gp-presence .gm-style .gp-focus-card.is-visible {
  pointer-events: auto !important;
}


/* Solunet v1.2.0 — marker-centered camera flow, cleaner list, no extra map controls */
.gp-presence--solunet .gp-item__top {
  grid-template-columns: minmax(0, 1fr) 26px !important;
  gap: 12px !important;
}

.gp-presence--solunet .gp-item__pin {
  display: none !important;
}

.gp-presence--solunet .gp-item__line--address {
  grid-template-columns: minmax(0, 1fr) !important;
  padding-left: 0 !important;
}

.gp-presence--solunet .gp-item__line--address b {
  padding-top: 0 !important;
}

.gp-presence--solunet .gp-map-locate,
.gp-presence--solunet .gm-bundled-control,
.gp-presence--solunet .gm-bundled-control-on-bottom,
.gp-presence--solunet .gm-svpc,
.gp-presence--solunet .gm-style-mtc,
.gp-presence--solunet .gm-style button.gm-control-active:not(.gp-branch-marker):not(.gp-iw__close) {
  display: none !important;
}

@media (max-width: 860px) {
  .gp-presence--solunet .gp-item__top {
    grid-template-columns: minmax(0, 1fr) 24px !important;
  }
}


/* Solunet v1.2.1 — compact side cards and marker-anchored camera transitions */
.gp-presence--solunet .gp-item {
  min-height: 0 !important;
  padding: 14px 14px 13px !important;
}

.gp-presence--solunet .gp-item__content {
  margin-top: 9px !important;
  gap: 0 !important;
}

.gp-presence--solunet .gp-item__line--address {
  display: block !important;
  min-height: 0 !important;
  font-size: 12px !important;
  line-height: 1.34 !important;
}

.gp-presence--solunet .gp-item__line--address b {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  color: rgba(245, 247, 255, 0.90) !important;
}

.gp-presence--solunet .gp-item__line:not(.gp-item__line--address) {
  display: none !important;
}

.gp-presence--solunet .gp-item__title {
  font-size: 14.8px !important;
}

.gp-presence--solunet .gp-item__area {
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}


/* Solunet v1.2.2 — smoother marker focus and centered detail dialog */
.gp-presence .gm-style .gp-focus-card {
  transform: translate(-50%, calc(-100% - 42px)) scale(0.985) !important;
  transition:
    opacity 220ms ease,
    transform 300ms cubic-bezier(.16, 1, .3, 1) !important;
}

.gp-presence .gm-style .gp-focus-card.is-visible {
  transform: translate(-50%, calc(-100% - 46px)) scale(1) !important;
}

.gp-presence .gm-style .gp-focus-card::after {
  bottom: -11px !important;
}

.gp-presence .gm-style .gp-focus-card .gp-iw {
  box-shadow: 0 34px 78px rgba(8, 13, 24, 0.42);
}

.gp-presence .gm-style .gp-branch-marker.is-active {
  z-index: 1100 !important;
}

/* Solunet v1.2.4 — safer opening overview padding */
.gp-presence--solunet.is-map-booting .gp-presence__map {
  opacity: 0;
}

.gp-presence--solunet.is-map-ready .gp-presence__map {
  opacity: 1;
  transition: opacity 260ms ease;
}

.gp-presence--solunet.is-map-booting .gp-presence__map-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 58% 42%, rgba(109, 99, 255, 0.12), transparent 34%),
    linear-gradient(135deg, #eaf1ee 0%, #eef3f0 48%, #dfe9e7 100%);
}

.gp-presence .gm-style .gp-focus-card {
  transition:
    opacity 240ms ease,
    transform 340ms cubic-bezier(.16, 1, .3, 1) !important;
}

.gp-presence .gm-style .gp-branch-marker__pin,
.gp-presence .gm-style .gp-branch-marker__tail,
.gp-presence .gm-style .gp-branch-marker__caption {
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
