.delivery-map-wrap {
  margin-top: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(166, 116, 47, 0.18);
  background: #f8f4ee;
}

.delivery-map-wrap--view-only {
  border-color: rgba(42, 41, 39, 0.1);
  background: #ebe8e3;
  box-shadow: none;
}

.delivery-map {
  width: 100%;
  height: 260px;
  min-height: 260px;
  background: #e8eef5;
}

.delivery-map--trip {
  height: 360px;
  min-height: 360px;
}

.delivery-map--view-only {
  background: #ebe8e3;
  pointer-events: auto;
  touch-action: manipulation;
}

.delivery-map-frame {
  display: block;
  width: 100%;
  border: 0;
  background: #e8eef5;
}

.delivery-map-loading,
.delivery-map-note {
  margin: 0;
  padding: 18px 14px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--muted, #7a6f63);
}

.delivery-map-note {
  text-align: center;
}

.delivery-map-details {
  padding: 10px 12px 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--text, #342820);
}

.delivery-map-details p {
  margin: 0 0 6px;
}

.delivery-map-details strong {
  color: var(--primary-dark, #a6742f);
}

.delivery-map-route-meta {
  margin: 0;
  padding: 8px 12px 10px;
  font-size: 0.82rem;
  color: var(--muted, #7a6f63);
  border-top: 1px solid rgba(166, 116, 47, 0.12);
}

.delivery-map-route-meta a {
  color: var(--primary-dark, #a6742f);
  font-weight: 600;
  text-decoration: none;
}

.delivery-map-route-meta a:hover {
  text-decoration: underline;
}

.voice-nav-panel {
  margin: 0 0 12px;
}

.voice-nav-btn {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.voice-nav-link {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--primary-dark, #a6742f);
  font-weight: 700;
  text-decoration: none;
}

.voice-nav-link:hover {
  text-decoration: underline;
}

.voice-nav-hint {
  display: block;
  font-size: 0.8rem;
  color: var(--muted, #7a6f63);
}
