.lcm-wrap {
  width: 100%;
  max-width: 100%;
}

.lcm-map {
  width: 100%;.lcm-map {
  width: 100%;
  min-height: 240px; /* new: ensure non-zero height */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,.08);
}

  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,.08);
}

.lcm-notice {
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff9e6;
  border: 1px solid #ffe08a;
  font-size: 14px;
}
