
/* Native account canvas. The companion plugin styles the application itself. */
body.bb-native-account-page{
  background:#070910!important;
}
body.bb-native-account-page .bb-header{
  position:relative;
}
.bb-account-stage{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:
    radial-gradient(circle at 12% 8%,rgba(230,66,200,.17),transparent 32rem),
    radial-gradient(circle at 88% 18%,rgba(139,92,246,.12),transparent 30rem),
    #070910;
}
.bb-account-stage__inner{
  width:min(var(--bb-account-max,1760px),calc(100% - 48px));
  margin:0 auto;
  padding:56px 0 80px;
}
.bb-account-entry{
  width:100%;
  max-width:none;
  margin:0;
}
.bb-account-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:36px;
  margin-bottom:28px;
  padding:0 4px;
}
.bb-account-heading h1{
  margin:0;
  font-size:clamp(2.8rem,5vw,5.8rem);
}
.bb-account-heading>p{
  width:min(520px,100%);
  margin:0 0 8px;
  color:#d4c8d3;
  text-align:right;
}
.bb-account-content{
  width:100%;
  max-width:none;
  margin:0;
}
.bb-account-content>.woocommerce,
.bb-account-content>#masteriyo-account-page,
.bb-account-content>div:has(>#masteriyo-account-page){
  width:100%!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.bb-native-account-page #masteriyo-account-page{
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:0!important;
  box-shadow:none!important;
  clip-path:none!important;
  background:transparent!important;
}
body.bb-native-account-page #masteriyo-account-container{
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
}
body.bb-native-account-page .site-main,
body.bb-native-account-page .content-area,
body.bb-native-account-page article,
body.bb-native-account-page .entry-content{
  max-width:none!important;
}
@media(max-width:800px){
  .bb-account-stage__inner{width:calc(100% - 24px);padding:30px 0 54px}
  .bb-account-heading{display:block;margin-bottom:20px}
  .bb-account-heading>p{text-align:left;margin-top:12px}
}
