/* MuseFlow on-site checkout — styles for the /checkout page form
   (the form mounts via MFCheckout.mountInline; inherits Montserrat from the page body) */
.mf-co { padding: 30px 22px 24px; }
.mf-co-h { font-size: 17px; font-weight: 700; color: #272727; margin: 0 0 16px; font-family: inherit; }
.mf-lbl { display: block; font-size: 13px; color: #5a5a5a; margin-bottom: 7px; }
.mf-email { width: 100%; box-sizing: border-box; padding: 13px 14px; font-size: 15px; border: 1px solid #d9cfb5; border-radius: 10px; background: #fff; color: #272727; outline: none; font-family: inherit; }
.mf-email:focus { border-color: #7b8551; box-shadow: 0 0 0 3px rgba(123,133,81,.18); }
.mf-email-err { display: none; color: #c0392b; font-size: 12.5px; margin-top: 7px; }
.mf-email-err.show { display: block; }
.mf-btn { width: 100%; margin-top: 18px; padding: 15px; border: none; border-radius: 12px; background: #7b8551; color: #fff; font-size: 16px; font-weight: 700; cursor: pointer; transition: background .15s, opacity .15s; font-family: inherit; }
.mf-btn:hover { background: #6b744a; }
.mf-btn:disabled { opacity: .5; cursor: default; }
.mf-pay-note { margin-top: 14px; text-align: center; line-height: 1.5; }
.mf-pay-note-1 { font-size: 13px; color: #5a5a5a; font-weight: 600; }
.mf-pay-note-2 { font-size: 12.5px; color: #8a8a7c; margin-top: 2px; }
.mf-email-locked { font-size: 13px; color: #5a5a5a; margin-bottom: 14px; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.mf-email-locked b { color: #272727; }
.mf-email-edit { background: none; border: none; color: #7b8551; text-decoration: underline; cursor: pointer; font-size: 13px; padding: 0; font-family: inherit; }
.mf-lbl-hint { color: #9a9a8c; font-weight: 400; font-size: 12px; }
.mf-whop-card { background: #fff; border: 1px solid #e7ddc6; border-radius: 12px; padding: 6px; min-height: 120px; overflow: hidden; margin-top: 16px; }
.mf-whop-loading, .mf-whop-hint { padding: 40px 16px; text-align: center; color: #9a9a9a; font-size: 14px; }
.mf-summary { margin: 16px 4px 0; font-size: 12.5px; color: #6a6a5f; line-height: 1.5; text-align: center; }
.mf-total { display: flex; justify-content: space-between; align-items: center; margin: 20px 2px 0; font-size: 15px; color: #272727; }
.mf-total b { font-size: 21px; }

/* ---- Top summer-sale ticker (replaces the spring-sale banner image) ---- */
.mf-sale-ticker { width: 100%; overflow: hidden; background: #7b8551; position: relative; z-index: 30; }
.mf-sale-track { display: inline-flex; align-items: center; white-space: nowrap; width: max-content; padding: 11px 0; animation: mf-sale-scroll 20s linear infinite; }
.mf-sale-item { font-family: "Oswald", "Montserrat", system-ui, sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.09em; text-transform: uppercase; color: #fff; padding: 0 16px; }
.mf-sale-item.mf-sale-accent { color: #f3e6c4; }
.mf-sale-dot { color: rgba(255, 255, 255, .5); font-size: 7px; line-height: 1; }
@keyframes mf-sale-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
