body.single-product .ra-product-payment-messaging {
  margin: 0.375rem 0 0.9375rem;
  max-width: 32rem;
}

body.single-product .ra-product-payment-messaging.is-hidden {
  display: none;
}

body.single-product .ra-product-payment-messaging__element {
  min-height: 2.5rem;
  opacity: 0;
  transform: translateY(0.125rem);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

body.single-product .ra-product-payment-messaging.is-ready .ra-product-payment-messaging__element {
  opacity: 1;
  transform: none;
}

body.single-product .ra-product-payment-messaging__element iframe {
  max-width: 100%;
}

@media (max-width: 47.9375rem) {
  body.single-product .ra-product-payment-messaging {
    margin-top: 0.25rem;
    margin-bottom: 0.875rem;
    max-width: none;
  }

  body.single-product .ra-product-payment-messaging__element {
    min-height: 2.25rem;
  }
}
