.checkout {
  scroll-margin-top: 24px;
  position: relative;
  max-width: 940px;
  margin-top: 42px;
  padding: 50px 24px 24px;
  background: #fff;
  color: #12100f;
  border-radius: 2px;
}
.checkout[hidden] { display: none; }
.checkoutClose {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 0;
  background: transparent;
  color: #5e5752;
  font-size: 12px;
  cursor: pointer;
}
.checkout a { color: #333; text-decoration: underline; }
@media (max-width: 700px) {
  .checkout { margin-left: -12px; margin-right: -12px; padding: 48px 10px 12px; }
}
