.lm-wrapper {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  padding: 12px;
}

.lm-map {
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
}

.lm-marker span {
  display: block;
  width: 14px;
  height: 14px;
  background: #f05a28;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.lm-photo {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 8px;
}

.lm-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 2px;
}

.lm-address {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}

.lm-btn {
  display: inline-block;
  padding: 6px 10px;
  background: #f05a28;
  color: #fff !important;
  font-size: 12px;
  border-radius: 6px;
  text-decoration: none;
}

.lm-btn:hover {
  background: #d94e21;
}
