/* ===== MailerPress form → Bricks look ===== */

/* Layout */
.mailerpress_shortcode-optin-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Skjul label (Bricks bruger placeholder-look) */
.mailerpress_shortcode-optin-form__field label {
  display: none !important;
}

/* Input felt (matcher Bricks) */
.mailerpress_shortcode-optin-form__field
input[type="email"] {
  width: 100% !important;
  height: 52px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(0,0,0,.15) !important;
  background: #fff !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

/* Focus state */
.mailerpress_shortcode-optin-form__field
input[type="email"]:focus {
  border-color: rgba(0,0,0,.35) !important;
  outline: none !important;
}

/* Button wrapper */
.mailerpress_shortcode-optin-form__submit {
  margin-top: 4px !important;
}

/* Button (matcher din "Send"-knap) */
.mailerpress_shortcode-optin-form__button {
  width: 100% !important;
  height: 56px !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: .02em !important;
  cursor: pointer !important;
}
