.inquiry-field-help {
  display: block;
  margin-top: 6px;
  color: #796b72;
  font-size: 12px;
  line-height: 1.5;
}

.inquiry-address-select {
  width: 100%;
  min-height: 42px;
  padding: 0 34px 0 12px;
  border: 1px solid #d8ccd3;
  border-radius: 0;
  background-color: #fff;
  color: #25151f;
  font: inherit;
  cursor: pointer;
}

.inquiry-address-select:focus {
  border-color: #5b2059;
  box-shadow: 0 0 0 2px rgba(91, 32, 89, 0.1);
  outline: none;
}

.inquiry-address-select:disabled {
  background-color: #f3eff1;
  color: #8b8086;
  cursor: not-allowed;
}

.inquiry-postal-help {
  max-width: 27rem;
}

.inquiry-payment-choice {
  margin: 4px 0 2px;
  padding: 0;
  border: 0;
}

.inquiry-payment-choice legend {
  margin-bottom: 9px;
  color: #25151f;
  font-size: 13px;
  font-weight: 700;
}

.inquiry-payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.inquiry-payment-options label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.inquiry-form .inquiry-payment-options > label > input[type="radio"] {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  accent-color: #5b2059;
}

.inquiry-payment-options span {
  display: flex;
  min-height: 66px;
  padding: 12px 12px 12px 42px;
  border: 1px solid #d8ccd3;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.inquiry-payment-options input:checked + span {
  border-color: #5b2059;
  background: #fbf7fa;
  box-shadow: 0 0 0 2px rgba(91, 32, 89, 0.1);
}

.inquiry-payment-options b {
  color: #172b85;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.inquiry-payment-options .is-paypal b {
  color: #0877be;
  letter-spacing: -0.02em;
}

.inquiry-payment-options small {
  margin-top: 3px;
  color: #786b72;
  font-size: 11px;
}

.inquiry-payment-note {
  display: block;
  margin-top: 9px;
  color: #796b72;
  font-size: 12px;
  line-height: 1.55;
}

.inquiry-validation-error {
  margin: 0;
  color: #b3253a;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 560px) {
  .inquiry-payment-options {
    grid-template-columns: 1fr;
  }
}
