.location-tracker-map{ 
  width:100%;
  min-height: 360px;
  height: var(--lt-map-height, 420px);
  background: #f6f3f4;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
}
.location-tracker-popup .lt-popup { font: 14px/1.4 Arial, sans-serif; }
.location-tracker-popup .lt-pop-img img{ max-width:100%; height:auto; border-radius:6px; display:block; margin-bottom:8px; }
.location-tracker-popup .lt-pop-title{ font-weight:600; margin:6px 0; }
.location-tracker-popup .lt-pop-desc{ margin:6px 0 8px; white-space:pre-wrap; }
.location-tracker-popup .lt-row{ margin:2px 0; }
.lt-marker .lt-marker-inner{
  background: #eb1e1e;
  width: 28px; height: 28px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
  border: 2px solid #fff;
}


/* =============== Project Detail Page Styling =============== */
.single-location_update .entry-header,
.single-location_update .post-meta,
.single-location_update .post-navigation,
.single-location_update .comments-area {
    display: none !important;
}

/* Make project page full width */
.single-location_update .site-content,
.single-location_update .content-area,
.single-location_update #primary,
.single-location_update #main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
}

/* Align your custom details nicely */
.lt-project-details {
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-radius: 12px;
}

/* Optional: tidy back button */
.lt-pd-back {
    margin-bottom: 20px;
}
.lt-pd-back-btn {
    text-decoration: none;
    color: #0073aa;
    font-weight: 500;
    transition: color 0.2s;
}
.lt-pd-back-btn:hover {
    color: #005177;
}

