/* ============================================================
   Zanzibar Life — Taxi-Widget v1.0.0 (2026-06-12)
   Basis-Klassen (.zlt-*) kommen aus zl-tours.css (Dependency).
   Hier nur Scope #zl-taxi + Editorial-Palette der Unterseiten.
   ============================================================ */
#zl-taxi { max-width: 880px; margin: 24px auto; font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif; }
#zl-taxi * { box-sizing: border-box; }

#zl-taxi .zlt-tile {
  background: #fff;
  border: 1px solid #F0EAE0;
  border-radius: 18px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .05);
}
#zl-taxi .zlx-emoji { font-size: 44px; height: 64px; line-height: 64px; }
#zl-taxi .zlt-tile-name { font-family: "Fraunces", Georgia, serif; font-weight: 600; color: #0F172A; }
#zl-taxi .zlt-tile-price { color: #0E7490; font-weight: 700; }

#zl-taxi .zlt-btn {
  background: #B45309;
  border-radius: 999px;
  font-weight: 700;
  min-height: 44px;
  transition: background .2s ease;
}
#zl-taxi .zlt-btn:hover:not(:disabled) { background: #92400E; }
#zl-taxi .zlt-btn--ghost { background: #fff; color: #0E7490; border: 1.5px solid #0E7490; }
#zl-taxi .zlt-btn--ghost:hover { background: #F0FDFA; }

#zl-taxi .zlt-card {
  background: #fff;
  border: 1px solid #F0EAE0;
  border-radius: 18px;
  padding: 20px;
}
#zl-taxi .zlt-card h3 { font-family: "Fraunces", Georgia, serif; font-weight: 600; }
#zl-taxi .zlt-wa { color: #0E7490; }

#zl-taxi .zlx-seg {
  display: flex;
  gap: 8px;
}
#zl-taxi .zlx-seg-btn {
  flex: 1 1 0;
  min-height: 44px;
  padding: 8px 10px;
  border: 1.5px solid #E2E8F0;
  border-radius: 999px;
  background: #fff;
  color: #334155;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: .92rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}
#zl-taxi .zlx-seg-btn.is-on {
  border-color: #0E7490;
  background: #F0FDFA;
  color: #0E7490;
}

#zl-taxi .zlt-field { position: relative; }
#zl-taxi .zlx-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 60;
  margin-top: 4px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .16);
  max-height: 264px;
  overflow-y: auto;
}
#zl-taxi .zlx-suggest-item {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  text-align: left;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #F1F5F9;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: .92rem;
  color: #0F172A;
  cursor: pointer;
}
#zl-taxi .zlx-suggest-item:last-child { border-bottom: 0; }
#zl-taxi .zlx-suggest-item:hover { background: #F0FDFA; }

#zl-taxi .zlx-rettoggle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 4px;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: .95rem;
  font-weight: 600;
  color: #0F172A;
  cursor: pointer;
  min-height: 44px;
}
#zl-taxi .zlx-rettoggle input {
  width: 20px;
  height: 20px;
  accent-color: #B45309;
}
#zl-taxi .zlx-retwrap {
  border-inline-start: 3px solid #FDE3C3;
  padding-inline-start: 12px;
  margin: 4px 0 8px;
}

#zl-taxi .zlx-locbtn {
  width: 100%;
  margin: -4px 0 6px;
  font-size: .9rem;
  min-height: 40px;
}

#zl-taxi .zlx-pricebox {
  margin-top: 12px;
  padding: 10px 14px;
  background: #FFF7ED;
  border: 1px solid #FDE3C3;
  border-radius: 10px;
  font-size: .92rem;
  font-weight: 600;
  color: #92400E;
  min-height: 0;
}
#zl-taxi .zlx-pricebox:empty { display: none; }

@media (max-width: 599px) {
  #zl-taxi .zlt-tile { flex-basis: 100%; max-width: none; }
  #zl-taxi .zlt-card { padding: 16px; }
}
