.storehub-account-corner{
  position:fixed;
  top:14px;
  right:14px;
  z-index:9998;
  display:flex;
  gap:8px;
  align-items:center;
}
.storehub-account-corner a{text-decoration:none}
.storehub-login-page{width:100%;text-align:center}
.storehub-login-page form,
.storehub-login-page .storehub-collapsible,
.storehub-login-page .storehub-reset-area{width:100%}
.storehub-login-page .inputs{
  box-sizing:border-box;
  display:block;
  width:min(100%,430px) !important;
  min-height:40px !important;
  height:40px !important;
  margin:0 auto !important;
  padding:7px 12px !important;
  line-height:24px !important;
}
.storehub-login-page .buttonsmall{
  box-sizing:border-box;
  width:auto !important;
  min-width:150px;
  min-height:44px;
  height:auto !important;
  padding:7px 16px !important;
  white-space:nowrap;
  line-height:1.15;
}
.storehub-primary-actions{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  flex-wrap:nowrap;
  width:100%;
  margin-top:4px;
}
.storehub-primary-actions .buttonsmall{
  min-width:118px;
  padding-left:15px !important;
  padding-right:15px !important;
}
.storehub-auth-msg{
  min-height:20px;
  margin:8px auto 12px;
  max-width:430px;
  text-align:left;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  font-weight:700;
  color:#fff;
}
.storehub-auth-msg.error{color:#ffd2d9}
.storehub-auth-msg.ok{color:#c9ffd8}
.storehub-collapsible{
  max-height:0;
  opacity:0;
  overflow:hidden;
  visibility:hidden;
  transition:max-height .28s ease,opacity .2s ease,margin .28s ease;
  margin-top:0;
}
.storehub-collapsible.show{
  max-height:760px;
  opacity:1;
  visibility:visible;
  margin-top:12px;
}
.storehub-create-copy{
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  line-height:1.45;
  margin:4px auto 12px;
  max-width:430px;
  text-align:left;
}
.storehub-create-note{margin-top:7px}
.storehub-create-copy strong{font-weight:800}
.storehub-reset-area{margin-top:14px}
.storehub-reset-toggle-row,
.storehub-create-submit{
  display:flex;
  justify-content:center;
  width:100%;
}
.storehub-reset-toggle-row[hidden]{display:none !important}
.storehub-reset-area #resetAccountFields .buttonsmall{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.storehub-signed-in{color:#fff;font-family:Arial,Helvetica,sans-serif;text-align:center}
.storehub-account-title{font-size:24px;font-weight:800;margin:4px 0 8px}
.storehub-account-meta{font-size:15px;line-height:1.55;margin-bottom:14px}
.storehub-form-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.storehub-form-actions a{text-decoration:none}

.storehub-name-row{
  display:flex;
  justify-content:center;
  gap:8px;
  width:min(100%,430px);
  margin:0 auto;
}
.storehub-login-page .storehub-name-row .inputs{
  width:calc(50% - 4px) !important;
  min-width:0 !important;
  margin:0 !important;
}
.storehub-password-warning{
  margin-top:4px;
  font-size:16px;
  line-height:1.35;
}
.storehub-site-notice{
  box-sizing:border-box;
  width:min(calc(100% - 24px),900px);
  margin:70px auto 10px;
  padding:10px 14px;
  border-radius:10px;
  background:#fff3cd;
  color:#3f2d00;
  border:1px solid #ffe08a;
  font-family:Arial,Helvetica,sans-serif;
  font-size:15px;
  font-weight:700;
  line-height:1.4;
  text-align:center;
}
.storehub-site-notice[hidden]{display:none !important}

@media(max-width:620px){
  .storehub-account-corner{top:8px;right:8px;gap:5px}
  .storehub-account-corner .buttonsmall{padding-left:10px;padding-right:10px}
  .storehub-login-page{padding:0 8px}
  .storehub-login-page .inputs{width:min(100%,390px) !important}
  .storehub-name-row{width:min(100%,390px)}
  .storehub-site-notice{margin-top:62px}
}
@media(max-width:430px){
  .storehub-primary-actions{gap:8px}
  .storehub-login-page .storehub-primary-actions .buttonsmall{
    min-width:0 !important;
    width:112px !important;
    max-width:calc(50% - 4px);
    padding-left:9px !important;
    padding-right:9px !important;
    font-size:16px !important;
  }
  .storehub-login-page .buttonsmall{min-width:142px}
  .storehub-login-page .inputs{width:100% !important;max-width:360px}
  .storehub-name-row{width:100%;max-width:360px;gap:6px}
  .storehub-login-page .storehub-name-row .inputs{width:calc(50% - 3px) !important}
}
.storehub-account-status{
  box-sizing:border-box;
  width:min(100%,430px);
  margin:0 auto 14px;
  padding:9px 11px;
  border-radius:9px;
  background:#fff3cd;
  color:#493600;
  font:700 13px/1.4 Arial,Helvetica,sans-serif;
  text-align:center;
}
.storehub-account-status[hidden]{display:none!important}
.storehub-danger{background:#a8243d!important}
.storehub-account-edit{margin-top:14px!important}
.storehub-account-edit-copy{text-align:center;margin-top:7px;margin-bottom:10px}
