/* Mobile safeguards for the locally injected checkout handoff UI. */
[data-local-payment-notice] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  #form_paso_3 {
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    min-width: 0;
  }

  #form_paso_3 input:not([type="checkbox"]):not([type="radio"]),
  #form_paso_3 select,
  #form_paso_3 textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

  #form_paso_3 #paso_3_siguiente {
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding-right: 16px;
    padding-left: 16px;
    white-space: normal;
    overflow-wrap: anywhere;
    touch-action: manipulation;
  }
}
