@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* Hide event date/time fields */
#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_stepTemplate_eventInfo_InfoEndDateStartDateTimePanel,
#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_stepTemplate_eventInfo_InfoEndDateEndDateTimePanel {
  display: none !important;
}

.boxInfoContainer li.eventInfoStartDate,
.boxInfoContainer li.eventInfoStartTime,
.boxInfoContainer li.eventInfoEndDate,
.boxInfoContainer li.eventInfoEndTime {
  display: none !important;
}

/* =========================================================
   MAUGUS CLEAN WHITE THEME
   ========================================================= */

:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f7f8fa;
  --text: #1f2933;
  --muted: #5b6573;
  --border: rgba(0,0,0,0.12);
  --blue: #304c87;
  --blue-hover: #223a6b;
  --blue-soft: #eef3fb;
}

/* ---------- Global base ---------- */

html,
body {
  background: var(--bg) !important;
  color: var(--text) !important;
  font-family: "Inter", "Aptos", "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.75;
}

/* Apply Inter to normal text elements only.
   Do NOT target all spans/divs inside every gadget, because icons use special fonts. */
p,
li,
td,
th,
label,
input,
textarea,
select,
button,
h1, h2, h3, h4, h5, h6,
.WaGadgetContent,
.WaGadgetContent p,
.WaGadgetContent li,
.WaGadgetContent td,
.WaGadgetContent th,
.WaGadgetContent label,
.WaGadgetMenuHorizontal a,
.WaGadgetMenuHorizontal span,
.WaGadgetEvents,
.WaGadgetEvents p,
.WaGadgetEvents div,
.WaGadgetEvents span,
.WaGadgetMemberDirectory,
.WaGadgetMemberDirectory td,
.WaGadgetMemberDirectory th,
.WaGadgetMemberDirectory a {
  font-family: "Inter", "Aptos", "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* Main content areas */
.zoneContent,
.zoneContentOuter,
.zoneInner,
.contentGadget,
.gadgetStyleBody,
.WaGadget,
.WaGadgetBody,
.zoneFooter,
.zoneFooterOuter,
.zoneHeader,
.zoneHeaderOuter,
.headerContentHolder,
.headerContentHolderInner,
.zoneHeader1,
.zoneHeader2,
.zoneHeader3 {
  background: var(--bg) !important;
  color: var(--text) !important;
}

/* ---------- Typography ---------- */

h1, h2, h3, h4, h5, h6,
.WaGadget h1,
.WaGadget h2,
.WaGadget h3,
.WaGadget h4 {
  color: #111827 !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em;
}

p {
  margin-top: 0;
  margin-bottom: 1.05em;
  line-height: 1.75 !important;
}

p,
div,
span,
li,
td,
th,
label {
  color: var(--text) !important;
}

li {
  margin-bottom: 0.35em;
}

/* ---------- Links ---------- */

a,
.WaGadget a {
  color: var(--blue) !important;
  text-decoration: none !important;
  font-weight: 600;
}

a:hover,
.WaGadget a:hover {
  color: var(--blue-hover) !important;
  text-decoration: underline !important;
}

a:focus {
  outline: none !important;
  background-color: var(--blue-soft) !important;
  border-radius: 3px;
}

/* ---------- Social icons fix ---------- */

.WaGadgetSocialProfile a,
.WaGadgetSocialProfile a:hover,
.WaGadgetSocialProfile a:focus {
  background: transparent !important;
  color: var(--blue) !important;
  text-decoration: none !important;
}

.WaGadgetSocialProfile img,
.WaGadgetSocialProfile svg {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* If the social gadget uses icon-font pseudo-elements, do not force Inter on them */
.WaGadgetSocialProfile a::before,
.WaGadgetSocialProfile a::after,
.WaGadgetSocialProfile span::before,
.WaGadgetSocialProfile span::after,
[class*="social"]::before,
[class*="social"]::after,
[class*="Social"]::before,
[class*="Social"]::after,
[class*="icon"]::before,
[class*="icon"]::after,
[class*="Icon"]::before,
[class*="Icon"]::after,
.fa,
.fab,
.far,
.fas {
  font-family: FontAwesome, "Font Awesome 5 Free", "Font Awesome 5 Brands", "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
  color: var(--blue) !important;
}

/* ---------- Navigation ---------- */

.WaGadgetMenuHorizontal,
.WaGadgetMenuHorizontal .menuInner,
.WaGadgetMenuHorizontal .menuInner ul,
.WaGadgetMenuHorizontal .menuInner ul.firstLevel,
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li,
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item,
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a,
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a > span {
  background: var(--bg) !important;
  border: none !important;
  box-shadow: none !important;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a {
  color: var(--text) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  text-decoration: none !important;
  padding: 12px 14px !important;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li:hover > .item,
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li:hover > .item > a,
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a:hover {
  background: var(--blue-soft) !important;
  color: var(--blue) !important;
  text-decoration: none !important;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.sel > .item > a,
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.selected > .item > a {
  color: var(--blue) !important;
}

/* Dropdown submenu */
.WaGadgetMenuHorizontal .menuInner ul ul {
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
  border-radius: 6px;
  padding: 6px 0;
}

.WaGadgetMenuHorizontal .menuInner ul ul,
.WaGadgetMenuHorizontal .menuInner ul ul li,
.WaGadgetMenuHorizontal .menuInner ul ul li a,
.WaGadgetMenuHorizontal .menuInner ul ul li span {
  background: var(--surface) !important;
}

.WaGadgetMenuHorizontal .menuInner ul ul li a {
  color: var(--text) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 10px 16px !important;
  display: block;
  text-decoration: none !important;
}

.WaGadgetMenuHorizontal .menuInner ul ul li a:hover {
  background: var(--blue-soft) !important;
  color: var(--blue) !important;
}

/* ---------- Event gadget ---------- */

.WaGadgetEvents,
.WaGadgetEventsStateList,
.WaGadgetEventsStateCalendar,
.WaGadgetEvents .gadgetStyleBody,
.WaGadgetEvents .boxBodyInfoOuterContainer,
.WaGadgetEvents .boxBodyInfoContainer,
.WaGadgetEvents .boxBodyContentContainer {
  background: transparent !important;
  color: var(--text) !important;
  border: none !important;
  box-shadow: none !important;
}

.WaGadgetEvents h1,
.WaGadgetEvents h2,
.WaGadgetEvents .gadgetStyleTitle {
  color: #111827 !important;
  font-size: 28px !important;
  font-weight: 750 !important;
  margin-bottom: 22px !important;
}

.WaGadgetEvents .boxBodyInfoOuterContainer {
  margin-bottom: 34px !important;
  padding: 0 0 24px 0 !important;
  border-bottom: 1px solid var(--border) !important;
}

.WaGadgetEvents .eventTitle,
.WaGadgetEvents h3,
.WaGadgetEvents h4,
.WaGadgetEvents .title {
  color: var(--blue) !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.WaGadgetEvents .eventInfoLabel,
.WaGadgetEvents .boxLabel,
.WaGadgetEvents label {
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.WaGadgetEvents .eventInfo,
.WaGadgetEvents .boxValue,
.WaGadgetEvents .location,
.WaGadgetEvents .date,
.WaGadgetEvents .time {
  color: var(--text) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.WaGadgetEvents .eventDetails,
.WaGadgetEvents .description,
.WaGadgetEvents .boxBodyContentContainer,
.WaGadgetEvents p,
.WaGadgetEvents div,
.WaGadgetEvents span {
  color: var(--text) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

/* ---------- Buttons ---------- */

input[type="submit"],
button,
.button,
.WaGadget .button,
.WaGadgetEvents input[type="submit"],
.WaGadgetEvents .button,
.WaGadgetEvents a.button {
  background: var(--blue) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

input[type="submit"]:hover,
button:hover,
.button:hover,
.WaGadget .button:hover,
.WaGadgetEvents input[type="submit"]:hover,
.WaGadgetEvents .button:hover,
.WaGadgetEvents a.button:hover {
  background: var(--blue-hover) !important;
  color: #ffffff !important;
}

/* ---------- Forms ---------- */

input,
textarea,
select {
  color: var(--text) !important;
  background: #ffffff !important;
  border: 1px solid var(--border) !important;
  font-size: 15px !important;
  font-family: "Inter", "Aptos", "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* ---------- Remove dark gadget panels ---------- */

.gadgetStyle001,
.gadgetStyle002,
.gadgetStyle003,
.gadgetStyle004,
.gadgetStyle005 {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* ---------- Login dropdown ---------- */

#id_baWCiCA,
#id_baWCiCA *,
#id_baWCiCA a,
#id_baWCiCA a:hover,
#id_baWCiCA a:focus,
#id_baWCiCA a:active {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

#id_baWCiCA:hover,
#id_baWCiCA a:hover {
  background: var(--blue-soft) !important;
  border-radius: 4px;
}

#id_baWCiCA_loginContainer {
  background: #ffffff !important;
  border: 1px solid var(--border) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.10) !important;
  border-radius: 6px;
  padding: 10px 14px !important;
  min-width: 180px !important;
}

#id_baWCiCA_loginContainer * {
  background: transparent !important;
}

#id_baWCiCA_loginContainer .loggedName {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--blue) !important;
  margin-bottom: 8px !important;
}

#id_baWCiCA_loginContainer .profileBox {
  margin: 4px 0 !important;
}

#id_baWCiCA_loginContainer a {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--text) !important;
  text-decoration: none !important;
}

#id_baWCiCA_loginContainer a:hover {
  color: var(--blue) !important;
}

#id_baWCiCA_loginContainer .loginBoxLogout {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 4px 0 0 0 !important;
  color: var(--text) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: "Inter", "Aptos", "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  text-align: left !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

#id_baWCiCA_loginContainer .loginBoxLogout:hover {
  color: var(--blue) !important;
}

/* ---------- Member directory ---------- */

.WaGadgetMemberDirectory {
  background: transparent !important;
  color: var(--text) !important;
  padding: 10px 0;
}

.WaGadgetMemberDirectory .membersTable {
  background: #ffffff !important;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.WaGadgetMemberDirectory th {
  background: var(--surface-soft) !important;
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  padding: 12px !important;
  text-align: left;
}

.WaGadgetMemberDirectory td {
  padding: 12px !important;
  font-size: 13px !important;
  color: var(--text) !important;
  border-top: 1px solid rgba(0,0,0,0.06);
  vertical-align: middle;
}

.WaGadgetMemberDirectory tr:hover td {
  background: #fafbfc !important;
}

.WaGadgetMemberDirectory a {
  color: var(--blue) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.WaGadgetMemberDirectory a:hover {
  color: var(--blue-hover) !important;
  text-decoration: underline !important;
}

.WaGadgetMemberDirectory img {
  border-radius: 6px;
  max-width: 60px;
  height: auto;
}

.WaGadgetMemberDirectory input[type="text"],
.WaGadgetMemberDirectory select {
  border: 1px solid var(--border) !important;
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 13px;
}

.WaGadgetMemberDirectory table {
  background-color: #ffffff !important;
}

/* =========================================================
   LOGIN FORM BUTTON FIX
   ========================================================= */

/* Make the actual Log in button visible */
.WaGadgetLoginButton input[type="submit"],
.WaGadgetLoginButton input.loginButton,
.WaGadgetLoginButton .loginBoxLogin,
.WaGadgetLoginButton .loginButton,
#id_baWCiCA input[type="submit"] {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;

  background: #304c87 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 5px !important;

  padding: 7px 14px !important;
  min-width: 90px !important;
  height: auto !important;

  font-size: 13px !important;
  font-weight: 700 !important;
  font-family: "Inter", "Aptos", "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  text-align: center !important;
  cursor: pointer !important;
}

/* Hover state */
.WaGadgetLoginButton input[type="submit"]:hover,
.WaGadgetLoginButton input.loginButton:hover,
.WaGadgetLoginButton .loginBoxLogin:hover,
.WaGadgetLoginButton .loginButton:hover,
#id_baWCiCA input[type="submit"]:hover {
  background: #223a6b !important;
  color: #ffffff !important;
}

/* Hide Wild Apricot footer branding */
#idFooterPoweredByWA,
.WaFooterPoweredBy,
.zoneFooter .poweredByContainer {
  display: none !important;
}

/* =========================================================
   ONLINE STORE — FORCE CLEAN LIGHT UI (REAL FIX)
   ========================================================= */

/* Main container */
.WaGadgetOnlineStoreCatalog,
.OnlineStoreCatalog_list {
  background: #ffffff !important;
  padding: 20px !important;
}

/* Each product card */
.OnlineStoreCatalog_list_item {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
  border-radius: 10px !important;
  padding: 16px !important;
  margin: 10px !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06) !important;
}

/* Product titles */
.OnlineStoreCatalog_list_item a {
  color: #304c87 !important;
  font-weight: 700 !important;
  font-size: 15px !important;
}

/* Price */
.OnlineStoreCatalog_list_item .price {
  color: #111 !important;
  font-weight: 600 !important;
}

/* Images */
.OnlineStoreCatalog_list_item img {
  background: #f7f8fa !important;
  border-radius: 8px !important;
  padding: 6px !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
}

/* Remove dark background from gadget wrapper */
.WaGadgetOnlineStoreCatalog .gadgetStyleBody {
  background: #ffffff !important;
}
/* ---------- Mobile navigation ---------- */

@media screen and (max-width: 900px) {
  .mobilePanel,
  .mobilePanel *,
  .mobileMenu,
  .mobileMenu *,
  .mobileMenuContainer,
  .mobileMenuContainer *,
  .WaGadgetMobilePanel,
  .WaGadgetMobilePanel *,
  .WaGadgetMobileMenu,
  .WaGadgetMobileMenu *,
  .zoneHeader,
  .zoneHeader *,
  .zoneHeaderOuter,
  .zoneHeaderOuter *,
  .header,
  .header *,
  .headerContentHolder,
  .headerContentHolder *,
  .WaGadgetMenuHorizontal,
  .WaGadgetMenuHorizontal *,
  .WaGadgetMenuVertical,
  .WaGadgetMenuVertical * {
    background: #ffffff !important;
    color: #111111 !important;
    border-color: var(--border) !important;
  }

  .mobilePanel ul ul,
  .mobileMenu ul ul,
  .WaGadgetMenuHorizontal ul ul,
  .WaGadgetMenuVertical ul ul {
    background: var(--blue-soft) !important;
  }

  .mobilePanel a,
  .mobileMenu a,
  .WaGadgetMenuHorizontal a,
  .WaGadgetMenuVertical a,
  .mobilePanel span,
  .mobileMenu span {
    color: #111111 !important;
    font-size: 18px !important;
    font-weight: 650 !important;
    text-decoration: none !important;
  }

  .mobilePanel ul ul a,
  .mobileMenu ul ul a,
  .WaGadgetMenuHorizontal ul ul a,
  .WaGadgetMenuVertical ul ul a {
    color: #111111 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-left: 34px !important;
  }

  .mobilePanel a:hover,
  .mobileMenu a:hover,
  .WaGadgetMenuHorizontal a:hover,
  .WaGadgetMenuVertical a:hover {
    background: var(--blue-soft) !important;
    color: var(--blue) !important;
  }

  .WaGadgetLoginButton .loginPanel {
    font-size: 13px !important;
    padding: 12px 16px !important;
  }

  .WaGadgetLoginButton .loginPanel .loggedName {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--blue) !important;
    margin-bottom: 8px !important;
  }

  .WaGadgetLoginButton .loginPanel a,
  .WaGadgetLoginButton .loginPanel .loginBoxLogout {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--text) !important;
    text-decoration: none !important;
  }
}
/* =========================================================
   SOCIAL ICONS — FONT-INDEPENDENT FIX
   ========================================================= */

.WaGadgetSocialProfile a.Facebook,
.WaGadgetSocialProfile a.Instagram {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  margin-right: 8px !important;
  background: #304c87 !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.WaGadgetSocialProfile a.Facebook::before {
  content: "f" !important;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.WaGadgetSocialProfile a.Instagram::before {
  content: "◎" !important;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 17px !important;
}

.WaGadgetSocialProfile a.Facebook:hover,
.WaGadgetSocialProfile a.Instagram:hover {
  background: #223a6b !important;
}

/* =========================================================
   WIDER PAGE BODY ONLY — DO NOT AFFECT HEADER/NAV
   ========================================================= */

/* Only widen the main content zone, not header/nav/footer */
.zoneContentOuter,
.zoneContent {
  max-width: 1280px !important;
  width: 90% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Keep header/nav stable */
.zoneHeader,
.zoneHeaderOuter,
.headerContentHolder,
.headerContentHolderInner,
.WaGadgetMenuHorizontal {
  width: auto !important;
  max-width: none !important;
}

/* Better reading width for normal content gadgets */
.zoneContent .WaGadgetContent,
.zoneContent .gadgetStyleBody {
  max-width: none !important;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .zoneContentOuter,
  .zoneContent {
    width: 94% !important;
    max-width: none !important;
  }
}
/* =========================================================
   ADD MEMBER TO BUNDLE — CLEAN LIGHT UI
   ========================================================= */

.WaGadgetAddMemberToBundle,
.WaGadgetAddMemberToBundleStateMain {
  max-width: 950px !important;
  margin: 0 auto !important;
  padding: 28px 18px 50px !important;
  background: #ffffff !important;
  color: #111827 !important;
}

.WaGadgetAddMemberToBundle .gadgetStyleBody,
.WaGadgetAddMemberToBundle form,
.WaGadgetAddMemberToBundle .formContainer,
.WaGadgetAddMemberToBundle .generalFormContainer,
.WaGadgetAddMemberToBundle .memberBundleContainer {
  background: #ffffff !important;
  color: #111827 !important;
  border-radius: 18px !important;
  padding: 28px 32px !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08) !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
}

.WaGadgetAddMemberToBundle h1,
.WaGadgetAddMemberToBundle h2,
.WaGadgetAddMemberToBundle .pageTitle,
.WaGadgetAddMemberToBundle .formTitle {
  color: #2f6f3e !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
}

.WaGadgetAddMemberToBundle label,
.WaGadgetAddMemberToBundle .fieldLabel,
.WaGadgetAddMemberToBundle .typeInstruction {
  color: #374151 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.WaGadgetAddMemberToBundle input,
.WaGadgetAddMemberToBundle select,
.WaGadgetAddMemberToBundle textarea {
  background: #ffffff !important;
  color: #111827 !important;
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  padding: 8px 10px !important;
  font-size: 14px !important;
}

.WaGadgetAddMemberToBundle textarea {
  min-height: 95px !important;
}

.WaGadgetAddMemberToBundle input[type="submit"],
.WaGadgetAddMemberToBundle .button,
.WaGadgetAddMemberToBundle .buttonStyle001 {
  background: #304c87 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 9px 18px !important;
  font-weight: 700 !important;
}

.WaGadgetAddMemberToBundle input[type="button"],
.WaGadgetAddMemberToBundle .buttonStyle002 {
  background: #efedea !important;
  color: #111827 !important;
  border-radius: 999px !important;
  padding: 9px 18px !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 768px) {
  .WaGadgetAddMemberToBundle,
  .WaGadgetAddMemberToBundleStateMain {
    padding: 20px 10px 40px !important;
  }

  .WaGadgetAddMemberToBundle form,
  .WaGadgetAddMemberToBundle .formContainer,
  .WaGadgetAddMemberToBundle .generalFormContainer {
    padding: 22px 16px !important;
  }
}
/* =========================================================
   ADD MEMBER TO BUNDLE — REMOVE EXTRA INNER BOXES
   ========================================================= */

.WaGadgetAddMemberToBundle .gadgetStyleBody,
.WaGadgetAddMemberToBundle .formContainer,
.WaGadgetAddMemberToBundle .generalFormContainer,
.WaGadgetAddMemberToBundle .memberBundleContainer,
.WaGadgetAddMemberToBundle .formOuterContainer,
.WaGadgetAddMemberToBundle .formInnerContainer,
.WaGadgetAddMemberToBundle .fieldContainer,
.WaGadgetAddMemberToBundle .fieldSubContainer,
.WaGadgetAddMemberToBundle .captionOuterContainer,
.WaGadgetAddMemberToBundle .captionContainer {
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}

/* Keep only ONE clean outer card */
.WaGadgetAddMemberToBundle form {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08) !important;
  padding: 32px !important;
}

/* Remove top empty-looking box */
.WaGadgetAddMemberToBundle .formContainer > div:first-child:empty,
.WaGadgetAddMemberToBundle .generalFormContainer > div:first-child:empty {
  display: none !important;
}
/* =========================================================
   MAUGUS CLUB STORE — CLEAN FINAL CSS
   Replace all previous Maugus store CSS blocks with this one.
   ========================================================= */

:root {
    --maugus-ivory: #f8f5ef;
    --maugus-white: #ffffff;
    --maugus-navy: #2c628c;
    --maugus-navy-dark: #153b5b;
    --maugus-gold: #b5965a;
    --maugus-red: #8c2f39;
    --maugus-text: #273746;
    --maugus-muted: #6d747a;
    --maugus-border: #ded4c3;
    --maugus-shadow: 0 4px 16px rgba(21, 59, 91, 0.08);
}

/* =========================================================
   1. SHARED STORE STYLING
   ========================================================= */

.WaGadgetOnlineStore,
.WaGadgetOnlineStoreCatalog,
.WaGadgetOnlineStoreProduct,
.WaGadgetOnlineStoreCheckout,
.WaGadgetOnlineStoreCartCheckout {
    color: var(--maugus-text) !important;
}

.WaGadgetOnlineStore *,
.WaGadgetOnlineStoreCatalog *,
.WaGadgetOnlineStoreProduct *,
.WaGadgetOnlineStoreCheckout *,
.WaGadgetOnlineStoreCartCheckout * {
    box-sizing: border-box;
}

.WaGadgetOnlineStore h1,
.WaGadgetOnlineStore h2,
.WaGadgetOnlineStore h3,
.WaGadgetOnlineStoreCatalog h1,
.WaGadgetOnlineStoreCatalog h2,
.WaGadgetOnlineStoreCatalog h3,
.WaGadgetOnlineStoreProduct h1,
.WaGadgetOnlineStoreProduct h2,
.WaGadgetOnlineStoreProduct h3,
.WaGadgetOnlineStoreCartCheckout h1,
.WaGadgetOnlineStoreCartCheckout h2,
.WaGadgetOnlineStoreCartCheckout h3 {
    color: var(--maugus-navy-dark) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em;
    text-shadow: none !important;
}

.WaGadgetOnlineStore a,
.WaGadgetOnlineStoreCatalog a,
.WaGadgetOnlineStoreProduct a,
.WaGadgetOnlineStoreCartCheckout a {
    color: var(--maugus-navy) !important;
}

.WaGadgetOnlineStore a:hover,
.WaGadgetOnlineStoreCatalog a:hover,
.WaGadgetOnlineStoreProduct a:hover,
.WaGadgetOnlineStoreCartCheckout a:hover {
    color: var(--maugus-red) !important;
}

/* =========================================================
   2. STORE CATALOG
   ========================================================= */

.WaGadgetOnlineStoreCatalog {
    background: var(--maugus-ivory) !important;
}

/* Visible ivory frame */
.WaGadgetOnlineStoreCatalog .gadgetStyleBody {
    position: relative !important;
    background: var(--maugus-white) !important;
    border: 12px solid var(--maugus-ivory) !important;
    padding: 22px !important;
    margin: 0 !important;
    overflow: visible !important;
}

/* Product list */
.WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list,
.WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list_items,
.WaGadgetOnlineStoreCatalog .storeProducts {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    column-gap: 66px !important;
    row-gap: 36px !important;
}

/* Product cards */
.WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list_item,
.WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_listItem,
.WaGadgetOnlineStoreCatalog .storeProduct {
    position: relative !important;
    display: block !important;
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 14px !important;
    overflow: hidden !important;
    background: var(--maugus-white) !important;
    border: 1px solid var(--maugus-border) !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 12px rgba(21, 59, 91, 0.08) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list_item:hover,
.WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_listItem:hover,
.WaGadgetOnlineStoreCatalog .storeProduct:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(21, 59, 91, 0.14) !important;
}

/* Catalog image wrappers */
.WaGadgetOnlineStoreCatalog .productImage,
.WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list_item_img,
.WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list_item_image {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list_item img,
.WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_listItem img,
.WaGadgetOnlineStoreCatalog .storeProduct img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    background: var(--maugus-white) !important;
    border-radius: 6px !important;
}

.WaGadgetOnlineStoreCatalog .productName,
.WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list_item_link {
    color: var(--maugus-navy-dark) !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
}

.WaGadgetOnlineStoreCatalog .productPrice,
.WaGadgetOnlineStoreCatalog .price {
    color: var(--maugus-navy-dark) !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}

/* =========================================================
   3. PRODUCT DETAIL PAGE
   ========================================================= */

.WaGadgetOnlineStoreProduct,
.WaGadgetOnlineStoreProduct .gadgetStyleBody,
.WaGadgetOnlineStoreProduct .OnlineStoreProduct,
.WaGadgetOnlineStoreProduct .storeProductDetailsContainer {
    background: var(--maugus-ivory) !important;
    color: var(--maugus-text) !important;
}

/* Single gold divider only */
.WaGadgetOnlineStoreProduct h1,
.WaGadgetOnlineStoreProduct .productTitle {
    border-bottom: 1px solid var(--maugus-gold) !important;
    padding-bottom: 16px !important;
    margin-bottom: 24px !important;
}

.WaGadgetOnlineStoreProduct h1::before,
.WaGadgetOnlineStoreProduct h1::after,
.WaGadgetOnlineStoreProduct .productTitle::before,
.WaGadgetOnlineStoreProduct .productTitle::after {
    content: none !important;
    display: none !important;
}

/* Product image area */
.WaGadgetOnlineStoreProduct .productImage,
.WaGadgetOnlineStoreProduct .productImageContainer,
.WaGadgetOnlineStoreProduct .productGallery,
.WaGadgetOnlineStoreProduct .imageContainer,
.WaGadgetOnlineStoreProduct .OnlineStoreProduct_image,
.WaGadgetOnlineStoreProduct .OnlineStoreProduct_imageContainer,
.WaGadgetOnlineStoreProduct .OnlineStoreProduct_gallery,
.WaGadgetOnlineStoreProduct .slick-list,
.WaGadgetOnlineStoreProduct .slick-track,
.WaGadgetOnlineStoreProduct .slick-slide,
.WaGadgetOnlineStoreProduct .fotorama__wrap,
.WaGadgetOnlineStoreProduct .fotorama__stage,
.WaGadgetOnlineStoreProduct .fotorama__stage__shaft,
.WaGadgetOnlineStoreProduct .fotorama__stage__frame,
.WaGadgetOnlineStoreProduct .swiper,
.WaGadgetOnlineStoreProduct .swiper-container,
.WaGadgetOnlineStoreProduct .swiper-wrapper,
.WaGadgetOnlineStoreProduct .swiper-slide,
.WaGadgetOnlineStoreProduct .owl-stage,
.WaGadgetOnlineStoreProduct .owl-item {
    background: var(--maugus-white) !important;
    background-color: var(--maugus-white) !important;
    background-image: none !important;
}

.WaGadgetOnlineStoreProduct .productImage a,
.WaGadgetOnlineStoreProduct .productImage a:hover,
.WaGadgetOnlineStoreProduct .productImage a:focus,
.WaGadgetOnlineStoreProduct .productImage a:active,
.WaGadgetOnlineStoreProduct .OnlineStoreProduct_image a,
.WaGadgetOnlineStoreProduct .OnlineStoreProduct_image a:hover,
.WaGadgetOnlineStoreProduct .OnlineStoreProduct_image a:focus {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.WaGadgetOnlineStoreProduct .productImage img,
.WaGadgetOnlineStoreProduct .OnlineStoreProduct_image img,
.WaGadgetOnlineStoreProduct .productGallery img {
    background: var(--maugus-white) !important;
    border-radius: 6px !important;
}

/* Product description and purchase panel */
.WaGadgetOnlineStoreProduct .productDetails,
.WaGadgetOnlineStoreProduct .productInfo,
.WaGadgetOnlineStoreProduct .productDescription {
    background: var(--maugus-white) !important;
    color: var(--maugus-text) !important;
    border-color: var(--maugus-border) !important;
}

.WaGadgetOnlineStoreProduct .purchaseInfo,
.WaGadgetOnlineStoreProduct .productOrder,
.WaGadgetOnlineStoreProduct .productPriceContainer,
.WaGadgetOnlineStoreProduct .rightPart {
    min-width: 320px !important;
    padding: 20px !important;
    background: var(--maugus-white) !important;
    border: 1px solid var(--maugus-border) !important;
    border-radius: 8px !important;
    color: var(--maugus-text) !important;
}

/* Product price */
.WaGadgetOnlineStoreProduct .productPrice,
.WaGadgetOnlineStoreProduct .price {
    color: var(--maugus-navy-dark) !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}

/* Inputs */
.WaGadgetOnlineStoreProduct input[type="text"],
.WaGadgetOnlineStoreProduct input[type="number"],
.WaGadgetOnlineStoreProduct select,
.WaGadgetOnlineStoreProduct textarea {
    background: var(--maugus-white) !important;
    border: 1px solid var(--maugus-border) !important;
    border-radius: 3px !important;
    color: var(--maugus-text) !important;
    padding: 8px !important;
}

.WaGadgetOnlineStoreProduct input:focus,
.WaGadgetOnlineStoreProduct select:focus,
.WaGadgetOnlineStoreProduct textarea:focus {
    border-color: var(--maugus-gold) !important;
    outline: 2px solid rgba(181, 150, 90, 0.2) !important;
}

/* Product-page buttons */
.WaGadgetOnlineStoreProduct input[type="submit"],
.WaGadgetOnlineStoreProduct button,
.WaGadgetOnlineStoreProduct .button,
.WaGadgetOnlineStoreProduct .functionalButton,
.WaGadgetOnlineStoreProduct .addToCart,
.WaGadgetOnlineStoreProduct .addToCartButton,
.WaGadgetOnlineStoreProduct .OnlineStoreProduct_addToCart,
.WaGadgetOnlineStoreProduct a.addToCart,
.WaGadgetOnlineStoreProduct a.addToCartButton,
.WaGadgetOnlineStoreProduct a.functionalButton {
    background: var(--maugus-navy) !important;
    background-color: var(--maugus-navy) !important;
    border: 1px solid var(--maugus-navy) !important;
    border-radius: 4px !important;
    color: var(--maugus-white) !important;
    fill: var(--maugus-white) !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em !important;
    text-shadow: none !important;
}

.WaGadgetOnlineStoreProduct button *,
.WaGadgetOnlineStoreProduct .button *,
.WaGadgetOnlineStoreProduct .functionalButton *,
.WaGadgetOnlineStoreProduct .addToCart *,
.WaGadgetOnlineStoreProduct .addToCartButton * {
    color: var(--maugus-white) !important;
    fill: var(--maugus-white) !important;
    text-shadow: none !important;
}

.WaGadgetOnlineStoreProduct input[type="submit"]:hover,
.WaGadgetOnlineStoreProduct button:hover,
.WaGadgetOnlineStoreProduct .button:hover,
.WaGadgetOnlineStoreProduct .functionalButton:hover,
.WaGadgetOnlineStoreProduct .addToCart:hover,
.WaGadgetOnlineStoreProduct .addToCartButton:hover {
    background: var(--maugus-gold) !important;
    border-color: var(--maugus-gold) !important;
    color: var(--maugus-navy-dark) !important;
}

/* Inventory: do not force hidden status elements to display */
.WaGadgetOnlineStoreProduct .inStock,
.WaGadgetOnlineStoreProduct .stockInfo,
.WaGadgetOnlineStoreProduct .stockQuantity,
.WaGadgetOnlineStoreProduct [class*="inStock"],
.WaGadgetOnlineStoreProduct [class*="InStock"] {
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

/*
   Important:
   There is intentionally NO [class*="stock"] display rule here.
   Such a rule reveals WildApricot's normally hidden "Out of stock" label.
*/

/* =========================================================
   4. CART PAGE — EXACT INSPECTED SELECTORS
   ========================================================= */

#PAGEID_SysOnlineStoreCart {
    background: var(--maugus-white) !important;
    color: var(--maugus-text) !important;
}

#PAGEID_SysOnlineStoreCart .WaGadgetOnlineStoreCartCheckout,
#PAGEID_SysOnlineStoreCart .WaGadgetOnlineStoreCartCheckout.cartOnly,
#PAGEID_SysOnlineStoreCart #OnlineStoreCart_content_container,
#PAGEID_SysOnlineStoreCart .OnlineStoreCart_content_container,
#PAGEID_SysOnlineStoreCart .pagesContainer,
#PAGEID_SysOnlineStoreCart #cartLayout,
#PAGEID_SysOnlineStoreCart .storeCartContent {
    background: var(--maugus-ivory) !important;
    background-color: var(--maugus-ivory) !important;
    background-image: none !important;
    color: var(--maugus-text) !important;
    text-shadow: none !important;
}

#PAGEID_SysOnlineStoreCart #cartLayout {
    padding: 28px !important;
    border: 1px solid var(--maugus-border) !important;
    border-radius: 6px !important;
    box-shadow: var(--maugus-shadow) !important;
}

#PAGEID_SysOnlineStoreCart .storeCartTable,
#PAGEID_SysOnlineStoreCart .storeCartTable tbody,
#PAGEID_SysOnlineStoreCart .storeCartTable tr,
#PAGEID_SysOnlineStoreCart .storeCartTable td {
    background: transparent !important;
    color: var(--maugus-text) !important;
    text-shadow: none !important;
}

#PAGEID_SysOnlineStoreCart .storeCartTable {
    width: 100% !important;
    border-collapse: collapse !important;
}

#PAGEID_SysOnlineStoreCart .storeCartTable_row,
#PAGEID_SysOnlineStoreCart .storeCartSubtotalInfoRow,
#PAGEID_SysOnlineStoreCart .storeCartTotal.storeCartTotalInfoRow,
#PAGEID_SysOnlineStoreCart .storeCartTable td {
    border-color: var(--maugus-border) !important;
}

#PAGEID_SysOnlineStoreCart .storeCartTable img {
    padding: 3px !important;
    background: var(--maugus-white) !important;
    border: 1px solid var(--maugus-border) !important;
    border-radius: 4px !important;
}

#PAGEID_SysOnlineStoreCart .storeCartTable_price,
#PAGEID_SysOnlineStoreCart .storeCartTable_total,
#PAGEID_SysOnlineStoreCart .storeCartTable_totalLabel,
#PAGEID_SysOnlineStoreCart .storeCartTable_totalValue,
#PAGEID_SysOnlineStoreCart .storeCartTable_subTotalLabel,
#PAGEID_SysOnlineStoreCart .storeCartTable_subTotalValue,
#PAGEID_SysOnlineStoreCart .storeCartSubtotalInfoRow td,
#PAGEID_SysOnlineStoreCart .storeCartTotalInfoRow td {
    color: var(--maugus-navy-dark) !important;
    text-shadow: none !important;
}

#PAGEID_SysOnlineStoreCart .storeCartTable_totalLabel,
#PAGEID_SysOnlineStoreCart .storeCartTable_totalValue {
    font-weight: 700 !important;
}

#PAGEID_SysOnlineStoreCart input[type="text"],
#PAGEID_SysOnlineStoreCart input[type="number"] {
    background: var(--maugus-white) !important;
    color: var(--maugus-text) !important;
    border: 1px solid var(--maugus-border) !important;
    border-radius: 3px !important;
    box-shadow: none !important;
}

#PAGEID_SysOnlineStoreCart .storeCartTable_quantity a,
#PAGEID_SysOnlineStoreCart .storeCartTable_quantity button {
    color: var(--maugus-navy) !important;
    background: transparent !important;
}

#PAGEID_SysOnlineStoreCart .storeCartControlNav {
    margin-top: 28px !important;
}

#PAGEID_SysOnlineStoreCart .storeCartControlNav a {
    color: var(--maugus-navy) !important;
    font-weight: 600 !important;
}

#PAGEID_SysOnlineStoreCart .storeCartControlNav a:hover {
    color: var(--maugus-red) !important;
}

#PAGEID_SysOnlineStoreCart .storeCartControlNav input[type="submit"],
#PAGEID_SysOnlineStoreCart .storeCartControlNav button,
#PAGEID_SysOnlineStoreCart .storeCartControlNav .button,
#PAGEID_SysOnlineStoreCart .storeCartControlNav .functionalButton,
#PAGEID_SysOnlineStoreCart .storeCartControlNav a[class*="checkout"],
#PAGEID_SysOnlineStoreCart .storeCartControlNav a[class*="Checkout"] {
    padding: 12px 20px !important;
    background: var(--maugus-navy) !important;
    border: 1px solid var(--maugus-navy) !important;
    border-radius: 4px !important;
    color: var(--maugus-white) !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
}

#PAGEID_SysOnlineStoreCart .storeCartControlNav input[type="submit"]:hover,
#PAGEID_SysOnlineStoreCart .storeCartControlNav button:hover,
#PAGEID_SysOnlineStoreCart .storeCartControlNav .button:hover,
#PAGEID_SysOnlineStoreCart .storeCartControlNav .functionalButton:hover,
#PAGEID_SysOnlineStoreCart .storeCartControlNav a[class*="checkout"]:hover,
#PAGEID_SysOnlineStoreCart .storeCartControlNav a[class*="Checkout"]:hover {
    background: var(--maugus-gold) !important;
    border-color: var(--maugus-gold) !important;
    color: var(--maugus-navy-dark) !important;
}

#PAGEID_SysOnlineStoreCart .storeCartTable_remove,
#PAGEID_SysOnlineStoreCart a[class*="remove"],
#PAGEID_SysOnlineStoreCart button[class*="remove"] {
    background: var(--maugus-red) !important;
    border-color: var(--maugus-red) !important;
    border-radius: 4px !important;
    color: var(--maugus-white) !important;
}

/* =========================================================
   5. MOBILE
   ========================================================= */

@media screen and (max-width: 768px) {
    .WaGadgetOnlineStoreCatalog {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .WaGadgetOnlineStoreCatalog .gadgetStyleBody {
        padding: 16px !important;
    }

    .WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list,
    .WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list_items,
    .WaGadgetOnlineStoreCatalog .storeProducts {
        display: block !important;
    }

    .WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_list_item,
    .WaGadgetOnlineStoreCatalog .OnlineStoreCatalog_listItem,
    .WaGadgetOnlineStoreCatalog .storeProduct {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 0 20px !important;
    }

    .WaGadgetOnlineStoreProduct {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .WaGadgetOnlineStoreProduct .purchaseInfo,
    .WaGadgetOnlineStoreProduct .productOrder,
    .WaGadgetOnlineStoreProduct .productPriceContainer,
    .WaGadgetOnlineStoreProduct .rightPart {
        width: 100% !important;
        min-width: 0 !important;
        margin-top: 20px !important;
    }

    #PAGEID_SysOnlineStoreCart #cartLayout {
        padding: 16px !important;
    }

    #PAGEID_SysOnlineStoreCart .storeCartTable {
        font-size: 14px !important;
    }

    #PAGEID_SysOnlineStoreCart .storeCartControlNav {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
    }
}

/* =========================================================
   MAUGUS CLUB STORE — PHASE 2 CHECKOUT FLOW
   Covers Contact, Delivery, Confirmation, payment controls
   ========================================================= */

/* ---------------------------------------------------------
   CHECKOUT PAGE SHELL
   --------------------------------------------------------- */

#PAGEID_SysOnlineStoreCheckout {
    background: var(--maugus-white) !important;
    color: var(--maugus-text) !important;
}

#PAGEID_SysOnlineStoreCheckout .WaGadgetOnlineStoreCartCheckout,
#PAGEID_SysOnlineStoreCheckout .WaGadgetOnlineStoreCartCheckout.checkoutOnly,
#PAGEID_SysOnlineStoreCheckout #OnlineStoreCheckout_content_container,
#PAGEID_SysOnlineStoreCheckout .OnlineStoreCheckout_content_container,
#PAGEID_SysOnlineStoreCheckout #idCheckoutWizardContainer,
#PAGEID_SysOnlineStoreCheckout .basicWizard_main,
#PAGEID_SysOnlineStoreCheckout .pagesContainer,
#PAGEID_SysOnlineStoreCheckout .storeCartContent,
#PAGEID_SysOnlineStoreCheckout .bw_stepContent {
    background: var(--maugus-ivory) !important;
    background-color: var(--maugus-ivory) !important;
    background-image: none !important;
    color: var(--maugus-text) !important;
    text-shadow: none !important;
}

/* Main checkout panel */
#PAGEID_SysOnlineStoreCheckout #idCheckoutWizardContainer {
    padding: 28px !important;
    border: 1px solid var(--maugus-border) !important;
    border-radius: 6px !important;
    box-shadow: var(--maugus-shadow) !important;
}

/* ---------------------------------------------------------
   CHECKOUT STEPS HEADER
   --------------------------------------------------------- */

#PAGEID_SysOnlineStoreCheckout .stepsContainer,
#PAGEID_SysOnlineStoreCheckout h1.stepsContainer {
    margin: 0 0 28px !important;
    padding: 0 0 16px !important;
    border-bottom: 1px solid var(--maugus-gold) !important;
    background: transparent !important;
    color: var(--maugus-navy-dark) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 2rem !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.02em !important;
    text-shadow: none !important;
}

#PAGEID_SysOnlineStoreCheckout .stepsContainer::before,
#PAGEID_SysOnlineStoreCheckout .stepsContainer::after {
    content: none !important;
    display: none !important;
}

/* ---------------------------------------------------------
   CHECKOUT CONTENT AND HEADINGS
   --------------------------------------------------------- */

#PAGEID_SysOnlineStoreCheckout .storeCartContent,
#PAGEID_SysOnlineStoreCheckout .bw_stepContent,
#PAGEID_SysOnlineStoreCheckout #step-1,
#PAGEID_SysOnlineStoreCheckout #step-2,
#PAGEID_SysOnlineStoreCheckout #step-3 {
    color: var(--maugus-text) !important;
}

#PAGEID_SysOnlineStoreCheckout h2,
#PAGEID_SysOnlineStoreCheckout h3,
#PAGEID_SysOnlineStoreCheckout .billing-details h2,
#PAGEID_SysOnlineStoreCheckout .delivery-methods h2 {
    color: var(--maugus-navy-dark) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-weight: 600 !important;
    text-shadow: none !important;
}

#PAGEID_SysOnlineStoreCheckout p,
#PAGEID_SysOnlineStoreCheckout div,
#PAGEID_SysOnlineStoreCheckout span,
#PAGEID_SysOnlineStoreCheckout label,
#PAGEID_SysOnlineStoreCheckout td,
#PAGEID_SysOnlineStoreCheckout th,
#PAGEID_SysOnlineStoreCheckout strong,
#PAGEID_SysOnlineStoreCheckout em {
    color: var(--maugus-text);
    text-shadow: none !important;
}

/* ---------------------------------------------------------
   CONTACT / BILLING FORM
   --------------------------------------------------------- */

#PAGEID_SysOnlineStoreCheckout .standardForm,
#PAGEID_SysOnlineStoreCheckout .billingDetailsForm,
#PAGEID_SysOnlineStoreCheckout .shippingAddressForm,
#PAGEID_SysOnlineStoreCheckout .formContainer {
    background: transparent !important;
    color: var(--maugus-text) !important;
}

#PAGEID_SysOnlineStoreCheckout .standardForm input[type="text"],
#PAGEID_SysOnlineStoreCheckout .standardForm input[type="email"],
#PAGEID_SysOnlineStoreCheckout .standardForm input[type="tel"],
#PAGEID_SysOnlineStoreCheckout .standardForm input[type="number"],
#PAGEID_SysOnlineStoreCheckout .standardForm input[type="password"],
#PAGEID_SysOnlineStoreCheckout .standardForm select,
#PAGEID_SysOnlineStoreCheckout .standardForm textarea,
#PAGEID_SysOnlineStoreCheckout textarea {
    width: 100% !important;
    max-width: 420px !important;
    min-height: 42px !important;
    padding: 9px 11px !important;
    background: var(--maugus-white) !important;
    border: 1px solid var(--maugus-border) !important;
    border-radius: 4px !important;
    color: var(--maugus-text) !important;
    box-shadow: none !important;
}

#PAGEID_SysOnlineStoreCheckout .standardForm textarea,
#PAGEID_SysOnlineStoreCheckout textarea {
    min-height: 120px !important;
    resize: vertical !important;
}

#PAGEID_SysOnlineStoreCheckout .standardForm input:focus,
#PAGEID_SysOnlineStoreCheckout .standardForm select:focus,
#PAGEID_SysOnlineStoreCheckout .standardForm textarea:focus,
#PAGEID_SysOnlineStoreCheckout textarea:focus {
    border-color: var(--maugus-gold) !important;
    outline: 2px solid rgba(181, 150, 90, 0.2) !important;
}

/* Required-field marker */
#PAGEID_SysOnlineStoreCheckout .mandatorySymbol,
#PAGEID_SysOnlineStoreCheckout .required,
#PAGEID_SysOnlineStoreCheckout [class*="mandatory"] {
    color: var(--maugus-red) !important;
}

/* ---------------------------------------------------------
   DELIVERY / PICKUP SECTION
   --------------------------------------------------------- */

#PAGEID_SysOnlineStoreCheckout .delivery-methods,
#PAGEID_SysOnlineStoreCheckout .delivery-methods__pickup-options-container,
#PAGEID_SysOnlineStoreCheckout .delivery-methods__delivery-options,
#PAGEID_SysOnlineStoreCheckout .delivery__pickup-address,
#PAGEID_SysOnlineStoreCheckout .delivery__shipping-address {
    background: transparent !important;
    color: var(--maugus-text) !important;
}

#PAGEID_SysOnlineStoreCheckout input[type="radio"],
#PAGEID_SysOnlineStoreCheckout input[type="checkbox"] {
    accent-color: var(--maugus-navy) !important;
}

/* ---------------------------------------------------------
   ORDER SUMMARY / CONFIRMATION
   --------------------------------------------------------- */

#PAGEID_SysOnlineStoreCheckout .storeCartTable,
#PAGEID_SysOnlineStoreCheckout .storeCartTable tbody,
#PAGEID_SysOnlineStoreCheckout .storeCartTable tr,
#PAGEID_SysOnlineStoreCheckout .storeCartTable td,
#PAGEID_SysOnlineStoreCheckout .storeCartTable th {
    background: transparent !important;
    color: var(--maugus-text) !important;
    border-color: var(--maugus-border) !important;
    text-shadow: none !important;
}

#PAGEID_SysOnlineStoreCheckout .storeCartTable {
    width: 100% !important;
    border-collapse: collapse !important;
}

#PAGEID_SysOnlineStoreCheckout .storeCartTable img {
    padding: 3px !important;
    background: var(--maugus-white) !important;
    border: 1px solid var(--maugus-border) !important;
    border-radius: 4px !important;
}

#PAGEID_SysOnlineStoreCheckout .storeCartTable_totalLabel,
#PAGEID_SysOnlineStoreCheckout .storeCartTable_totalValue,
#PAGEID_SysOnlineStoreCheckout .storeCartTable_subTotalLabel,
#PAGEID_SysOnlineStoreCheckout .storeCartTable_subTotalValue,
#PAGEID_SysOnlineStoreCheckout .storeCartSubtotalInfoRow td,
#PAGEID_SysOnlineStoreCheckout .storeCartTotalInfoRow td {
    color: var(--maugus-navy-dark) !important;
}

#PAGEID_SysOnlineStoreCheckout .storeCartTable_totalLabel,
#PAGEID_SysOnlineStoreCheckout .storeCartTable_totalValue {
    font-weight: 700 !important;
}

/* ---------------------------------------------------------
   LINKS AND NAVIGATION
   --------------------------------------------------------- */

#PAGEID_SysOnlineStoreCheckout a {
    color: var(--maugus-navy) !important;
    text-decoration: none !important;
}

#PAGEID_SysOnlineStoreCheckout a:hover {
    color: var(--maugus-red) !important;
}

#PAGEID_SysOnlineStoreCheckout .storeCartControlNav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    margin-top: 28px !important;
}

#PAGEID_SysOnlineStoreCheckout .storeCartControlNav_left,
#PAGEID_SysOnlineStoreCheckout .storeCartControlNav_right {
    float: none !important;
    text-align: initial !important;
    flex: 0 0 auto !important;
}

/* ---------------------------------------------------------
   CONTINUE / PAY / FINAL ORDER BUTTONS
   --------------------------------------------------------- */

#PAGEID_SysOnlineStoreCheckout input[type="submit"],
#PAGEID_SysOnlineStoreCheckout input[type="button"],
#PAGEID_SysOnlineStoreCheckout button,
#PAGEID_SysOnlineStoreCheckout .button,
#PAGEID_SysOnlineStoreCheckout .functionalButton,
#PAGEID_SysOnlineStoreCheckout a[class*="button"],
#PAGEID_SysOnlineStoreCheckout a[class*="Button"] {
    min-height: 44px !important;
    padding: 11px 20px !important;
    background: var(--maugus-navy) !important;
    background-color: var(--maugus-navy) !important;
    border: 1px solid var(--maugus-navy) !important;
    border-radius: 4px !important;
    color: var(--maugus-white) !important;
    fill: var(--maugus-white) !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

#PAGEID_SysOnlineStoreCheckout input[type="submit"]:hover,
#PAGEID_SysOnlineStoreCheckout input[type="button"]:hover,
#PAGEID_SysOnlineStoreCheckout button:hover,
#PAGEID_SysOnlineStoreCheckout .button:hover,
#PAGEID_SysOnlineStoreCheckout .functionalButton:hover,
#PAGEID_SysOnlineStoreCheckout a[class*="button"]:hover,
#PAGEID_SysOnlineStoreCheckout a[class*="Button"]:hover {
    background: var(--maugus-gold) !important;
    border-color: var(--maugus-gold) !important;
    color: var(--maugus-navy-dark) !important;
}

/* Preserve readable inner text/icons */
#PAGEID_SysOnlineStoreCheckout button *,
#PAGEID_SysOnlineStoreCheckout .button *,
#PAGEID_SysOnlineStoreCheckout .functionalButton * {
    color: inherit !important;
    fill: currentColor !important;
    text-shadow: none !important;
}

/* Back link stays a link, not a filled button */
#PAGEID_SysOnlineStoreCheckout .storeCartControlNav_left a {
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    color: var(--maugus-navy) !important;
    text-transform: none !important;
}

/* ---------------------------------------------------------
   PAYMENT / CAPTCHA
   --------------------------------------------------------- */

#PAGEID_SysOnlineStoreCheckout .g-recaptcha,
#PAGEID_SysOnlineStoreCheckout iframe[title*="reCAPTCHA"],
#PAGEID_SysOnlineStoreCheckout iframe[src*="recaptcha"] {
    background: var(--maugus-white) !important;
    border-radius: 4px !important;
}

#PAGEID_SysOnlineStoreCheckout .paymentDetails,
#PAGEID_SysOnlineStoreCheckout .paymentForm,
#PAGEID_SysOnlineStoreCheckout [class*="payment"],
#PAGEID_SysOnlineStoreCheckout [class*="Payment"] {
    color: var(--maugus-text) !important;
}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media screen and (max-width: 768px) {
    #PAGEID_SysOnlineStoreCheckout #idCheckoutWizardContainer {
        padding: 16px !important;
    }

    #PAGEID_SysOnlineStoreCheckout .stepsContainer,
    #PAGEID_SysOnlineStoreCheckout h1.stepsContainer {
        font-size: 1.45rem !important;
    }

    #PAGEID_SysOnlineStoreCheckout .storeCartControlNav {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    #PAGEID_SysOnlineStoreCheckout .storeCartControlNav_left,
    #PAGEID_SysOnlineStoreCheckout .storeCartControlNav_right {
        width: 100% !important;
    }

    #PAGEID_SysOnlineStoreCheckout input[type="submit"],
    #PAGEID_SysOnlineStoreCheckout input[type="button"],
    #PAGEID_SysOnlineStoreCheckout button,
    #PAGEID_SysOnlineStoreCheckout .button,
    #PAGEID_SysOnlineStoreCheckout .functionalButton {
        width: 100% !important;
    }
}
/* =========================================================
   MAUGUS CLUB — MEMBER PROFILE TABLES
   Fixes dark tables on:
   - My event registrations
   - Invoices and payments
   Paste at the bottom of Website > CSS
   ========================================================= */

/* Scope to WildApricot member profile system pages */
body.memberContentView .genericList,
body.memberContentView .genericListContainer,
body.memberContentView #idListItemsContainer,
body.memberContentView .listItemsContainer {
    background: transparent !important;
    color: var(--maugus-text) !important;
}

/* Main records tables */
body.memberContentView table.genericListTable,
body.memberContentView #membersTable,
body.memberContentView .genericListTable {
    width: 100% !important;
    border-collapse: collapse !important;
    background: var(--maugus-white) !important;
    border: 1px solid var(--maugus-border) !important;
    border-radius: 6px !important;
    box-shadow: var(--maugus-shadow) !important;
    color: var(--maugus-text) !important;
    overflow: hidden !important;
}

/* Table header */
body.memberContentView table.genericListTable thead,
body.memberContentView table.genericListTable thead tr,
body.memberContentView table.genericListTable thead th,
body.memberContentView #membersTable thead,
body.memberContentView #membersTable thead tr,
body.memberContentView #membersTable thead th {
    background: var(--maugus-navy-dark) !important;
    color: var(--maugus-white) !important;
    border-color: var(--maugus-navy-dark) !important;
    text-shadow: none !important;
}

body.memberContentView table.genericListTable thead th,
body.memberContentView #membersTable thead th {
    padding: 14px 12px !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    text-align: left !important;
}

/* Body rows */
body.memberContentView table.genericListTable tbody,
body.memberContentView table.genericListTable tbody tr,
body.memberContentView table.genericListTable tbody td,
body.memberContentView #membersTable tbody,
body.memberContentView #membersTable tbody tr,
body.memberContentView #membersTable tbody td {
    background: var(--maugus-white) !important;
    color: var(--maugus-text) !important;
    border-color: var(--maugus-border) !important;
    text-shadow: none !important;
}

body.memberContentView table.genericListTable tbody td,
body.memberContentView #membersTable tbody td {
    padding: 14px 12px !important;
    border-bottom: 1px solid var(--maugus-border) !important;
    vertical-align: top !important;
}

/* Subtle alternating rows */
body.memberContentView table.genericListTable tbody tr:nth-child(even) td,
body.memberContentView #membersTable tbody tr:nth-child(even) td {
    background: #fbfaf7 !important;
}

/* Remove legacy hover/gray classes */
body.memberContentView table.genericListTable tbody tr:hover td,
body.memberContentView #membersTable tbody tr:hover td,
body.memberContentView tr.grayedOut td,
body.memberContentView tr.hiddenRow td,
body.memberContentView tr.noLine td {
    color: var(--maugus-text) !important;
}

body.memberContentView table.genericListTable tbody tr:hover td,
body.memberContentView #membersTable tbody tr:hover td {
    background: #f3efe6 !important;
}

/* Links inside records */
body.memberContentView table.genericListTable a,
body.memberContentView #membersTable a {
    color: var(--maugus-navy) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

body.memberContentView table.genericListTable a:hover,
body.memberContentView #membersTable a:hover {
    color: var(--maugus-red) !important;
    text-decoration: underline !important;
}

/* Secondary descriptions, dates, payment status */
body.memberContentView .itemDescription,
body.memberContentView .memberDirectoryColumn2,
body.memberContentView .memberDirectoryColumn3,
body.memberContentView .lastTd,
body.memberContentView .rightAlign {
    color: var(--maugus-muted) !important;
}

/* Keep financial amounts readable */
body.memberContentView td.lastTd,
body.memberContentView td.rightAlign,
body.memberContentView .memberDirectoryColumn3 {
    color: var(--maugus-navy-dark) !important;
}

/* Search/filter controls */
body.memberContentView .genericList input[type="text"],
body.memberContentView .genericList input[type="search"],
body.memberContentView .genericList select,
body.memberContentView #idListItemsContainer input[type="text"],
body.memberContentView #idListItemsContainer input[type="search"],
body.memberContentView #idListItemsContainer select {
    min-height: 38px !important;
    padding: 7px 10px !important;
    background: var(--maugus-white) !important;
    border: 1px solid var(--maugus-border) !important;
    border-radius: 4px !important;
    color: var(--maugus-text) !important;
    box-shadow: none !important;
}

body.memberContentView .genericList input:focus,
body.memberContentView .genericList select:focus,
body.memberContentView #idListItemsContainer input:focus,
body.memberContentView #idListItemsContainer select:focus {
    border-color: var(--maugus-gold) !important;
    outline: 2px solid rgba(181, 150, 90, 0.2) !important;
}

/* Checkboxes on invoices/payments */
body.memberContentView table.genericListTable input[type="checkbox"],
body.memberContentView #membersTable input[type="checkbox"] {
    accent-color: var(--maugus-navy) !important;
}

/* Preserve warning/payment notice */
body.memberContentView .warning,
body.memberContentView .notice,
body.memberContentView [class*="warning"],
body.memberContentView [class*="Warning"] {
    color: var(--maugus-text) !important;
}

/* Mobile */
@media screen and (max-width: 768px) {
    body.memberContentView .genericListContainer,
    body.memberContentView #idListItemsContainer {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    body.memberContentView table.genericListTable,
    body.memberContentView #membersTable {
        min-width: 700px !important;
    }

    body.memberContentView table.genericListTable thead th,
    body.memberContentView table.genericListTable tbody td,
    body.memberContentView #membersTable thead th,
    body.memberContentView #membersTable tbody td {
        padding: 10px !important;
    }
}