@media screen and (max-device-width: 640px) and (min-device-width: 1px),
  screen and (max-width: 640px) and (min-width: 1px),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .scp_help_body {
    margin-top: 8em !important;
  }
}

/* WCAG changes 27/11/2023 minor tweak*/

a {
  color: #214d73;
}

.btn {
  width: 50px;
  height: 35px;
  background: #003366 !important;
  color: white !important;
}

#aip_cancel_link,
#aip_help_link {
  color: white !important;
}

nav {
  display: flex !important;
  justify-content: center;
}

#footer-bar .footer-logo img {
  width: 200px !important;
}
#payLater {
  display: none;
}

/* remove line breaks */
br {
  display: none;
}

/* align all buttons in a row, left side */
#back {
  float: left;
}

#reset {
  margin-left: 8px;
}

#continue {
  float: right;
  margin-right: 730px;
}

/* optional: consistent spacing */
.aip_button {
  margin-top: 10px;
}

#wallet_management_container {
  display: none;
}

dt.aip_payment_for {
  display: none !important;
}

#AIPForm
  > fieldset
  > div.aip_table_container
  > table
  > tbody
  > tr:nth-child(3)
  > td:nth-child(3) {
  width: 40% !important;
  padding: 2px !important;
}
