#live-payment iframe {
  width: 100%;
}

#live-result,
#live-payment,
#recurring-payment {
  padding: 5px;
}

#errors li {
  color: #B00;
}

iframe.threeDs {
  width: 400px;
  height: 600px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  background-color: white;
  z-index: 9999;
}
