/* CSS Overrides for Portals */

.footer-custom-text,
.footer-appeal-disclaimer {
  margin-bottom: 18px;
}

@media screen and (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}
    
@media only screen and (min-width: 768px) {
  .step-1 .back-link {
    bottom: 40px;
  }

  .step-2 .link {
    bottom: 120px;
    position: absolute !important;
  }
}
    
.en__field--othamt4 > label {
  display: none;
}

/* Remove image gradient overlay */

.en__component--row--1:not(.ty-bg-image):first-of-type::before {
  display: none;
}

/* Error messages */

.en__field:has(.en__field__error) {
  padding-bottom: 30px !important;
}

.en__field--ccnumber:has(.en__field__error) {
  padding-bottom: 60px !important;
}

.en__field:has(.en__field__error) .en__field__error {
  bottom: 5px;
}

.credit-card-icons-wrapper:has(+ .custom-radio-buttons .en__field--creditCardHolderName .en__field__error) {
  top: 250px;
}
