.nhl_prescription_based_form .wpforms-container {
  background-color: #fff !important;
}

.nhl_emergency_note {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px !important;
  color: #000 !important;
}

.nhl_names_container,
.nhl_refill_container,
.nhl_prescription_container {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.nhl_prescription_phone input {
  max-width: 100% !important;
}

.nhl_names_container .nhl_names,
.nhl_refill_container
  .nhl_refill
  .nhl_prescription_container
  .nhl_prescription_field {
  width: 100%;
}

.nhl_names input,
.nhl_refills input,
.nhl_refill_interval input,
.nhl_prescription_field input,
.nhl_prescription_email input {
  max-width: 100% !important;
  width: 100%;
}

.wpforms-confirmation-container-full p {
  text-align: center !important;
}

.call_button {
  background-color: #002c6d !important;
  color: #fff;
  font-weight: 700;
  padding: 15px !important;
  border-radius: 8px !important;
}

.call_button a {
  text-decoration: none !important;
}

.call_button a:hover,
.call_button a:focus {
  color: #fff !important;
}

.nhl_prescription_phone {
  width: 100% !important;
}

.nhl_prescription_form form .choice-1 {
  padding-left: 0 !important;
}

@media (min-width: 768px) {
  .nhl_order_type ul,
  .nhl_prescription_preffered_channel ul,
  .nhl_prescription_delivery_method ul {
    /* grid-template-columns: repeat(3, 1fr) !important;
    width: fit-content !important; */
  }

  .nhl_order_type ul li:first-child,
  .nhl_prescription_preffered_channel ul li:first-child,
  .nhl_prescription_delivery_method ul li:first-child {
    padding-left: 0 !important;
  }

  .nhl_names_container,
  .nhl_refill_container,
  .nhl_prescription_container {
    flex-direction: row !important;
    gap: 27px;
  }

  .nhl_names_container .nhl_names,
  .nhl_refill_container .nhl_refill,
  .nhl_prescription_container .nhl_prescription_field,
  .nhl_prescription_phone {
    width: 50% !important;
  }

  .nhl_order_type .choice-3 {
    width: 180px !important;
  }
}
