.ods-location-search {
  position: relative;
  max-width: 520px;
}

.ods-location-search label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 5px;
}

#locationSearch {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 14px;
}

.location-results {
  position: absolute;
  z-index: 50;
  top: 64px;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
  overflow: hidden;
}

.location-result {
  display: block;
  width: 100%;
  padding: 10px 12px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  background: white;
  cursor: pointer;
}

.location-result:hover {
  background: #f8fafc;
}

.location-result.is-offshore {
  border-left: 4px solid #0ea5e9;
}

.location-result.is-fallback {
  border-left: 4px solid #94a3b8;
}

.location-main {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.location-main strong {
  font-size: 14px;
  color: #0f172a;
}

.location-main span {
  font-size: 11px;
  color: #64748b;
  white-space: nowrap;
}

.location-sub,
.location-coords,
.location-empty {
  font-size: 12px;
  color: #64748b;
  margin-top: 3px;
}

.latlon-row {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.latlon-row label {
  flex: 1;
}

.latlon-row input {
  width: 100%;
  padding: 7px 9px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 12px;
  background: #f8fafc;
}

/* Header lat/lon */
.report-location-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.report-location-row h1 {
  margin: 0;
}

.report-coords {
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.68);
  white-space: nowrap;
}

@media print {
  .report-coords {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.72);
  }
}

.location-result-section {
  padding: 7px 12px 6px;
  background: #eef6fb;
  color: #0f4f70;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-bottom: 1px solid #dbe8f1;
}

.location-result-section + .location-result {
  border-top: 0;
}
