body.asw-owned-account-page {
  background: #f8f6ff;
}

/* Logged-out account experience. The body scope and high-specificity resets
   deliberately keep XStore's account styles outside this owned surface. */
body.asw-owned-account-auth {
  background: #f7f5fc !important;
}

body.asw-owned-account-auth .page-heading,
body.asw-owned-account-auth .breadcrumbs,
body.asw-owned-account-auth .woocommerce-breadcrumb,
body.asw-owned-account-auth .page-content > .container,
body.asw-owned-account-auth .content-page > .container {
  max-width: none;
}

body.asw-owned-account-auth .page-heading,
body.asw-owned-account-auth .breadcrumbs,
body.asw-owned-account-auth .woocommerce-breadcrumb {
  display: none !important;
}

.asw-auth-app {
  --auth-primary: #5e17eb;
  --auth-primary-dark: #3f0da9;
  --auth-primary-soft: #f1ebff;
  --auth-ink: #191326;
  --auth-muted: #716a7d;
  --auth-line: #e8e1f2;
  position: relative;
  min-height: 76vh;
  padding: clamp(24px, 5vw, 64px) 18px clamp(48px, 7vw, 92px);
  overflow: hidden;
  color: var(--auth-ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(94, 23, 235, .1), transparent 23rem),
    radial-gradient(circle at 92% 90%, rgba(250, 181, 38, .11), transparent 22rem),
    #f8f6fc;
}

.asw-auth-app *,
.asw-auth-app *::before,
.asw-auth-app *::after {
  box-sizing: border-box;
}

.asw-auth-app__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(94, 23, 235, .12) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(120deg, #000, transparent 38%, transparent 68%, #000);
  opacity: .42;
}

.asw-auth-app__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.38fr);
  width: min(1180px, 100%);
  margin-inline: auto;
  border: 1px solid rgba(226, 217, 241, .92);
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 28px 80px rgba(50, 25, 92, .12);
}

.asw-auth-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 640px;
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 15% 10%, rgba(255,255,255,.2), transparent 13rem),
    radial-gradient(circle at 90% 92%, rgba(255,196,54,.2), transparent 14rem),
    linear-gradient(145deg, #7335f1 0%, var(--auth-primary) 48%, #350b91 100%);
}

.asw-auth-intro::after {
  content: '';
  position: absolute;
  width: 260px;
  height: 260px;
  inset: auto -120px -120px auto;
  border: 38px solid rgba(255,255,255,.07);
  border-radius: 50%;
}

.asw-auth-intro__brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  color: #fff !important;
  text-decoration: none !important;
}

.asw-auth-intro__brand > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 13px;
  color: var(--auth-primary-dark);
  background: #fff;
  font-size: 21px;
  font-weight: 900;
  box-shadow: 0 9px 26px rgba(25, 6, 70, .2);
}

.asw-auth-intro__brand strong {
  font-size: 18px;
  font-weight: 900;
}

.asw-auth-intro__copy {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 58px;
}

.asw-auth-intro__eyebrow {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 6px 11px;
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.1);
  font-size: 11px;
  font-weight: 850;
}

.asw-auth-intro h1 {
  margin: 0 0 15px !important;
  color: #fff !important;
  font-size: clamp(30px, 4vw, 47px) !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
}

.asw-auth-intro__copy p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.9;
}

.asw-auth-benefits {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 13px;
  margin: 30px 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.asw-auth-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
}

.asw-auth-benefits i {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  color: #331079;
  background: rgba(255,255,255,.92);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.asw-auth-benefits span,
.asw-auth-benefits strong,
.asw-auth-benefits small {
  display: block;
}

.asw-auth-benefits strong {
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.asw-auth-benefits small {
  margin-top: 2px;
  color: rgba(255,255,255,.69);
  font-size: 11px;
  line-height: 1.55;
}

.asw-auth-intro__shop {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  min-height: 43px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 12px;
  color: #fff !important;
  background: rgba(255,255,255,.1);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none !important;
  transition: .2s ease;
}

.asw-auth-intro__shop:hover {
  background: rgba(255,255,255,.18);
  transform: translateY(-1px);
}

.asw-auth-intro__shop svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.asw-auth-panel {
  min-width: 0;
  padding: clamp(28px, 4.5vw, 58px);
  background: #fff;
}

.asw-auth-panel__head {
  margin-bottom: 30px;
  text-align: center;
}

.asw-auth-panel__head > span {
  color: var(--auth-primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
}

.asw-auth-panel__head h2 {
  margin: 6px 0 8px !important;
  color: var(--auth-ink) !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.asw-auth-panel__head p {
  margin: 0;
  color: var(--auth-muted);
  font-size: 13px;
}

body.asw-owned-account-auth .asw-auth-panel #customer_login {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 !important;
}

body.asw-owned-account-auth .asw-auth-panel #customer_login::before,
body.asw-owned-account-auth .asw-auth-panel #customer_login::after {
  display: none !important;
}

body.asw-owned-account-auth .asw-auth-panel #customer_login > .u-column1,
body.asw-owned-account-auth .asw-auth-panel #customer_login > .u-column2 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 22px !important;
  border: 1px solid var(--auth-line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.asw-owned-account-auth .asw-auth-panel .woocommerce > h2,
body.asw-owned-account-auth .asw-auth-panel #customer_login > div > h2 {
  position: relative;
  margin: 0 0 20px !important;
  padding: 0 0 15px !important;
  border-bottom: 1px solid #eee9f5 !important;
  color: var(--auth-ink) !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  text-align: right !important;
}

body.asw-owned-account-auth .asw-auth-panel form.login,
body.asw-owned-account-auth .asw-auth-panel form.register,
body.asw-owned-account-auth .asw-auth-panel form.woocommerce-ResetPassword {
  width: 100% !important;
  max-width: 520px;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.asw-owned-account-auth .asw-auth-panel .form-row {
  display: block !important;
  width: 100% !important;
  margin: 0 0 15px !important;
  padding: 0 !important;
}

body.asw-owned-account-auth .asw-auth-panel .form-row label:not(.woocommerce-form__label-for-checkbox) {
  display: block !important;
  margin: 0 0 7px !important;
  color: #393143 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.5 !important;
}

body.asw-owned-account-auth .asw-auth-panel .required {
  color: #d63550 !important;
}

body.asw-owned-account-auth .asw-auth-panel input.input-text {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  border: 1px solid #ddd5e9 !important;
  border-radius: 12px !important;
  outline: 0 !important;
  color: var(--auth-ink) !important;
  background: #fbfaff !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 52px !important;
  box-shadow: none !important;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease !important;
}

body.asw-owned-account-auth .asw-auth-panel input.input-text:focus {
  border-color: var(--auth-primary) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(94,23,235,.1) !important;
}

body.asw-owned-account-auth .asw-auth-panel .password-input {
  display: block !important;
  width: 100% !important;
}

body.asw-owned-account-auth .asw-auth-panel .show-password-input {
  inset-inline: 14px auto !important;
  right: auto !important;
  left: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

body.asw-owned-account-auth .asw-auth-panel .woocommerce-form-login__rememberme {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  color: var(--auth-muted) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  cursor: pointer;
}

body.asw-owned-account-auth .asw-auth-panel input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  accent-color: var(--auth-primary);
}

body.asw-owned-account-auth .asw-auth-panel button.button,
body.asw-owned-account-auth .asw-auth-panel .woocommerce-button.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 50px !important;
  margin: 3px 0 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #7132ef, var(--auth-primary) 55%, var(--auth-primary-dark)) !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: none !important;
  box-shadow: 0 10px 24px rgba(94,23,235,.2) !important;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease !important;
}

body.asw-owned-account-auth .asw-auth-panel button.button:hover,
body.asw-owned-account-auth .asw-auth-panel .woocommerce-button.button:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 14px 28px rgba(94,23,235,.27) !important;
}

body.asw-owned-account-auth .asw-auth-panel .lost_password {
  margin: 12px 0 0 !important;
  text-align: center !important;
}

body.asw-owned-account-auth .asw-auth-panel .lost_password a,
body.asw-owned-account-auth .asw-auth-panel .woocommerce-privacy-policy-text a {
  color: var(--auth-primary) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body.asw-owned-account-auth .asw-auth-panel .woocommerce-privacy-policy-text,
body.asw-owned-account-auth .asw-auth-panel form.register > p:not(.form-row) {
  color: var(--auth-muted) !important;
  font-size: 11px !important;
  line-height: 1.75 !important;
}

body.asw-owned-account-auth .asw-auth-panel .aswuaf-google-login-box {
  margin: 20px 0 0 !important;
  padding: 18px !important;
  border: 1px solid var(--auth-line) !important;
  border-radius: 14px !important;
  background: #faf8ff !important;
  box-shadow: none !important;
}

body.asw-owned-account-auth .asw-auth-panel .aswuaf-google-separator span {
  background: #faf8ff !important;
}

body.asw-owned-account-auth .asw-auth-panel .woocommerce-error,
body.asw-owned-account-auth .asw-auth-panel .woocommerce-message,
body.asw-owned-account-auth .asw-auth-panel .woocommerce-info {
  margin: 0 0 20px !important;
  padding: 15px 18px 15px 42px !important;
  border: 1px solid #e7def7 !important;
  border-top: 0 !important;
  border-radius: 13px !important;
  color: #3b304b !important;
  background: #f7f2ff !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
}

body.asw-owned-account-auth .asw-auth-panel .woocommerce-error {
  border-color: #f2d4d9 !important;
  background: #fff5f6 !important;
}

body.asw-owned-account-auth .asw-auth-panel .woocommerce-ResetPassword,
body.asw-owned-account-auth .asw-auth-panel .woocommerce-form-login:not(#customer_login form) {
  padding: 24px !important;
  border: 1px solid var(--auth-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
}

@media (max-width: 980px) {
  .asw-auth-app__container {
    grid-template-columns: 1fr;
  }

  .asw-auth-intro {
    min-height: 0;
    padding: 28px;
  }

  .asw-auth-intro__copy {
    margin-top: 35px;
    padding-top: 0;
  }

  .asw-auth-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .asw-auth-benefits li {
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .asw-auth-app {
    padding: 14px 10px 62px;
  }

  .asw-auth-app__container {
    border-radius: 22px;
  }

  .asw-auth-intro {
    padding: 23px 20px 25px;
  }

  .asw-auth-intro__copy {
    margin-top: 28px;
  }

  .asw-auth-intro h1 {
    font-size: 30px !important;
  }

  .asw-auth-benefits {
    grid-template-columns: 1fr;
    margin: 22px 0 !important;
  }

  .asw-auth-benefits small {
    display: none;
  }

  .asw-auth-panel {
    padding: 27px 16px 30px;
  }

  .asw-auth-panel__head {
    margin-bottom: 22px;
  }

  body.asw-owned-account-auth .asw-auth-panel #customer_login {
    grid-template-columns: 1fr !important;
  }

  body.asw-owned-account-auth .asw-auth-panel #customer_login > .u-column1,
  body.asw-owned-account-auth .asw-auth-panel #customer_login > .u-column2 {
    padding: 19px 16px !important;
    border-radius: 16px !important;
  }
}

body.asw-owned-account-page .page-heading,
body.asw-owned-account-page .breadcrumbs,
body.asw-owned-account-page .woocommerce-MyAccount-navigation {
  display: none !important;
}

.asw-account-app {
  --asw-red: #5e17eb;
  --asw-red-dark: #4010a8;
  --asw-ink: #181128;
  --asw-muted: #716981;
  --asw-line: #e9e4f1;
  position: relative;
  min-height: 72vh;
  overflow: hidden;
  padding: 34px 20px 72px;
  color: var(--asw-ink);
  background:
    radial-gradient(circle at 90% 0, rgba(94, 23, 235, .09), transparent 28rem),
    linear-gradient(180deg, #fff 0, #f8f6ff 27rem);
}

.asw-account-app *,
.asw-account-app *::before,
.asw-account-app *::after {
  box-sizing: border-box;
}

.asw-account-app__container {
  position: relative;
  z-index: 1;
  width: min(1220px, 100%);
  margin-inline: auto;
  min-width: 0;
  max-width: 100%;
}

.asw-account-app__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.asw-account-app__eyebrow,
.asw-account-content__header > span,
.asw-account-home__heading span {
  display: block;
  margin-bottom: 5px;
  color: var(--asw-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

.asw-account-app__top h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
}

.asw-account-app__shop {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid var(--asw-line);
  border-radius: 12px;
  color: var(--asw-ink);
  background: rgba(255, 255, 255, .8);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: .2s ease;
}

.asw-account-app__shop:hover {
  border-color: var(--asw-red);
  color: var(--asw-red);
  transform: translateY(-1px);
}

.asw-account-app__shop svg,
.asw-account-nav svg,
.asw-account-sidebar__logout svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.asw-account-layout {
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  min-width: 0;
  max-width: 100%;
}

.asw-account-sidebar,
.asw-account-content {
  border: 1px solid rgba(226, 218, 240, .92);
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 55px rgba(55, 24, 110, .065);
}

.asw-account-sidebar {
  position: sticky;
  top: 22px;
  overflow: hidden;
  padding: 16px;
}

.asw-account-nav {
  display: grid;
  gap: 5px;
  margin: 0 0 10px;
}

.asw-account-nav a,
.asw-account-sidebar__logout {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 46px;
  padding: 0 13px;
  border-radius: 11px;
  color: #524b60;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  transition: .18s ease;
}

.asw-account-nav a:hover {
  color: var(--asw-red);
  background: #f4f0ff;
}

.asw-account-nav a.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--asw-red), var(--asw-red-dark));
  box-shadow: 0 8px 20px rgba(94, 23, 235, .22);
}

.asw-account-sidebar__logout {
  border-top: 1px solid #eee9f5;
  border-radius: 0 0 10px 10px;
  color: #a23436;
}

.asw-account-sidebar__logout:hover {
  color: #fff;
  background: #a23436;
}

.asw-account-content {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: clamp(18px, 3vw, 32px);
}

.asw-account-content__header {
  margin-bottom: 24px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--asw-line);
}

.asw-account-content__header h2 {
  margin: 0 0 7px;
  font-size: clamp(24px, 3vw, 34px);
}

.asw-account-content__header p {
  margin: 0;
  color: var(--asw-muted);
  font-size: 14px;
}

.asw-account-home {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.asw-staff-app-banner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  padding: 20px;
  border: 1px solid #ddd2f7;
  border-radius: 17px;
  color: #2c1760;
  background: linear-gradient(135deg, #f3efff, #fff);
}

.asw-staff-app-banner__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, #7434f5, #4010a8);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(94, 23, 235, .2);
}

.asw-staff-app-banner__copy span {
  color: #7041cf;
  font-size: 11px;
  font-weight: 800;
}

.asw-staff-app-banner__copy {
  min-width: 0;
}

.asw-staff-app-banner__copy h2,
.asw-staff-app-banner__copy p {
  overflow-wrap: anywhere;
}

.asw-staff-app-banner__copy h2 {
  margin: 3px 0 4px;
  color: #2c1760;
  font-size: 20px;
}

.asw-staff-app-banner__copy p {
  margin: 0;
  color: #716981;
  font-size: 12px;
}

.asw-staff-app-banner__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.asw-staff-app-banner__actions .asw-btn {
  min-height: 42px;
  height: auto;
  line-height: 1.35;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.asw-staff-app-banner__actions .asw-btn-primary {
  background: var(--asw-red);
}

.asw-staff-app-banner,
.asw-account-home,
.asw-account-home__hero,
.asw-account-home__profile,
.asw-account-home__actions {
  min-width: 0;
}

.asw-account-home__actions .asw-btn,
.asw-account-home .asw-btn {
  min-height: 38px;
  height: auto;
  line-height: 1.35;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  word-break: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 700px) {
  .asw-staff-app-banner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 16px;
  }

  .asw-staff-app-banner__copy {
    order: 1;
  }

  .asw-staff-app-banner__icon {
    order: 2;
    width: 52px;
    height: 52px;
  }

  .asw-staff-app-banner__actions {
    grid-column: 1 / -1;
    order: 3;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .asw-staff-app-banner__actions .asw-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.asw-profile-extra-fields {
  clear: both;
  margin: 22px 0;
  padding: 20px;
  border: 1px solid var(--asw-line);
  border-radius: 14px;
  background: #faf8ff;
}

.asw-profile-extra-fields h3 {
  margin: 0 0 15px;
  font-size: 17px;
}

.asw-account-home__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  padding: 26px;
  border: 0;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 20%, rgba(255,255,255,.16), transparent 13rem),
    linear-gradient(135deg, #7434f5, #5e17eb 55%, #370b98);
}

.asw-account-home__hero::after {
  content: "";
  position: absolute;
  inset-inline-end: -45px;
  bottom: -75px;
  width: 190px;
  height: 190px;
  border: 30px solid rgba(255,255,255,.06);
  border-radius: 50%;
}

.asw-account-home__profile,
.asw-account-home__actions,
.asw-account-order__head,
.asw-account-order__foot {
  display: flex;
  align-items: center;
  gap: 14px;
}

.asw-account-home__profile {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.asw-account-home__profile > div {
  min-width: 0;
}

.asw-account-home__profile img,
.asw-account-home__profile .asw-db-avatar {
  border: 3px solid rgba(255,255,255,.65);
  box-shadow: 0 8px 22px rgba(0,0,0,.14);
}

.asw-account-home__profile span {
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 700;
}

.asw-account-home__profile h2 {
  margin: 3px 0;
  color: #fff;
  font-size: clamp(21px, 3vw, 30px);
}

.asw-account-home__profile p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.asw-account-home__actions {
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.asw-account-home__hero .asw-btn {
  border-color: rgba(255,255,255,.45);
}

.asw-account-home__hero .asw-btn-primary {
  color: var(--asw-red);
  background: #fff;
}

.asw-account-home__hero .asw-btn-outline {
  color: #fff;
  background: rgba(255,255,255,.07);
}

.asw-account-home__summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.asw-account-home__summary > div {
  position: relative;
  overflow: hidden;
  padding: 19px;
  border: 1px solid var(--asw-line);
  border-radius: 15px;
  background: #fff;
}

.asw-account-home__summary > div::before {
  content: "";
  position: absolute;
  inset-block: 13px;
  inset-inline-start: 0;
  width: 3px;
  border-radius: 4px;
  background: #bda5f2;
}

.asw-account-home__summary span {
  display: block;
  color: var(--asw-muted);
  font-size: 12px;
}

.asw-account-home__summary strong {
  display: block;
  margin-top: 8px;
  font-size: 27px;
  line-height: 1;
}

.asw-account-home__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
  padding-top: 3px;
}

.asw-account-home__heading h3 {
  margin: 0;
  font-size: 22px;
}

.asw-account-home__heading a {
  color: var(--asw-red);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.asw-account-orders {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.asw-account-order {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 19px;
  border: 1px solid var(--asw-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(48, 27, 86, .045);
}

.asw-account-order__head {
  justify-content: space-between;
  flex-wrap: wrap;
}

.asw-account-order__head h4 {
  margin: 2px 0 0;
  font-size: 19px;
}

.asw-account-order__head > div:first-child span,
.asw-account-order__meta span {
  color: var(--asw-muted);
  font-size: 11px;
}

.asw-account-order__meta {
  display: grid;
  gap: 3px;
  text-align: center;
}

.asw-account-order__status {
  padding: 7px 11px;
  border-radius: 999px;
  color: #955311;
  background: #fff5df;
  font-size: 11px;
  font-weight: 850;
}

.asw-account-order__status.status-completed {
  color: #08734e;
  background: #e9f9f2;
}

.asw-account-order__status.status-cancelled,
.asw-account-order__status.status-refunded,
.asw-account-order__status.status-failed {
  color: #b3262b;
  background: #fff0f0;
}

.asw-order-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 25px 0 20px;
  padding: 0;
  list-style: none;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.asw-order-timeline li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #aaa3b3;
  font-size: 10px;
  text-align: center;
}

.asw-order-timeline li::before {
  content: "";
  position: absolute;
  top: 14px;
  right: -50%;
  width: 100%;
  height: 2px;
  background: #ebe6f2;
}

.asw-order-timeline li:first-child::before {
  display: none;
}

.asw-order-timeline i {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #aaa3b3;
  background: #f3f0f7;
  font-style: normal;
  font-weight: 900;
}

.asw-order-timeline .is-done,
.asw-order-timeline .is-current {
  color: var(--asw-red);
  font-weight: 800;
}

.asw-order-timeline .is-done i {
  color: #137653;
  background: #dbf4e9;
}

.asw-order-timeline .is-done::before,
.asw-order-timeline .is-current::before {
  background: #9bd7bd;
}

.asw-order-timeline .is-current i {
  color: #fff;
  background: var(--asw-red);
  box-shadow: 0 0 0 5px #eee7ff;
}

.asw-account-order__foot {
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #f0ecf5;
}

.asw-account-order__foot > span {
  color: var(--asw-muted);
  font-size: 12px;
}

.asw-account-order__notice,
.asw-account-home__empty {
  margin: 17px 0;
  padding: 17px;
  border-radius: 12px;
  color: var(--asw-muted);
  background: #faf8ff;
}

.asw-account-home__empty {
  padding: 40px 20px;
  text-align: center;
}

.asw-account-home__empty > span {
  font-size: 34px;
}

/* Native Woo endpoint content is restyled inside our shell. */
.asw-account-endpoint .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
}

.asw-account-endpoint .woocommerce-info,
.asw-account-endpoint .woocommerce-message {
  border: 0;
  border-radius: 12px;
  background: #f5f1ff;
}

.asw-account-endpoint table.shop_table {
  overflow: hidden;
  width: 100%;
  border: 1px solid var(--asw-line);
  border-radius: 14px;
  background: #fff;
}

.asw-account-endpoint table.shop_table th,
.asw-account-endpoint table.shop_table td {
  padding: 14px 12px;
  border-color: #eee9f5;
  text-align: right;
}

.asw-account-endpoint table.shop_table thead {
  background: #faf8ff;
}

.asw-account-endpoint .button,
.asw-account-endpoint button.button {
  min-height: 40px;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #fff !important;
  background: var(--asw-red) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.asw-account-endpoint form .form-row {
  margin-bottom: 15px;
}

.asw-account-endpoint input.input-text,
.asw-account-endpoint select,
.asw-account-endpoint textarea {
  min-height: 46px;
  border: 1px solid #ddd5eb !important;
  border-radius: 10px !important;
  background: #fff !important;
}

.asw-account-endpoint fieldset {
  margin: 25px 0 18px;
  padding: 20px;
  border: 1px solid var(--asw-line);
  border-radius: 14px;
}

.asw-account-endpoint legend {
  padding: 0 8px;
  font-weight: 800;
}

/* Modern single-order view. */
.asw-view-order {
  --vo-primary: #5e17eb;
  --vo-dark: #4010a8;
  --vo-soft: #f2edff;
  --vo-green: #168a68;
  --vo-green-soft: #e9f8f3;
  --vo-ink: #181128;
  --vo-muted: #716981;
  --vo-line: #e9e4f1;
  display: grid;
  gap: 16px;
  color: var(--vo-ink);
}

.asw-view-order *,
.asw-view-order-customer * {
  box-sizing: border-box;
}

.asw-view-order__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 20%, rgba(255,255,255,.15), transparent 11rem),
    linear-gradient(135deg, #7434f5, #5e17eb 55%, #370b98);
  box-shadow: 0 16px 34px rgba(94,23,235,.16);
}

.asw-view-order__summary span,
.asw-view-order__summary small,
.asw-view-order__summary strong {
  display: block;
}

.asw-view-order__summary span,
.asw-view-order__summary small {
  color: rgba(255,255,255,.72);
  font-size: 11px;
}

.asw-view-order__summary h2 {
  margin: 4px 0;
  color: #fff;
  font-size: clamp(22px, 3vw, 30px);
}

.asw-view-order__summary p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 11px;
}

.asw-view-order__summary > div:last-child {
  min-width: 145px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 15px;
  background: rgba(20,6,46,.16);
  text-align: center;
}

.asw-view-order__summary > div:last-child strong {
  margin-top: 5px;
  color: #fff;
  font-size: 19px;
}

.asw-view-order__card {
  padding: clamp(17px, 3vw, 25px);
  border: 1px solid var(--vo-line, #e9e4f1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(47,25,84,.045);
}

.asw-view-order__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.asw-view-order__heading span {
  display: block;
  margin-bottom: 3px;
  color: #5e17eb;
  font-size: 10px;
  font-weight: 900;
}

.asw-view-order__heading h3 {
  margin: 0;
  color: #181128;
  font-size: clamp(18px, 2.4vw, 23px);
}

.asw-view-order__heading > b {
  padding: 7px 10px;
  border-radius: 999px;
  color: #5e17eb;
  background: #f2edff;
  font-size: 10px;
  white-space: nowrap;
}

.asw-view-order__heading > b i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 4px;
  border-radius: 50%;
  background: #168a68;
}

.asw-view-order__heading > b.is-loading i {
  background: #d79922;
  animation: asw-view-order-pulse 1s ease-in-out infinite;
}

.asw-view-order__heading > b.is-error {
  color: #a33b2f;
  background: #fff1ef;
}

.asw-view-order__heading > b.is-error i {
  background: #c84b3f;
}

@keyframes asw-view-order-pulse {
  0%,
  100% {
    opacity: .45;
    transform: scale(.85);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

.asw-view-order__timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 5px 0 3px;
  list-style: none;
}

.asw-view-order__timeline li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 0 6px;
  text-align: center;
}

.asw-view-order__timeline li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 18px;
  right: -50%;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #e9e4f1;
}

.asw-view-order__timeline li.is-done::before,
.asw-view-order__timeline li.is-current::before {
  background: #168a68;
}

.asw-view-order__timeline li > i {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid #e9e4f1;
  border-radius: 50%;
  color: #aaa3b3;
  background: #f8f6fa;
  font-style: normal;
  font-weight: 900;
}

.asw-view-order__timeline .is-done > i {
  border-color: #168a68;
  color: #fff;
  background: #168a68;
}

.asw-view-order__timeline .is-current > i {
  border-color: #5e17eb;
  color: #fff;
  background: #5e17eb;
  box-shadow: 0 0 0 6px #eee7ff;
}

.asw-view-order__timeline strong,
.asw-view-order__timeline small {
  display: block;
}

.asw-view-order__timeline strong {
  margin-bottom: 4px;
  font-size: 11px;
}

.asw-view-order__timeline small {
  color: #716981;
  font-size: 9px;
  line-height: 1.6;
}

.asw-view-order__timeline .is-upcoming strong {
  color: #aaa3b3;
}

.asw-view-order__fulfilment {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 8px;
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid #eee9f5;
}

.asw-view-order__fulfilment article {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 11px;
  border-radius: 13px;
  background: #faf8ff;
}

.asw-view-order__fulfilment article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 11px;
  color: #5e17eb;
  background: #eee7ff;
}

.asw-view-order__fulfilment small,
.asw-view-order__fulfilment strong {
  display: block;
}

.asw-view-order__fulfilment small {
  color: #716981;
  font-size: 9px;
}

.asw-view-order__fulfilment strong {
  margin-top: 2px;
  font-size: 11px;
  overflow-wrap: anywhere;
}

.asw-view-order__items {
  display: grid;
}

.asw-view-order__item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 13px 0;
  border-bottom: 1px solid #eee9f5;
}

.asw-view-order__image {
  overflow: hidden;
  width: 68px;
  height: 68px;
  border-radius: 14px;
  background: #f5f2f8;
}

.asw-view-order__image img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.asw-view-order__item > div:nth-child(2) > strong,
.asw-view-order__item > div:nth-child(2) > span {
  display: block;
}

.asw-view-order__item > div:nth-child(2) > strong {
  margin-bottom: 5px;
  font-size: 13px;
}

.asw-view-order__item > div:nth-child(2) > span,
.asw-view-order__item .wc-item-meta {
  margin: 0;
  padding: 0;
  color: #716981;
  font-size: 9px;
  list-style: none;
}

.asw-view-order__item > b {
  color: #4010a8;
  font-size: 12px;
  white-space: nowrap;
}

.asw-view-order__totals {
  display: grid;
  gap: 8px;
  width: min(380px, 100%);
  margin: 19px 0 0 auto;
}

.asw-view-order__totals > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #716981;
  font-size: 11px;
}

.asw-view-order__totals > div:last-child {
  margin-top: 4px;
  padding-top: 11px;
  border-top: 1px solid #e9e4f1;
  color: #181128;
  font-size: 14px;
}

.asw-view-order__note {
  margin-top: 18px;
  padding: 14px;
  border-radius: 12px;
  background: #faf8ff;
}

.asw-view-order__note p {
  margin: 5px 0 0;
  color: #716981;
  font-size: 11px;
}

.asw-view-order__actions {
  display: flex;
  gap: 8px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.asw-view-order__button {
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff !important;
  background: #5e17eb;
  font-size: 11px;
  font-weight: 850;
  text-decoration: none !important;
}

.asw-view-order__stopped {
  padding: 15px;
  border: 1px solid #f2c7c9;
  border-radius: 13px;
  color: #a3262b;
  background: #fff3f3;
  font-weight: 800;
}

.asw-view-order-customer {
  --vo-line: #e9e4f1;
  margin-top: 16px;
}

.asw-view-order-customer__grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 10px;
}

.asw-view-order-customer__grid > article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  padding: 15px;
  border: 1px solid #eee9f5;
  border-radius: 14px;
  background: #fcfbff;
}

.asw-view-order-customer__grid > article > i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: #5e17eb;
  background: #eee7ff;
  font-style: normal;
  font-size: 18px;
}

.asw-view-order-customer small,
.asw-view-order-customer strong,
.asw-view-order-customer a {
  display: block;
}

.asw-view-order-customer small {
  margin-bottom: 4px;
  color: #716981;
  font-size: 9px;
}

.asw-view-order-customer strong {
  margin-bottom: 4px;
  color: #181128;
  font-size: 12px;
}

.asw-view-order-customer p,
.asw-view-order-customer a {
  margin: 3px 0;
  color: #716981;
  font-size: 10px;
  line-height: 1.7;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.asw-view-order-customer__map {
  width: fit-content;
  margin-top: 9px !important;
  padding: 7px 10px;
  border-radius: 9px;
  color: #5e17eb !important;
  background: #eee7ff;
  font-weight: 850;
}

.asw-view-order-updates {
  margin-top: 16px;
  padding: clamp(17px, 3vw, 25px);
  border: 1px solid #e9e4f1;
  border-radius: 20px;
  background: #fff;
}

.asw-view-order-updates ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.asw-view-order-updates li {
  padding: 13px;
  border-right: 3px solid #5e17eb;
  border-radius: 10px;
  background: #faf8ff;
}

.asw-view-order-updates small {
  color: #716981;
  font-size: 9px;
}

.asw-view-order-updates p {
  margin: 5px 0 0;
  font-size: 11px;
}

@media (max-width: 920px) {
  .asw-account-layout {
    grid-template-columns: 1fr;
  }

  .asw-account-sidebar {
    position: static;
    padding: 13px;
  }

  .asw-account-nav {
    grid-template-columns: repeat(3, 1fr);
  }

  .asw-account-nav a {
    justify-content: center;
    padding: 8px;
  }

  .asw-account-sidebar__logout { justify-content: center; }
}

@media (max-width: 680px) {
  html,
  body.asw-owned-account-page {
    max-width: 100%;
    overflow-x: hidden;
  }

  .asw-account-app {
    width: 100%;
    max-width: 100vw;
    padding: 22px 6px 50px;
  }

  .asw-account-app__top {
    align-items: center;
    padding-inline: 6px;
  }

  .asw-account-layout {
    gap: 12px;
  }

  .asw-account-sidebar {
    width: 100%;
    padding: 8px;
    border-radius: 18px;
  }

  .asw-account-app__shop span {
    display: none;
  }

  .asw-account-app__shop {
    width: 44px;
    padding: 0;
    justify-content: center;
  }

  .asw-account-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(68px, 1fr));
    gap: 4px;
    width: 100%;
    overflow: visible;
    padding: 0;
  }

  .asw-account-nav a {
    min-width: 0;
    width: 100%;
    min-height: 70px;
    padding: 8px 3px;
    flex-direction: column;
    gap: 5px;
    font-size: 10px;
    text-align: center;
    white-space: normal;
  }

  .asw-account-nav svg {
    width: 19px;
    height: 19px;
  }

  .asw-staff-app-banner {
    grid-template-columns: auto 1fr;
    padding: 17px;
  }

  .asw-staff-app-banner__actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .asw-staff-app-banner__actions .asw-btn {
    justify-content: center;
    width: 100%;
  }

  .asw-account-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 14px;
    border-radius: 17px;
  }

  .asw-account-home__hero {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 21px 18px;
  }

  .asw-account-home__profile {
    width: 100%;
  }

  .asw-account-home__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .asw-account-home__actions .asw-btn {
    min-width: 0;
    width: 100%;
    padding-inline: 8px;
    text-align: center;
  }

  .asw-account-home__summary {
    grid-template-columns: 1fr 1fr;
  }

  .asw-account-home__summary > div:first-child {
    grid-column: 1 / -1;
  }

  .asw-account-home__heading {
    align-items: center;
  }

  .asw-order-timeline {
    overflow: visible;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 22px 0 18px;
    padding: 0;
  }

  .asw-order-timeline li {
    min-width: 0;
    gap: 6px;
    padding-inline: 2px;
    font-size: clamp(7px, 2.45vw, 10px);
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .asw-order-timeline i {
    width: 26px;
    height: 26px;
    font-size: 10px;
  }

  .asw-order-timeline li::before {
    top: 12px;
  }

  .asw-account-order {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .asw-account-order__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .asw-account-order__head > div:first-child {
    min-width: 0;
  }

  .asw-account-order__meta {
    grid-column: 1;
    grid-row: 2;
  }

  .asw-account-order__status {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .asw-account-order__foot {
    min-width: 0;
    width: 100%;
  }

  .asw-account-order__foot .asw-btn {
    max-width: 58%;
    white-space: normal;
  }

  .asw-account-order__meta {
    text-align: right;
  }

  .asw-account-endpoint table.shop_table thead {
    display: none;
  }

  .asw-account-endpoint table.shop_table,
  .asw-account-endpoint table.shop_table tbody,
  .asw-account-endpoint table.shop_table tr,
  .asw-account-endpoint table.shop_table td {
    display: block;
    width: 100%;
  }

  .asw-account-endpoint table.shop_table tr {
    padding: 10px 0;
    border-bottom: 1px solid var(--asw-line);
  }

  .asw-view-order__summary {
    align-items: flex-start;
    padding: 18px;
  }

  .asw-view-order__summary > div:last-child {
    min-width: 115px;
  }

  .asw-view-order__timeline {
    grid-template-columns: 1fr;
  }

  .asw-view-order__timeline li {
    grid-template-columns: 38px minmax(0, 1fr);
    justify-items: stretch;
    gap: 12px;
    min-height: 76px;
    padding: 0;
    text-align: right;
  }

  .asw-view-order__timeline li:not(:first-child)::before {
    top: -38px;
    right: 18px;
    width: 3px;
    height: 38px;
  }

  .asw-view-order__item {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .asw-view-order__image {
    width: 56px;
    height: 56px;
  }

  .asw-view-order__item > b {
    grid-column: 2;
  }

  .asw-view-order-customer__grid {
    grid-template-columns: 1fr;
  }
}

.asw-staff-app-banner__actions .asw-btn,
.asw-account-home__actions .asw-btn,
.asw-account-home .asw-btn {
  min-width: 0;
  min-height: 40px;
  height: auto;
  line-height: 1.35;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: anywhere;
}

/* Restore account dashboard CTA button shapes after the performance split. */
.asw-staff-app-banner__actions .asw-btn,
.asw-account-home__hero .asw-account-home__actions .asw-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  box-shadow: 0 10px 22px rgba(50, 16, 122, 0.14) !important;
}

.asw-staff-app-banner__actions .asw-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #7434f5, #5e17eb) !important;
}

.asw-staff-app-banner__actions .asw-btn-outline {
  color: #2c1760 !important;
  border-color: #e5dbfb !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: none !important;
}

.asw-account-home__hero .asw-account-home__actions .asw-btn-primary {
  color: var(--asw-red) !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  background: #fff !important;
}

.asw-account-home__hero .asw-account-home__actions .asw-btn-outline {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

@media (max-width: 700px) {
  .asw-staff-app-banner__actions .asw-btn,
  .asw-account-home__hero .asw-account-home__actions .asw-btn {
    width: 100% !important;
    min-width: 0 !important;
    padding-inline: 10px !important;
    font-size: 12px !important;
  }
}
