/* MailerLite embeds — Shararah Films theme (uses :root from styles.css). IDs: RSVP + newsletter forms. */

.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.g-recaptcha {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-color: var(--bg) var(--bg) var(--bg) transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@keyframes ml-form-embedSubmitLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer {
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  position: static;
  width: 100% !important;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer h4,
:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer p,
:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer span,
:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer button {
  text-transform: none !important;
  letter-spacing: normal !important;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  position: relative;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper.embedDefault {
  width: 100%;
  max-width: 28rem;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 28rem;
  width: 100%;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-align-left {
  text-align: left;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-align-center {
  text-align: center;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-align-default {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center !important;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-align-right {
  text-align: right;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
  border-radius: 0;
  height: auto;
  margin: 0 auto !important;
  max-width: 100%;
  width: 100%;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: var(--space) var(--space) 0;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  text-align: left;
  margin: 0 0 var(--gap) 0;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: var(--fg);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  text-align: left;
  word-break: break-word;
  line-height: 1.1;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: var(--fg);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 var(--gap) 0;
  text-align: left;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  margin: 0;
  width: 100%;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  margin: 0 0 var(--gap) 0;
  width: 100%;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  margin: 0 0 0.75rem 0;
  width: 100%;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
  margin: 0;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
  text-align: left !important;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
  margin-bottom: 0.25rem;
  color: var(--fg);
  font-size: 1rem;
  font-family: var(--font-sans);
  font-weight: 700;
  display: block;
  line-height: 1.4;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input,
:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea {
  background-color: var(--bg) !important;
  color: var(--fg) !important;
  border: var(--border-thick) !important;
  border-radius: 0 !important;
  font-family: var(--font-sans) !important;
  font-size: 1rem !important;
  height: auto;
  line-height: 1.5 !important;
  margin: 0;
  padding: 0.75rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  min-height: var(--touch-min);
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:focus,
:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:focus-visible,
:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea:focus,
:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea:focus-visible {
  outline: var(--focus-outline);
  outline-offset: var(--focus-offset);
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0 0 var(--gap) 0;
  float: none;
  width: 100%;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.primary {
  background-color: var(--fg) !important;
  border: var(--border-thick) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--bg) !important;
  cursor: pointer;
  font-family: var(--font-sans) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  height: auto;
  min-height: var(--touch-min);
  padding: 0.75rem var(--space) !important;
  width: 100% !important;
  box-sizing: border-box !important;
  -webkit-tap-highlight-color: transparent;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
  display: none;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.primary:hover,
:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.primary:focus-visible {
  background-color: var(--bg) !important;
  color: var(--fg) !important;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.primary:focus-visible {
  outline: var(--focus-outline);
  outline-offset: var(--focus-offset);
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.primary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.primary:disabled:hover {
  background-color: var(--fg) !important;
  color: var(--bg) !important;
}

.ml-form-recaptcha {
  margin: 0.75rem 0 var(--gap);
}

.ml-form-recaptcha.ml-error iframe {
  border: var(--border-thick);
  border-color: #c00;
}

@media screen and (max-width: 480px) {
  .ml-form-recaptcha {
    width: 220px !important;
  }

  .g-recaptcha {
    transform: scale(0.78);
    -webkit-transform: scale(0.78);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

.ml-error input,
.ml-error textarea,
.ml-error select {
  border-color: #c00 !important;
}

:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
:is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
  margin: 0;
}

@media only screen and (max-width: 400px) {
  .ml-form-embedWrapper.embedDefault,
  .ml-form-embedWrapper.embedPopup {
    width: 100% !important;
  }
}

.mailerlite-embed-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.mailerlite-embed-wrap a {
  color: inherit;
}

.newsletter-page__intro {
  margin: 0 0 var(--gap);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--fg);
}

[dir="rtl"] .newsletter-page__intro {
  text-align: right;
}

[dir="rtl"] :is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
[dir="rtl"] :is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent,
[dir="rtl"] :is(#mlb2-38735604, #mlb2-38769728).ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
  text-align: right !important;
}
