.scone-map {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  filter: sepia(30%);
}

.scone-popup {
  width: 300px;
  max-width: 300px;
  font-family: inherit;
  color: #111;
}

.scone-popup-image {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f3f3f3;
}

.scone-popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.scone-popup-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.scone-popup-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
}

.scone-popup-price {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(165, 39, 20, 0.08);
  color: #a52714;
  font-weight: 800;
  font-size: 14px;
}

.scone-popup-details {
  font-size: 14px;
  line-height: 1.35;
  color: #333;
  white-space: pre-wrap;
}

.scone-popup-meta {
  font-size: 12px;
  color: #666;
}

.scone-popup-meta span {
  color: #111;
  font-weight: 600;
}

.scone-popup-links a {
  color: #a52714;
  font-weight: 700;
  text-decoration: none;
}

.scone-popup-links a:hover {
  text-decoration: underline;
}

/* Leaflet popup polish */
.leaflet-popup-content-wrapper {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.leaflet-popup-content {
  margin: 12px;
}

.leaflet-popup-tip {
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}


.scone-map-wrap {
  position: relative;
}

.scone-map-wrap > .vc_column_container,
.scone-map-wrap .vc_column-inner {
  position: static;
}

.scone-map-title {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1000;
  margin: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  color: #a52714;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
}

@media (max-width: 768px) {
  .scone-map-title {
    top: 10px;
    right: 10px;
    padding: 8px 12px;
    font-size: 14px;
  }
}
