/* assets/css/keap-checkout.css */
.mza-checkout-wrapper {
  width: 100%;
  margin: 2rem auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.mza-checkout-wrapper h1 {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  color: #333;
}

#keap-checkout-iframe {
  width: 100%;
  min-height: 3500px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .mza-checkout-wrapper {
    padding: 1rem;
    margin: 1rem;
  }
  .mza-checkout-wrapper h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
