.taxi-mvp {
  max-width: 720px;
  margin: 20px auto;
  padding: 18px;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  background: #ffffff;
  color: #18202f;
  font-family: Arial, sans-serif;
}

.taxi-mvp h2,
.taxi-mvp h3 {
  margin: 0 0 14px;
  color: #18202f;
}

.taxi-mvp label {
  display: block;
  margin: 12px 0;
  color: #667085;
  font-size: 14px;
}

.taxi-mvp input,
.taxi-mvp select {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 11px 12px;
  border: 1px solid #d9dee8;
  border-radius: 6px;
  font-size: 16px;
}

.taxi-mvp-map {
  width: 100%;
  height: 360px;
  margin: 0 0 16px;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  overflow: hidden;
  background: #eef2f7;
}

.taxi-mvp .leaflet-popup-content {
  font-size: 14px;
  line-height: 1.45;
}

.taxi-mvp-marker {
  background: transparent;
  border: 0;
}

.taxi-mvp-marker span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 3px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
  color: #ffffff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
}

.taxi-mvp-marker svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.taxi-mvp-customer-marker span {
  background: #2563eb;
}

.taxi-mvp button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 8px 8px 0 0;
  padding: 10px 14px;
  border: 0;
  border-radius: 6px;
  background: #f6c400;
  color: #111827;
  font-weight: 700;
  cursor: pointer;
}

.taxi-mvp button:hover {
  filter: brightness(0.96);
}

.taxi-mvp .taxi-mvp-secondary {
  background: #eef2ff;
  color: #2563eb;
}

.taxi-mvp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.taxi-mvp-message {
  min-height: 24px;
  margin: 12px 0;
  color: #667085;
}

.taxi-mvp-message.success {
  color: #15803d;
}

.taxi-mvp-message.error {
  color: #b91c1c;
}

.taxi-mvp-rides {
  display: grid;
  gap: 12px;
}

.taxi-mvp-ride {
  padding: 14px;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  background: #f9fafb;
}

.taxi-mvp-ride strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.taxi-mvp-ride div {
  margin: 5px 0;
  color: #4b5563;
}

.taxi-mvp-empty {
  padding: 18px;
  border: 1px dashed #d9dee8;
  border-radius: 8px;
  color: #667085;
  text-align: center;
}

.taxi-mvp-status,
.taxi-mvp-active {
  margin-top: 14px;
}

.taxi-mvp-card {
  padding: 14px;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  background: #f9fafb;
  color: #374151;
}

.taxi-mvp-card strong {
  display: block;
  margin-bottom: 8px;
  color: #18202f;
}

.taxi-mvp-card div {
  margin: 5px 0;
}

.taxi-mvp-accepted {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.taxi-mvp-active-card {
  margin-bottom: 16px;
  border-color: #bfdbfe;
  background: #eff6ff;
}

.taxi-mvp-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 10px 8px 0 0;
  padding: 9px 12px;
  border-radius: 6px;
  background: #f6c400;
  color: #111827;
  font-weight: 700;
  text-decoration: none;
}

.taxi-mvp-button-link:hover {
  color: #111827;
  filter: brightness(0.96);
}

.taxi-mvp-whatsapp {
  background: #dcfce7;
  color: #166534;
}

@media (max-width: 640px) {
  .taxi-mvp {
    margin: 12px 0;
    padding: 14px;
  }

  .taxi-mvp button {
    width: 100%;
    margin-right: 0;
  }

  .taxi-mvp-button-link {
    width: 100%;
    margin-right: 0;
  }

  .taxi-mvp-map {
    height: 300px;
  }
}
