
/* v21 admin auth only — does not affect public pages */
.login-actions{display:flex;justify-content:flex-end;margin-top:-4px}.auth-link{border:0;background:transparent;color:var(--gold-pale,#e6cb92);padding:4px 0;text-decoration:underline;text-underline-offset:4px;font-weight:600;cursor:pointer}.auth-link:hover{opacity:.78}.auth-subform{margin-top:12px;padding-top:22px;border-top:1px solid rgba(212,175,103,.28)}.auth-subform-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.auth-subform-head strong{font-family:var(--display);font-size:22px;color:var(--text)}.auth-help{font-size:12px!important;line-height:1.65;color:var(--muted)!important;margin:0 0 4px!important}.auth-message{min-height:22px;margin:0}.auth-message.is-error{color:#ff8e8e}.auth-message.is-success{color:#bfe0c6}.cms-version{margin-top:18px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:rgba(230,203,146,.55)}.login-error{white-space:pre-line}.login-error:empty{display:block;min-height:22px}.login-error.is-system{color:#f2b36f}.login-error.is-error{color:#ff8e8e}.login-error.is-success{color:#bfe0c6}

/* v23 — readable form fields on the light input surfaces used by Admin/CMS. */
.admin-body .form-stack input:not([type="color"]):not([type="checkbox"]):not([type="radio"]),
.admin-body .form-stack textarea,
.admin-body .form-stack select,
.admin-body .field input:not([type="color"]):not([type="checkbox"]):not([type="radio"]),
.admin-body .field textarea,
.admin-body .field select,
.admin-body .admin-search-wrap input,
.admin-body .admin-search-wrap select,
.admin-body .slider-settings input,
.admin-body .repeater input,
.admin-body .repeater select,
.admin-body .image-url-row input,
.admin-body .admin-mobile-bar select{
  background:#fff!important;
  color:#17110e!important;
  -webkit-text-fill-color:#17110e!important;
  caret-color:#17110e!important;
  border-color:#cfc7bd!important;
}
.admin-body input::placeholder,
.admin-body textarea::placeholder{color:#7b746d!important;-webkit-text-fill-color:#7b746d!important;opacity:1}
.admin-body select option{background:#fff!important;color:#17110e!important}
.admin-body input:focus,
.admin-body textarea:focus,
.admin-body select:focus{border-color:#b58b47!important;box-shadow:0 0 0 3px rgba(181,139,71,.13)!important}


/* v24 — customer wedding site editor (admin only) */
.modal-card-wide{width:min(1180px,100%)}
.customer-site-modal .modal-card{margin:20px auto}
.customer-editor-grid{display:grid;gap:18px;max-height:68vh;overflow:auto;padding-right:6px}
.customer-editor-section{border:1px solid #ddd6cc;background:#fbfaf8;padding:18px;border-radius:8px}
.customer-editor-section h4{margin:0 0 14px;font-size:15px;text-transform:uppercase;letter-spacing:.08em;color:#5b4b3f}
.customer-editor-section input,.customer-editor-section textarea,.customer-editor-section select{color:#17120f!important;background:#fff!important}
.customer-editor-section small{display:block;color:#746c63;margin-top:5px;font-weight:400;word-break:break-all}
.customer-upload-row{display:grid;grid-template-columns:180px 1fr auto;gap:10px;align-items:center;margin:8px 0}
.customer-upload-row>label:first-child{font-size:12px;font-weight:600;color:#555}
.customer-gallery-box{margin-top:16px;background:#fff}
.customer-gallery-box>.admin-toolbar{margin-bottom:10px}
.feature-check-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px}
.feature-check-grid label{padding:10px;background:#fff;border:1px solid #ddd6cc;font-size:12px;color:#222}
.customer-modal-footer{position:sticky;bottom:0;background:#fff;padding-top:14px;border-top:1px solid #e6e0d8;align-items:center;justify-content:space-between}
.customer-publish-note{font-size:12px;color:#6b625a;max-width:440px}
.customer-url{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;word-break:break-all}
.customer-actions{display:flex;gap:6px;flex-wrap:wrap}
@media(max-width:820px){.customer-upload-row{grid-template-columns:1fr}.feature-check-grid{grid-template-columns:1fr 1fr}.customer-modal-footer{position:static;align-items:flex-start;flex-direction:column}.customer-editor-grid{max-height:none}}

/* v25 — location / Google Maps controls inside customer website editor only */
.location-admin-section{background:#f8f6f2}
.location-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}
.location-admin-card{background:#fff;border:1px solid #d9d2c8;border-radius:7px;padding:14px;min-width:0}
.location-admin-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #eee8df}
.location-admin-head strong{font-size:13px;color:#372e28}.location-admin-head label{font-size:11px;color:#665c54;white-space:nowrap}
.location-admin-card .form-stack{gap:9px}.location-admin-card .form-stack label{font-size:11px}
.location-mode-note{margin-top:12px;padding:10px 12px;border-left:3px solid #b58b47;background:#fff8e9;color:#5c4d3f;font-size:12px;line-height:1.55}
@media(max-width:980px){.location-admin-grid{grid-template-columns:1fr}}
