/* ============================================================
   Common Closet Pages — base wrapper
   Scoped to .cc-page only. Nothing here touches the theme,
   header, footer, menus, other plugins, or other pages.
   ============================================================ */
.cc-page{position:relative;box-sizing:border-box;width:100%;overflow:hidden;}
.cc-page *,.cc-page *::before,.cc-page *::after{box-sizing:border-box;}
.cc-page img{max-width:100%;height:auto;}
/* The design supplies its own dark background; ensure text selection stays legible. */
.cc-page ::selection{background:rgba(239,182,90,.3);color:#fff;}

/* Neutralize theme (Astra) styles that would otherwise bleed INTO the design —
   notably Astra underlining and recoloring every link. Design classes still win. */
.cc-page a{color:inherit;text-decoration:none;}
.cc-page a:hover,.cc-page a:focus{color:inherit;text-decoration:none;}
.cc-page ul,.cc-page ol{list-style:none;}
.cc-page button{font-family:inherit;}

/* Shared form helpers (register, sign-in, booking). Scoped to .cc-page. */
.cc-page .cc-hp{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden;}
.cc-page .cc-note{margin:0 0 18px;padding:12px 16px;border-radius:3px;font-size:14.5px;line-height:1.45;font-family:Arial,Helvetica,sans-serif;}
.cc-page .cc-note.success{background:#eaf1ea;border:1px solid #b7d3b7;color:#2f5d33;}
.cc-page .cc-note.error{background:#f6e8e8;border:1px solid #e0b4b4;color:#8f2b2f;}
.cc-page select{font-family:'GFS Didot','Playfair Display',Georgia,serif;font-size:15px;padding:12px 14px;border:1px solid rgba(20,18,16,.2);background:#fff;color:#141414;border-radius:3px;width:100%;}
.cc-page select:focus{outline:none;border-color:#a43135;}
/* Shared privacy reassurance line (inherits each page's colour, works on dark + light). */
.cc-page .cc-privacy{opacity:.62;font-style:italic;font-size:12.5px;line-height:1.5;text-align:center;margin-top:14px;}
