/* Keep the footer payment marks clear of the fixed reCAPTCHA badge.
 * The selector is deliberately limited to the single combined payment image. */
footer img[alt*="Dankort"][alt*="Visa"] {
  display: block;
  margin-right: 112px !important;
  max-width: calc(100% - 112px);
  height: auto;
}

@media (max-width: 767px) {
  footer img[alt*="Dankort"][alt*="Visa"] {
    margin-right: 84px !important;
    max-width: calc(100% - 84px);
  }
}
