@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*/

#footer {
  margin-top: 50px !important;
}

#AIPForm,
div.aip_help {
  margin-left: 2em;
}

#aip_id_2 > fieldset > div > div > div {
  margin-left: 20px;
}

@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) {
  html {
    -webkit-text-size-adjust: unset !important;
  }
  #AIPForm {
    margin-left: 0.3em;
  }
  .aip_table_container {
    font-size: 13px;
  }
}

.aip_cart_amount,
.aip_cart_header_right,
.aip_cart_right,
.aip_cart_total {
  text-align: center !important;
}

/*12/07/2025*/
#wallet_management_container {
  display: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
}
