.tasa-map-orders {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  color: #1a2a3a;
  font-size: 1rem;
  line-height: 1.55;
}

.tasa-map-orders__intro,
.tasa-map-orders__pack-note,
.tasa-map-orders__price-note {
  margin: 0 0 1rem;
}

.tasa-map-orders__prices {
  margin: 1.5rem 0;
}

.tasa-map-orders__price-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d8dee6;
}

.tasa-map-orders__price-table th,
.tasa-map-orders__price-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #d8dee6;
  text-align: left;
  vertical-align: top;
}

.tasa-map-orders__price-table thead th {
  background: #0b3d6e;
  color: #fff;
  font-weight: 600;
}

.tasa-map-orders__price-table tbody tr:nth-child(even) {
  background: #f5f8fb;
}

.tasa-map-orders__form {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid #d8dee6;
  background: #fff;
}

.tasa-map-orders__form-title {
  margin: 0 0 1.25rem;
  font-size: 1.35rem;
  color: #0b3d6e;
}

.tasa-map-orders__field {
  margin: 0 0 1.1rem;
  border: 0;
  padding: 0;
  min-width: 0;
}

.tasa-map-orders__field label,
.tasa-map-orders__pickup legend {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.tasa-map-orders__field input[type="text"],
.tasa-map-orders__field input[type="email"],
.tasa-map-orders__field input[type="tel"],
.tasa-map-orders__field input[type="number"],
.tasa-map-orders__field textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 2.75rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid #b8c4d1 !important;
  border-radius: 2px;
  background: #fff !important;
  color: #1a2a3a !important;
  caret-color: #1a2a3a !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #1a2a3a !important;
  box-shadow: none;
}

.tasa-map-orders__field input[type="number"] {
  /* Avoid Avada clipping spinner/text in narrow fields */
  appearance: textfield;
  -moz-appearance: textfield;
}

.tasa-map-orders__field input[type="number"]::-webkit-outer-spin-button,
.tasa-map-orders__field input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tasa-map-orders__field input::placeholder,
.tasa-map-orders__field textarea::placeholder {
  color: #8a9aad !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #8a9aad !important;
}

.tasa-map-orders__field input:focus,
.tasa-map-orders__field textarea:focus {
  outline: 2px solid #0b3d6e;
  outline-offset: 1px;
  color: #1a2a3a !important;
  background: #fff !important;
  -webkit-text-fill-color: #1a2a3a !important;
}

.tasa-map-orders__radio {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  margin: 0.35rem 0;
  cursor: pointer;
}

.tasa-map-orders__hint {
  margin: 0.4rem 0 0;
  font-size: 0.92rem;
  color: #4a5d70;
  min-height: 1.2em;
}

.tasa-map-orders__bundle-ref {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: #6a7c8e;
}

.tasa-map-orders__calc {
  margin: 1rem 0 1.25rem;
  padding: 1rem;
  background: #f5f8fb;
  border-left: 4px solid #e6b422;
}

.tasa-map-orders__calc-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.35rem 0;
}

.tasa-map-orders__calc-row--total {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #d0dae4;
  font-size: 1.1rem;
}

.tasa-map-orders__messages {
  margin: 0 0 1rem;
  min-height: 1.25em;
}

.tasa-map-orders__messages--success {
  color: #0a6b3c;
  font-weight: 600;
}

.tasa-map-orders__messages--error {
  color: #a11;
  font-weight: 600;
}

.tasa-map-orders__submit {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  border: 0;
  background: #0b3d6e;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.tasa-map-orders__submit:hover,
.tasa-map-orders__submit:focus {
  background: #082b4d;
}

.tasa-map-orders__submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

@media (max-width: 600px) {
  .tasa-map-orders__form {
    padding: 1rem;
  }

  .tasa-map-orders__price-table th,
  .tasa-map-orders__price-table td {
    padding: 0.6rem 0.7rem;
    font-size: 0.95rem;
  }
}
