.eventRegistrationInfoSpacesLeft,
.eventInfoSpacesLeft {display: none;}
.cloudBackground{    
    background: linear-gradient(rgba(255,255,255,.6), rgba(255,255,255,.6)), url(https://sf.wildapricot.org/ThemeSharedRes/HeaderBackgroundImages/Keynote-Sky.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    /* opacity: .4; */
    background-size: 100% 100%;
}
.xLogo img{
    width: 6rem;
    height: 6rem;
    border-radius: .5rem;
    object-fit: cover;
}
/* ===== Store mobile fixes (safe) ===== */
.WaGadgetStore, .WaGadgetStore * { box-sizing: border-box; }
.WaGadgetStore img { max-width: 100% !important; height: auto !important; }
.WaGadgetStore { overflow-wrap: anywhere; }

/* Make product cards stack on small screens */
@media (max-width: 700px) {
  .WaGadgetStoreProductList .WaStoreProduct,
  .WaGadgetStoreProductList .wa-product,     /* alt class used in some themes */
  .WaGadgetStore .product-tile {              /* fallback for other themes */
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
}

/* Let long button text wrap instead of overflowing */
.WaGadgetStore a.btn,
.WaGadgetStore button,
.WaGadgetStore input[type=submit] {
  white-space: normal !important;
}
