body.mc-subscribe-page {
  margin: 0;
  background: #f7f1ea;
}

.mc-newsletter-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 48px 24px;
  box-sizing: border-box;
}

.mc-newsletter-page-inner {
  width: min(100%, 440px);
  text-align: center;
}

.mc-newsletter-page-logo {
  display: inline-block;
  margin: 0 auto 40px;
  line-height: 0;
  text-decoration: none;
}

.mc-newsletter-page-logo .mc-maison-logo {
  display: block;
  width: min(100%, 320px);
  height: auto;
  margin: 0 auto;
}

.mc-newsletter-page-card {
  padding: 36px 32px 28px;
  background: #fff;
  color: #111;
  text-align: left;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.mc-newsletter-page-title {
  margin: 0 0 8px;
  font-size: clamp(24px, 5vw, 30px);
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.mc-newsletter-page-subtitle {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.55;
  color: #555;
  text-align: center;
}

body.bricks-is-frontend.bricks-is-frontend .mc-newsletter-page :focus,
body.bricks-is-frontend.bricks-is-frontend .mc-newsletter-page :focus-visible,
body.mc-subscribe-page .mc-newsletter-page :focus,
body.mc-subscribe-page .mc-newsletter-page :focus-visible {
  outline: none !important;
  outline-width: 0 !important;
  outline-color: transparent !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

body.bricks-is-frontend.bricks-is-frontend .mc-newsletter-page .mc-newsletter-field input:focus,
body.bricks-is-frontend.bricks-is-frontend .mc-newsletter-page .mc-newsletter-field input:focus-visible,
body.mc-subscribe-page .mc-newsletter-page .mc-newsletter-field input:focus,
body.mc-subscribe-page .mc-newsletter-page .mc-newsletter-field input:focus-visible {
  border-color: #111;
}

@media (max-width: 480px) {
  .mc-newsletter-page {
    padding: 32px 16px;
  }

  .mc-newsletter-page-card {
    padding: 28px 20px 22px;
  }

  .mc-newsletter-page-logo {
    margin-bottom: 28px;
  }
}
