/* Supplementary styles for the clone: fallbacks for third-party pieces
   (Typekit display font, Stripe Elements, Weglot runtime) and JS hooks. */

/* Fallback if the Typekit kit is not authorised for this domain */
.style_banner_title_h1__Afnqw,
.style_cta_title__zVRkz,
.style_cta_title__KwArr,
.style_title__rJJR7,
.style_sectionTitle__wjAxQ,
.style_raffleName__e3EVc,
.style_winnerNumber__NVs3D,
.checkout_sectionTitle__tiD5k,
.checkout_subscriptionTitle__Uv3Qq {
  font-family: all-round-gothic, "Montserrat", sans-serif;
}

[hidden] { display: none !important; }

/* Checkout modal — lock page scroll while open */
body.mm-modal-open { overflow: hidden; height: 100%; }

/* Stripe Elements look-alike fields */
.mm-stripe-like { display: block; margin: -4px 0; padding: 0; }
.mm-field { display: block; margin: 0 0 12px; font-family: Montserrat, sans-serif; }
.mm-field > span { display: block; font-size: 0.93rem; color: #30313d; margin-bottom: 4px; }
.mm-field input,
.mm-field select {
  width: 100%;
  font-size: 16px;
  line-height: 18.4px;
  padding: 0.75rem;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #30313d;
  box-shadow: 0 1px 1px rgba(0,0,0,.03), 0 3px 6px rgba(0,0,0,.02);
  transition: background .15s ease, border .15s ease, box-shadow .15s ease, color .15s ease;
}
.mm-field input:focus,
.mm-field select:focus {
  outline: none;
  border-color: var(--raffle-primary-color);
  box-shadow: 0 0 0 3px var(--raffle-primary-color-50);
}
.mm-field input::placeholder { color: #77787f; }
.mm-card-box { border: 1px solid #e6e6e6; border-radius: 5px; padding: 16px; margin: 0 0 20px; box-shadow: 0 1px 1px rgba(0,0,0,.03), 0 3px 6px rgba(0,0,0,.02); }
.mm-card-head { color: var(--raffle-primary-color); font-weight: 600; font-size: .9rem; margin-bottom: 14px; display: flex; gap: 20px; align-items: center; }
.mm-card-secure { color: var(--raffle-primary-color); font-weight: 600; font-size: .95rem; margin-bottom: 14px; }
.mm-card-secure i { color: #1ea15c; margin-right: 6px; }
.mm-card-row { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 12px; }
.mm-card-row .mm-field { margin-bottom: 8px; }
.mm-save { display: flex; align-items: center; gap: 10px; font-size: .95rem; color: #30313d; margin: 6px 0 0; }
@media (max-width: 767px) { .mm-card-row { grid-template-columns: 1fr 1fr; } .mm-card-row .mm-grow { grid-column: 1 / -1; } }

.checkout_input___ImwY.checkout_invalidInput__2Iini,
.mm-field input.is-invalid { border-color: #fe5759; }

.mm-thanks { text-align: center; padding: 3rem 1rem; }

/* Weglot runtime bits the static CSS expects */
.weglot-container { position: fixed; right: 20px; bottom: 20px; z-index: 1100; }
aside.country-selector.weglot_switcher.default.wg-drop { display: block; }
aside.country-selector.wg-drop.open ul { display: block !important; }

/* Winners table (only rendered when several past draws exist) */
.winners-table th { white-space: nowrap; }

/* Upcoming raffle "Consulter" links look like the original buttons */
.style_btn3__dPWAw { cursor: pointer; }
