﻿body.wbl-module-customer #left-column,
body.wbl-module-customer #right-column,
body.wbl-module-customer .breadcrumb,
body.wbl-module-customer .breadcrumb-wrapper,
body.wbl-module-customer .page-header {
  display: none !important;
}

body.wbl-module-customer #content-wrapper.wbl-customer-content-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
}

body.wbl-module-customer main,
body.wbl-module-customer #wrapper {
  background: #f4f7fc;
}

body.wbl-module-customer #wrapper {
  padding-top: 0;
}

.wbl-customer-page {
  --wblc-ink: #07142d;
  --wblc-muted: #62708a;
  --wblc-line: #dfe6f3;
  --wblc-purple: #6f42ff;
  --wblc-blue: #2f76ff;
  max-width: var(--wbl-max, 1600px);
  margin: 0 auto;
  padding: 46px var(--wbl-container-pad-x, 24px) 62px;
  box-sizing: border-box;
  color: var(--wblc-ink);
  font-family: var(--wbl-font, 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif);
}

.wbl-customer-auth {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 530px;
  gap: 42px;
  align-items: stretch;
}

.wbl-auth-intro,
.wbl-auth-card,
.wbl-password-card,
.wbl-password-help,
.wbl-account-sidebar,
.wbl-account-main section,
.wbl-account-stats > div,
.wbl-account-cta,
.wbl-account-trust {
  border: 1px solid var(--wblc-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(9, 25, 63, .06);
}

.wbl-auth-intro {
  min-height: 690px;
  padding: 58px 54px;
  background:
    radial-gradient(circle at 12% 100%, rgba(111, 66, 255, .14), transparent 25%),
    linear-gradient(130deg, #fff 0%, #f7f4ff 100%);
}

.wbl-auth-intro h1,
.wbl-password-card h1,
.wbl-account-heading h1 {
  margin: 0 0 14px;
  color: var(--wblc-ink);
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
}

.wbl-auth-intro p,
.wbl-password-card p,
.wbl-password-help p,
.wbl-account-heading p {
  margin: 0;
  color: var(--wblc-muted);
  font-size: 15px;
  line-height: 1.7;
}

.wbl-auth-intro ul {
  list-style: none;
  padding: 42px 0 0;
  margin: 0;
  display: grid;
  gap: 28px;
}

.wbl-auth-intro li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 4px 18px;
  align-items: center;
}

.wbl-auth-intro li span,
.wbl-account-stat__icon,
.wbl-account-trust__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f1ecff;
  color: var(--wblc-purple);
}

.wbl-auth-intro li strong {
  font-size: 15px;
  font-weight: 900;
}

.wbl-auth-intro li small {
  grid-column: 2;
  color: var(--wblc-muted);
}

.wbl-auth-stats,
.wbl-auth-quote {
  margin-top: 54px;
  padding: 26px;
  border: 1px solid var(--wblc-line);
  border-radius: 8px;
  background: rgba(255,255,255,.8);
}

.wbl-auth-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.wbl-auth-stats strong {
  display: block;
  color: var(--wblc-purple);
  font-size: 25px;
  font-weight: 900;
}

.wbl-auth-stats small,
.wbl-auth-quote small {
  color: var(--wblc-muted);
}

.wbl-auth-card {
  padding: 52px 50px;
}

.wbl-auth-card h2 {
  margin: 0 0 8px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
}

.wbl-auth-card > p {
  margin: 0 0 34px;
  text-align: center;
  color: var(--wblc-muted);
}

.wbl-auth-card form h1,
.wbl-register-page .wbl-auth-card form .page-title {
  display: none;
}

.wbl-auth-card .form-group,
.wbl-password-card form {
  margin-bottom: 18px;
}

.wbl-auth-card input,
.wbl-auth-card select,
.wbl-password-card input {
  min-height: 46px;
  border: 1px solid var(--wblc-line) !important;
  border-radius: 5px !important;
  box-shadow: none !important;
}

.wbl-auth-card .btn,
.wbl-password-card button {
  width: 100%;
  min-height: 48px;
  border: 0 !important;
  border-radius: 6px !important;
  background: linear-gradient(135deg, var(--wblc-blue), var(--wblc-purple)) !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.wbl-auth-card .forgot-password {
  margin: -6px 0 18px;
  text-align: right;
}

.wbl-auth-card .forgot-password a {
  color: var(--wblc-purple);
  font-weight: 800;
}

.wbl-auth-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 34px 0 20px;
  color: var(--wblc-muted);
}

.wbl-auth-divider::before,
.wbl-auth-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--wblc-line);
}

.wbl-social-login {
  height: 46px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #bba8ff;
  border-radius: 5px;
  color: #14213a;
  font-weight: 850;
}

.wbl-auth-switch {
  margin-top: 30px !important;
  text-align: center !important;
}

.wbl-auth-switch a,
.wbl-back-login {
  color: var(--wblc-purple);
  font-weight: 900;
}

.wbl-password-page {
  max-width: 760px;
}

.wbl-password-card {
  padding: 58px 64px;
  text-align: center;
}

.wbl-password-visual {
  width: 154px;
  height: 122px;
  margin: 0 auto 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 54%, #07142d 0 22px, transparent 23px),
    linear-gradient(135deg, #f5f0ff, #dcd1ff);
}

.wbl-password-card label {
  display: block;
  margin: 28px 0 8px;
  text-align: left;
  font-weight: 900;
}

.wbl-back-login {
  display: inline-block;
  margin-top: 22px;
}

.wbl-password-help {
  margin-top: 22px;
  padding: 26px 34px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(110deg, #fff, #f5f0ff);
}

.wbl-password-help a,
.wbl-account-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 42px;
  margin-top: 14px;
  border: 1px solid var(--wblc-purple);
  border-radius: 5px;
  color: var(--wblc-purple);
  font-weight: 900;
}

.wbl-account-page {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding-top: 34px;
  padding-bottom: 50px;
}

.wbl-account-sidebar {
  padding: 14px;
  position: sticky;
  top: 0;
  border-radius: 8px;
}

.wbl-account-sidebar__list,
.wbl-account-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wbl-account-sidebar li {
  margin: 0;
  list-style: none;
  display: block;
  width: 100%;
}

.wbl-account-sidebar li + li,
.wbl-account-sidebar a + li,
.wbl-account-sidebar li + a {
  margin-top: 0;
}

.wbl-account-sidebar a {
  min-height: 42px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 7px;
  color: #26334c;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.15;
  width: 100%;
  max-width: none;
  float: none;
  text-decoration: none !important;
}

.wbl-account-sidebar a + a {
  margin-top: 0;
}

.wbl-account-sidebar .wbl-menu-icon,
.wbl-account-sidebar a > i:first-child,
.wbl-account-sidebar .link-item > i:first-child,
.wbl-account-sidebar a .material-icons,
.wbl-account-sidebar a .deo-custom-icons {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 28px;
  background: #f1ecff;
  color: var(--wblc-purple);
  font-size: 15px;
  line-height: 1;
  position: relative;
}

.wbl-account-sidebar a > i:first-child:not(.wbl-menu-icon)::before,
.wbl-account-sidebar .link-item > i:first-child:not(.wbl-menu-icon)::before {
  font-size: 15px;
}

.wbl-account-sidebar a > .link-item {
  display: contents;
}

.wbl-account-sidebar a span,
.wbl-account-sidebar a .link-item {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.wbl-account-sidebar li.is-active > a,
.wbl-account-sidebar a.is-active,
.wbl-account-sidebar li.active > a,
.wbl-account-sidebar li.current > a,
.wbl-account-sidebar a:hover {
  background: #f3efff;
  color: var(--wblc-purple);
}

.wbl-account-sidebar a span {
  min-width: 0;
}

/* legacy decorative squares — disabled (icons are inline SVG now) */
.wbl-account-stats span::after,
.wbl-account-trust span::after {
  content: none;
  display: none;
}

.wbl-account-sidebar .wbl-menu-icon::before,
.wbl-account-sidebar .wbl-menu-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.wbl-menu-dashboard::before {
  inset: 8px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.wbl-menu-dashboard::after {
  width: 5px;
  height: 5px;
  left: 11px;
  top: 11px;
  background: currentColor;
  box-shadow: 7px 0 currentColor, 0 7px currentColor, 7px 7px currentColor;
}

.wbl-menu-download::before {
  left: 8px;
  top: 7px;
  width: 12px;
  height: 13px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 2px;
}

.wbl-menu-download::after {
  left: 13px;
  top: 6px;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.wbl-menu-license::before,
.wbl-menu-payment::before {
  left: 7px;
  top: 8px;
  width: 14px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.wbl-menu-license::after,
.wbl-menu-payment::after {
  left: 9px;
  top: 12px;
  width: 10px;
  border-top: 2px solid currentColor;
}

.wbl-menu-orders::before {
  left: 8px;
  top: 6px;
  width: 13px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.wbl-menu-orders::after {
  left: 11px;
  top: 11px;
  width: 8px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 4px currentColor;
}

.wbl-menu-support::before {
  left: 7px;
  top: 8px;
  width: 15px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 8px;
}

.wbl-menu-support::after {
  left: 13px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: skew(-20deg);
}

.wbl-menu-wishlist::before {
  left: 8px;
  top: 9px;
  width: 12px;
  height: 12px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  border-radius: 2px;
}

.wbl-menu-user::before {
  left: 10px;
  top: 7px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.wbl-menu-user::after {
  left: 7px;
  top: 17px;
  width: 14px;
  height: 7px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.wbl-menu-address::before {
  left: 9px;
  top: 6px;
  width: 10px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 8px 8px 8px 0;
  transform: rotate(-45deg);
}

.wbl-menu-address::after {
  left: 12px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.wbl-menu-bell::before {
  left: 9px;
  top: 8px;
  width: 11px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 8px 8px 4px 4px;
}

.wbl-menu-bell::after {
  left: 12px;
  top: 21px;
  width: 5px;
  border-top: 2px solid currentColor;
}

.wbl-menu-logout::before {
  left: 7px;
  top: 7px;
  width: 11px;
  height: 14px;
  border: 2px solid currentColor;
  border-right: 0;
  border-radius: 3px;
}

.wbl-menu-logout::after {
  left: 14px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.wbl-menu-shop::before {
  left: 7px;
  top: 10px;
  width: 14px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.wbl-menu-shop::after {
  left: 9px;
  top: 6px;
  width: 10px;
  height: 6px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}

.wbl-menu-review::before {
  left: 8px;
  top: 7px;
  width: 12px;
  height: 12px;
  background:
    linear-gradient(currentColor, currentColor) center / 2px 100% no-repeat,
    linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat;
  transform: rotate(45deg);
  border-radius: 1px;
}

.wbl-menu-review::after {
  left: 11px;
  top: 10px;
  width: 6px;
  height: 6px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.wbl-menu-help::before {
  left: 8px;
  top: 6px;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.wbl-menu-help::after {
  left: 13px;
  top: 9px;
  width: 2px;
  height: 5px;
  background: currentColor;
  box-shadow: 0 6px 0 currentColor;
}

.wbl-menu-enquiry::before {
  left: 7px;
  top: 8px;
  width: 14px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.wbl-menu-enquiry::after {
  left: 10px;
  top: 16px;
  width: 6px;
  height: 5px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-40deg);
}

.wbl-account-sidebar a.is-active,
.wbl-account-sidebar li.active > a,
.wbl-account-sidebar li.current > a,
.wbl-account-sidebar a:hover {
  background: #f1ecff;
  color: var(--wblc-purple);
}

.wbl-account-sidebar em {
  min-width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  border-radius: 99px;
  background: var(--wblc-purple);
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.wbl-account-main {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.wbl-account-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin: 0;
  padding: 4px 2px 2px;
  text-align: left;
}

.wbl-account-heading__copy {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.wbl-account-heading h1,
body.wbl-module-customer .wbl-account-heading h1 {
  margin: 0 0 6px !important;
  text-align: left !important;
  font-size: 30px !important;
  line-height: 1.15 !important;
  font-weight: 850 !important;
  color: #07142d !important;
}

.wbl-account-heading p,
body.wbl-module-customer .wbl-account-heading p {
  margin: 0 !important;
  text-align: left !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  color: #61708c !important;
  font-weight: 500 !important;
}

.wbl-account-heading__meta {
  flex: 0 0 auto;
  min-width: 168px;
  padding: 12px 16px;
  border: 1px solid #e6ebf4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(9, 25, 63, 0.05);
  text-align: right;
}

.wbl-account-heading__meta span {
  display: block;
  margin-bottom: 4px;
  color: #7a879b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.wbl-account-heading__meta strong {
  display: block;
  color: #07142d;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.wbl-account-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.wbl-account-stats > a.wbl-account-stat,
.wbl-account-stats > div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  min-height: 118px;
  padding: 16px;
  position: relative;
  border-radius: 12px;
  border: 1px solid #e6ebf4;
  background: #fff;
  box-shadow: 0 12px 28px rgba(9, 25, 63, 0.05);
  text-decoration: none !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.wbl-account-stats > a.wbl-account-stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(9, 25, 63, 0.08);
}

.wbl-account-stat__icon {
  width: 40px;
  height: 40px;
  position: static;
  display: inline-grid;
  place-items: center;
  border-radius: 11px;
  background: #f1ecff;
  color: #6f42ff;
}

.wbl-account-stat__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.wbl-account-stat__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.wbl-account-stat__body strong,
.wbl-account-stats strong {
  display: block;
  margin: 0 0 4px;
  color: #061329;
  font-size: 26px;
  line-height: 1;
  font-weight: 850;
}

.wbl-account-stat__body small,
.wbl-account-stats small {
  display: block;
  color: #52617a;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

.wbl-account-stat__body em,
.wbl-account-stats a,
.wbl-account-stats em {
  display: inline-block;
  margin-top: 10px;
  color: #6f42ff;
  font-size: 12px;
  font-weight: 750;
  font-style: normal;
}

.wbl-account-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(240px, 0.85fr);
  gap: 16px;
  align-items: stretch;
}

.wbl-account-panel,
.wbl-account-main section.wbl-account-panel {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e6ebf4;
  background: #fff;
  box-shadow: 0 12px 28px rgba(9, 25, 63, 0.05);
}

.wbl-account-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf1f7;
}

.wbl-account-panel__head h2,
.wbl-account-dashboard-grid h2 {
  margin: 0;
  color: #07142d;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.wbl-account-panel__head a,
.wbl-account-dashboard-grid h2 a {
  margin: 0;
  color: #6f42ff;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.wbl-account-order-list {
  display: grid;
  gap: 10px;
}

.wbl-account-order-row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.9fr);
  gap: 12px 16px;
  align-items: center;
  padding: 14px 14px;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  background: #fbfcff;
}

.wbl-account-order-row__ref {
  display: inline-block;
  margin-bottom: 4px;
  color: #6f42ff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.wbl-account-order-row__main p {
  margin: 0;
  color: #233048;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.wbl-account-order-row__meta {
  display: grid;
  justify-items: end;
  gap: 6px;
  text-align: right;
}

.wbl-account-order-row__meta strong {
  color: #07142d;
  font-size: 14px;
  font-weight: 800;
}

.wbl-account-order-row__meta time {
  color: #7a879b;
  font-size: 12px;
  font-weight: 500;
}

.wbl-order-status {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 5px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--wbl-status, #6f45ff) 16%, #fff);
  color: #0f172a;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
}

.wbl-account-purchase-list,
.wbl-account-dashboard-grid ul.wbl-account-purchase-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.wbl-account-purchase-list li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  background: #fbfcff;
}

.wbl-account-purchase-list__icon,
.wbl-account-purchase-list li > span:first-child {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: linear-gradient(135deg, #6f42ff, #2f76ff);
  box-shadow: 0 8px 16px rgba(111, 66, 255, 0.22);
}

.wbl-account-purchase-list strong {
  display: block;
  color: #233048;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.wbl-account-purchase-list small {
  display: block;
  margin-top: 3px;
  color: #7a879b;
  font-size: 12px;
  font-weight: 500;
}

.wbl-account-purchase-list a {
  min-width: 72px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f1ecff;
  color: #6f42ff !important;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none !important;
}

.wbl-account-cta {
  min-height: 100%;
  padding: 22px !important;
  overflow: hidden;
  position: relative;
  border-radius: 12px !important;
  border: 0 !important;
  background:
    radial-gradient(circle at 86% 74%, rgba(255,255,255,.22), transparent 0 74px, transparent 75px),
    linear-gradient(135deg, #20126d 0%, #7546ff 100%);
  color: #fff;
  box-shadow: 0 16px 34px rgba(61, 34, 166, 0.28);
}

.wbl-account-cta strong {
  display: block;
  max-width: 220px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 850;
}

.wbl-account-cta p {
  max-width: 230px;
  margin: 10px 0 14px;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  line-height: 1.5;
}

.wbl-account-cta ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.wbl-account-cta li {
  display: flex;
  gap: 8px;
  align-items: center;
}

.wbl-account-cta li::before {
  content: "+";
  color: #fff;
}

.wbl-account-cta a {
  position: relative;
  z-index: 1;
  min-width: 140px;
  height: 40px;
  margin-top: 0;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #6f42ff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(12, 20, 61, .18);
}

.wbl-account-empty {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 14px;
}

.wbl-account-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  padding: 0 !important;
  border-radius: 12px;
  border: 1px solid #e6ebf4;
  background: #fff;
  box-shadow: 0 12px 28px rgba(9, 25, 63, 0.05);
}

@media (max-width: 1200px) {
  .wbl-account-dashboard-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wbl-account-cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .wbl-account-heading {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch !important;
    align-content: flex-start !important;
    gap: 12px !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .wbl-account-heading__copy {
    flex: 0 1 auto !important;
  }

  .wbl-account-heading__meta {
    text-align: left;
    width: 100%;
    flex: 0 0 auto !important;
  }

  .wbl-account-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wbl-account-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .wbl-account-order-row {
    grid-template-columns: 1fr;
  }

  .wbl-account-order-row__meta {
    justify-items: start;
    text-align: left;
  }
}

.wbl-account-trust > div {
  min-height: 74px;
  padding: 16px 18px;
  position: relative;
  border-right: 1px solid var(--wblc-line);
}

.wbl-account-trust__icon {
  width: 36px;
  height: 36px;
  position: static;
  border-radius: 11px;
}

.wbl-account-trust strong {
  display: block;
  color: #101c34;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
}

.wbl-account-trust small {
  display: block;
  color: #65738b;
  font-size: 10px;
}

body.wbl-module-customer .deo-my-account,
body.wbl-module-customer .page-content {
  max-width: var(--wbl-max, 1600px);
  margin: 0 auto;
  padding: 28px var(--wbl-container-pad-x, 24px) 58px;
  box-sizing: border-box;
  color: var(--wblc-ink, #07142d);
  font-family: var(--wbl-font, 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif);
}

body.wbl-module-customer .deo-my-account > .row {
  margin: 0;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

body.wbl-module-customer .deo-my-account .left-sidebar,
body.wbl-module-customer .deo-my-account .right-content {
  width: auto;
  max-width: none;
  flex: none;
  padding: 0;
  margin: 0;
  align-self: start;
}

/* Same sidebar chrome as dashboard — never double-box the list */
body.wbl-module-customer .deo-my-account .left-sidebar .wbl-account-sidebar {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 12px;
  border: 1px solid #e7ebf3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(9, 25, 63, 0.05);
}

body.wbl-module-customer .deo-my-account .left-sidebar .wbl-account-sidebar a {
  text-transform: none;
  width: 100%;
  max-width: none;
  float: none;
}

body.wbl-module-customer .deo-my-account .left-sidebar .links,
body.wbl-module-customer .deo-my-account .left-sidebar .list-group,
body.wbl-module-customer .deo-my-account .right-content .deo-content,
body.wbl-module-customer .page-content #content,
body.wbl-module-customer .contact-form,
body.wbl-module-customer .contact-rich {
  border: 1px solid var(--wblc-line, #dfe6f3);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(9, 25, 63, .06);
}

body.wbl-module-customer .deo-my-account .left-sidebar .wbl-account-sidebar,
body.wbl-module-customer .deo-my-account .left-sidebar .wbl-account-sidebar__list,
body.wbl-module-customer .deo-my-account .left-sidebar .wbl-account-sidebar ul {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

body.wbl-module-customer .deo-my-account .left-sidebar .wbl-account-sidebar {
  border: 1px solid #e7ebf3 !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(9, 25, 63, 0.05) !important;
  padding: 12px !important;
}

body.wbl-module-customer .deo-my-account .left-sidebar .wbl-account-menu-list {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

body.wbl-module-customer .deo-my-account .left-sidebar li {
  margin: 0;
}

body.wbl-module-customer .deo-my-account .left-sidebar .wbl-account-sidebar a {
  min-height: 42px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 7px;
  color: #26334c;
  font-size: 13px;
  font-weight: 850;
}

body.wbl-module-customer .deo-my-account .left-sidebar .wbl-account-sidebar li + li,
body.wbl-module-customer .deo-my-account .left-sidebar .wbl-account-sidebar a + li,
body.wbl-module-customer .deo-my-account .left-sidebar .wbl-account-sidebar li + a {
  margin-top: 0;
}

body.wbl-module-customer .deo-my-account .left-sidebar .wbl-account-sidebar a + a {
  margin-top: 0;
}

body.wbl-module-customer .deo-my-account .left-sidebar .wbl-account-sidebar a > i:first-child {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: #f1ecff;
  color: var(--wblc-purple, #7047ff);
  font-size: 15px;
  line-height: 1;
}

body.wbl-module-customer .deo-my-account .left-sidebar .wbl-account-sidebar .link-item > i:first-child {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: #f1ecff;
  color: var(--wblc-purple, #7047ff);
  font-size: 15px;
  line-height: 1;
}

body.wbl-module-customer .deo-my-account .left-sidebar .wbl-account-sidebar a > span {
  min-width: 0;
}

body.wbl-module-customer .deo-my-account .left-sidebar a:hover,
body.wbl-module-customer .deo-my-account .left-sidebar a.active,
body.wbl-module-customer .deo-my-account .left-sidebar li.current a,
body.wbl-module-customer .deo-my-account .left-sidebar li.is-active > a {
  background: #f1ecff;
  color: var(--wblc-purple, #6f42ff);
}

body.wbl-module-customer .deo-my-account .right-content .page-title,
body.wbl-module-customer .page-content h1,
body.wbl-module-customer .page-content .h1,
body.wbl-module-customer .contact-form h3 {
  margin: 0 0 18px;
  color: #07142d;
  font-family: var(--wbl-font, 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.wbl-module-customer .deo-my-account .right-content .deo-content {
  min-height: 0;
  padding: 20px;
  border-radius: 14px;
}

body.wbl-module-customer .deo-my-account h3,
body.wbl-module-customer .deo-my-account h6 {
  margin: 0 0 18px;
  color: #5f6e89;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 650;
}

body.wbl-module-customer .deo-my-account .table,
body.wbl-module-customer .page-content .table {
  width: 100%;
  margin: 0;
  border: 1px solid #e5ebf5 !important;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

body.wbl-module-customer .deo-my-account .table thead th,
body.wbl-module-customer .page-content .table thead th {
  padding: 15px 16px;
  border: 0 !important;
  background: #f6f8fc;
  color: #2a3650;
  font-size: 12px;
  font-weight: 950;
  text-transform: none;
}

body.wbl-module-customer .deo-my-account .table td,
body.wbl-module-customer .deo-my-account .table th,
body.wbl-module-customer .page-content .table td,
body.wbl-module-customer .page-content .table th {
  padding: 15px 16px;
  border-width: 0 0 1px !important;
  border-color: #edf1f7 !important;
  color: #46546e;
  font-size: 13px;
  vertical-align: middle;
}

body.wbl-module-customer .deo-my-account .label,
body.wbl-module-customer .deo-my-account .label-pill {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border-radius: 99px;
  padding: 4px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

body.wbl-module-customer .deo-my-account .btn,
body.wbl-module-customer .page-content .btn,
body.wbl-module-customer .contact-form .btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wblc-purple, #6f42ff) !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: var(--wblc-purple, #6f42ff) !important;
  font-size: 12px;
  font-weight: 900 !important;
  box-shadow: none !important;
}

body.wbl-module-customer .deo-my-account .btn-primary,
body.wbl-module-customer .page-content .btn-primary,
body.wbl-module-customer .contact-form .btn-primary,
body.wbl-module-customer .form-footer .btn {
  border: 0 !important;
  background: linear-gradient(135deg, var(--wblc-blue, #2f76ff), var(--wblc-purple, #6f42ff)) !important;
  color: #fff !important;
}

body.wbl-module-customer .deo-my-account .form-control,
body.wbl-module-customer .page-content .form-control,
body.wbl-module-customer .contact-form .form-control,
body.wbl-module-customer .deo-my-account input,
body.wbl-module-customer .deo-my-account select,
body.wbl-module-customer .deo-my-account textarea {
  min-height: 44px;
  border: 1px solid #dfe6f3 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #25314a;
  box-shadow: none !important;
}

body.wbl-module-customer .deo-my-account label,
body.wbl-module-customer .page-content label,
body.wbl-module-customer .contact-form label {
  color: #26334c;
  font-size: 12px;
  font-weight: 900;
  text-transform: none;
}

body.wbl-module-customer .deo-my-account .form-group,
body.wbl-module-customer .contact-form .form-group {
  margin-bottom: 18px;
}

body.wbl-module-customer .deo-my-account .addresses {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  align-items: stretch;
}

body.wbl-module-customer .deo-my-account .addresses > div {
  width: auto;
  max-width: none;
  flex: none;
  padding: 0;
  display: flex;
  height: 100%;
  min-height: 100%;
}

body.wbl-module-customer .deo-my-account article.address,
body.wbl-module-customer .deo-my-account .addresses .address {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 1px solid #dfe6f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(9, 25, 63, .05);
  overflow: hidden;
}

body.wbl-module-customer .deo-my-account .cart-rule,
body.wbl-module-customer .deo-my-account .credit-slip,
body.wbl-module-customer .deo-my-account .order {
  border: 1px solid #dfe6f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(9, 25, 63, .05);
}

body.wbl-module-customer .deo-my-account .address-body {
  flex: 1 1 auto;
  padding: 18px 18px 12px;
}

body.wbl-module-customer .deo-my-account .address-body h4 {
  margin: 0 0 10px;
  color: #07142d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  word-break: break-word;
}

body.wbl-module-customer .deo-my-account .address-body address {
  margin: 0;
  color: #4b5870;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55;
  word-break: break-word;
  white-space: normal;
}

body.wbl-module-customer .deo-my-account .address-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-top: auto;
  padding: 12px 18px 16px;
  border-top: 1px solid #eef1f6;
}

body.wbl-module-customer .deo-my-account .address-footer a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6f42ff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

@media (max-width: 1100px) {
  body.wbl-module-customer .deo-my-account .addresses {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body.wbl-module-customer .deo-my-account .addresses {
    grid-template-columns: 1fr;
  }
}

body.wbl-module-customer .deo-my-account .alert {
  border: 1px solid #dfe6f3;
  border-radius: 8px;
  background: #f8f6ff;
  color: #50607b;
  font-weight: 700;
}

body.wbl-module-customer .addresses-footer {
  margin-top: 22px;
}

body.wbl-module-customer .contact-form {
  max-width: 780px;
  margin: 42px auto 58px;
  padding: 34px;
}

body.wbl-module-customer .contact-rich {
  max-width: 780px;
  margin: 0 auto 18px;
  padding: 26px 34px;
}

@media (max-width: 1100px) {
  .wbl-customer-auth,
  .wbl-account-page,
  .wbl-account-dashboard-grid,
  .wbl-search-bottom-help {
    grid-template-columns: 1fr;
  }
  .wbl-account-stats,
  .wbl-account-trust {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .wbl-customer-page { padding: 28px 16px; }
  .wbl-auth-card,
  .wbl-auth-intro,
  .wbl-password-card { padding: 32px 22px; }
  .wbl-account-stats,
  .wbl-account-trust { grid-template-columns: 1fr; }
}

.wbl-account-empty { margin: 12px 0; color: #64748b; font-size: 14px; }
.wbl-account-orders { width: 100%; border-collapse: collapse; }
.wbl-account-orders th,
.wbl-account-orders td { padding: 10px 8px; border-bottom: 1px solid #eef2f7; text-align: left; font-size: 13px; }
.wbl-order-status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--wbl-status, #6f45ff) 14%, #fff);
  color: #0f172a;
  font-size: 12px;
  font-weight: 700;
}
.wbl-social-login { display: none !important; }

/* Shared customer typography + icon polish */
body.wbl-module-customer,
body.wbl-module-customer .wbl-customer-page,
body.wbl-module-customer .wbl-customer-page *,
body.wbl-module-customer .wbl-auth-card,
body.wbl-module-customer .wbl-auth-card *,
body.wbl-module-customer .wbl-password-page,
body.wbl-module-customer .wbl-password-page *,
body.wbl-module-customer .wbl-account-page,
body.wbl-module-customer .wbl-account-page * {
  font-family: var(--wbl-font, 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  letter-spacing: 0 !important;
}

body.wbl-module-customer .wbl-auth-intro h1,
body.wbl-module-customer .wbl-auth-card h2,
body.wbl-module-customer .wbl-password-card h1,
body.wbl-module-customer .wbl-account-heading h1 {
  color: #07142d !important;
  font-family: var(--wbl-font, 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 850;
}

body.wbl-module-customer .wbl-auth-card h2 {
  font-size: 28px;
}

body.wbl-module-customer .wbl-auth-intro p,
body.wbl-module-customer .wbl-auth-card > p,
body.wbl-module-customer .wbl-password-card p,
body.wbl-module-customer .wbl-account-heading p,
body.wbl-module-customer .wbl-auth-intro li small,
body.wbl-module-customer .wbl-auth-stats small {
  color: #5f6f89 !important;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

body.wbl-module-customer .wbl-auth-intro li strong,
body.wbl-module-customer .wbl-auth-card label,
body.wbl-module-customer .wbl-password-card label,
body.wbl-module-customer .wbl-account-sidebar a {
  color: #111c33 !important;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 750;
}

body.wbl-module-customer .wbl-auth-intro li span {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f0ebff !important;
  color: #6f42ff !important;
  box-shadow: inset 0 0 0 1px rgba(111, 66, 255, 0.05);
}

body.wbl-module-customer .wbl-account-stats .wbl-account-stat__icon,
body.wbl-module-customer .wbl-account-trust .wbl-account-trust__icon {
  position: static !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  border-radius: 12px !important;
  background: #f1ecff !important;
  color: #6f42ff !important;
  box-shadow: none !important;
}

body.wbl-module-customer .wbl-account-stats .wbl-account-stat__icon::before,
body.wbl-module-customer .wbl-account-stats .wbl-account-stat__icon::after,
body.wbl-module-customer .wbl-account-trust .wbl-account-trust__icon::before,
body.wbl-module-customer .wbl-account-trust .wbl-account-trust__icon::after {
  content: none !important;
  display: none !important;
}

body.wbl-module-customer .wbl-account-stats .wbl-account-stat__icon svg,
body.wbl-module-customer .wbl-account-trust .wbl-account-trust__icon svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  color: #6f42ff !important;
  stroke: #6f42ff !important;
}

body.wbl-module-customer .wbl-auth-intro li span::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: currentColor;
  -webkit-mask: var(--wbl-icon) center / contain no-repeat;
  mask: var(--wbl-icon) center / contain no-repeat;
}

body.wbl-module-customer .wbl-auth-intro li:nth-child(1) span {
  --wbl-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a1 1 0 0 1 1 1v9.59l3.3-3.3a1 1 0 1 1 1.4 1.42l-5 5a1 1 0 0 1-1.4 0l-5-5a1 1 0 1 1 1.4-1.42l3.3 3.3V4a1 1 0 0 1 1-1ZM5 19a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1Z'/%3E%3C/svg%3E");
}

body.wbl-module-customer .wbl-auth-intro li:nth-child(2) span {
  --wbl-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3h10a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm0 2v14h10V5H7Zm3 3h4a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2Zm0 4h4a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2Z'/%3E%3C/svg%3E");
}

body.wbl-module-customer .wbl-auth-intro li:nth-child(3) span {
  --wbl-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 4h10a2 2 0 0 1 2 2v3h1a1 1 0 0 1 1 1v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-8a1 1 0 0 1 1-1h1V6a2 2 0 0 1 2-2Zm0 5h10V6H7v3Zm-2 2v7h14v-7H5Zm4 2h6a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2Z'/%3E%3C/svg%3E");
}

body.wbl-module-customer .wbl-auth-intro li:nth-child(4) span {
  --wbl-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a7 7 0 0 1 7 7v3.2a3 3 0 0 1-2 2.83V17a4 4 0 0 1-4 4h-2a1 1 0 1 1 0-2h2a2 2 0 0 0 2-2v-1h-1a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h3a5 5 0 0 0-10 0h3a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H7a3 3 0 0 1-3-3v-3a7 7 0 0 1 8-7Z'/%3E%3C/svg%3E");
}

body.wbl-module-customer .wbl-auth-card input,
body.wbl-module-customer .wbl-auth-card select,
body.wbl-module-customer .wbl-password-card input,
body.wbl-module-customer .wbl-password-card select {
  min-height: 48px;
  border-color: #dfe6f3 !important;
  border-radius: 7px !important;
  background-color: #fff !important;
  color: #14213a !important;
  font-size: 14px;
  font-weight: 500;
}

body.wbl-module-customer .wbl-auth-card .input-group .input-group-btn,
body.wbl-module-customer .wbl-auth-card .input-group .input-group-text,
body.wbl-module-customer .wbl-auth-card .input-group .input-group-addon,
body.wbl-module-customer .wbl-password-card .input-group .input-group-btn,
body.wbl-module-customer .wbl-password-card .input-group .input-group-text,
body.wbl-module-customer .wbl-password-card .input-group .input-group-addon {
  background: #f4f7fc !important;
  border-color: #dfe6f3 !important;
}

body.wbl-module-customer .wbl-auth-card .input-group > .input-group-addon,
body.wbl-module-customer .wbl-password-card .input-group > .input-group-addon {
  width: 46px;
  min-width: 46px;
  height: 48px;
  display: inline-grid !important;
  place-items: center;
  padding: 0 !important;
  border: 1px solid #dfe6f3 !important;
  border-right: 0 !important;
  border-radius: 7px 0 0 7px !important;
  background: #f4f7fc !important;
  color: #6f42ff !important;
}

body.wbl-module-customer .wbl-auth-card .input-group > .input-group-addon + input,
body.wbl-module-customer .wbl-password-card .input-group > .input-group-addon + input,
body.wbl-module-customer .wbl-auth-card .input-group > .input-group-addon + .input-group input,
body.wbl-module-customer .wbl-password-card .input-group > .input-group-addon + .input-group input {
  border-left: 0 !important;
  border-radius: 0 7px 7px 0 !important;
}

body.wbl-module-customer .wbl-auth-card .input-group-addon i,
body.wbl-module-customer .wbl-password-card .input-group-addon i {
  width: 18px;
  height: 18px;
  display: block !important;
  opacity: 1 !important;
  color: #6f42ff !important;
  background: currentColor !important;
  font-size: 0 !important;
  line-height: 0 !important;
  -webkit-mask: var(--wbl-field-icon) center / contain no-repeat;
  mask: var(--wbl-field-icon) center / contain no-repeat;
}

body.wbl-module-customer .wbl-auth-card .input-group-addon .icon-email,
body.wbl-module-customer .wbl-password-card .input-group-addon .icon-email {
  --wbl-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm0 2v.4l8 5.2 8-5.2V7H4Zm16 10V9.8l-7.45 4.84a1 1 0 0 1-1.1 0L4 9.8V17h16Z'/%3E%3C/svg%3E");
}

body.wbl-module-customer .wbl-auth-card .input-group-addon .icon-password,
body.wbl-module-customer .wbl-password-card .input-group-addon .icon-password {
  --wbl-field-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 9h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h1V7a5 5 0 0 1 10 0v2Zm-8 0h6V7a3 3 0 0 0-6 0v2Zm3 4a1.5 1.5 0 0 0-1 2.62V18a1 1 0 1 0 2 0v-2.38A1.5 1.5 0 0 0 12 13Z'/%3E%3C/svg%3E");
}

body.wbl-module-customer .wbl-auth-card .btn:not([data-action="show-password"]),
body.wbl-module-customer .wbl-password-card button:not([data-action="show-password"]) {
  min-height: 48px;
  border-radius: 7px !important;
  background: linear-gradient(135deg, #2f76ff 0%, #7b3ff2 100%) !important;
  font-size: 14px;
  font-weight: 800 !important;
  text-transform: none !important;
}

/* Auth alignment fixes */
body.wbl-module-customer .wbl-auth-intro ul {
  gap: 26px;
}

body.wbl-module-customer .wbl-auth-intro li {
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 18px;
  row-gap: 7px;
  align-items: start;
}

body.wbl-module-customer .wbl-auth-intro li span {
  grid-row: 1 / span 2;
  align-self: start;
  margin-top: 0;
}

body.wbl-module-customer .wbl-auth-intro li strong {
  grid-column: 2;
  align-self: start;
  margin: 0;
  padding-top: 4px;
}

body.wbl-module-customer .wbl-auth-intro li small {
  grid-column: 2;
  margin: 0;
  align-self: start;
}

body.wbl-module-customer .wbl-auth-card .form-input.input-group,
body.wbl-module-customer .wbl-password-card .form-input.input-group {
  display: flex !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
}

body.wbl-module-customer .wbl-auth-card .form-input.input-group > .input-group-addon,
body.wbl-module-customer .wbl-password-card .form-input.input-group > .input-group-addon {
  flex: 0 0 46px;
  align-self: stretch;
  height: auto;
}

body.wbl-module-customer .wbl-auth-card .form-input.input-group > input.form-control,
body.wbl-module-customer .wbl-password-card .form-input.input-group > input.form-control {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

body.wbl-module-customer .wbl-auth-card .form-input.input-group > .input-group,
body.wbl-module-customer .wbl-password-card .form-input.input-group > .input-group {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  max-width: 100%;
  display: flex !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
}

body.wbl-module-customer .wbl-auth-card .form-input.input-group > .input-group > input.form-control,
body.wbl-module-customer .wbl-password-card .form-input.input-group > .input-group > input.form-control {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

body.wbl-module-customer .wbl-auth-card .form-input.input-group .input-group-btn,
body.wbl-module-customer .wbl-password-card .form-input.input-group .input-group-btn {
  flex: 0 0 46px;
  width: 46px;
  min-width: 46px;
  max-width: 46px;
  display: inline-flex !important;
  align-items: stretch !important;
  position: static !important;
  right: auto !important;
  top: auto !important;
  margin: 0 !important;
}

body.wbl-module-customer .wbl-auth-card .form-input.input-group .input-group-btn .btn,
body.wbl-module-customer .wbl-password-card .form-input.input-group .input-group-btn .btn {
  width: 46px;
  min-width: 46px;
  max-width: 46px;
  min-height: 48px;
  height: 48px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 7px 7px 0 !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px 18px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

body.wbl-module-customer .wbl-auth-card .form-input.input-group > .input-group > input.form-control.js-visible-password,
body.wbl-module-customer .wbl-password-card .form-input.input-group > .input-group > input.form-control.js-visible-password {
  border-radius: 0 !important;
}

body.wbl-module-customer .wbl-auth-card .form-group-input.password .form-input.input-group,
body.wbl-module-customer .wbl-password-card .form-group-input.password .form-input.input-group {
  height: 48px !important;
}

body.wbl-module-customer .wbl-auth-card .form-group-input.password .form-input.input-group > .input-group,
body.wbl-module-customer .wbl-password-card .form-group-input.password .form-input.input-group > .input-group {
  height: 48px !important;
  background: #eaf2ff !important;
  border: 1px solid #dfe6f3 !important;
  border-left: 0 !important;
  border-radius: 0 7px 7px 0 !important;
  overflow: hidden !important;
}

body.wbl-module-customer .wbl-auth-card .form-group-input.password .form-input.input-group > .input-group > input.form-control,
body.wbl-module-customer .wbl-password-card .form-group-input.password .form-input.input-group > .input-group > input.form-control {
  height: 48px !important;
  min-height: 48px !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

body.wbl-module-customer .wbl-auth-card .form-group-input.password .form-input.input-group > .input-group .input-group-btn,
body.wbl-module-customer .wbl-password-card .form-group-input.password .form-input.input-group > .input-group .input-group-btn {
  height: 48px !important;
  align-self: stretch !important;
}

body.wbl-module-customer .wbl-auth-card .form-group-input.password .form-input.input-group > .input-group .input-group-btn .btn,
body.wbl-module-customer .wbl-password-card .form-group-input.password .form-input.input-group > .input-group .input-group-btn .btn {
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 7px 7px 0 !important;
}

body.wbl-module-customer .wbl-auth-card .form-group-input.password .js-visible-password,
body.wbl-module-customer .wbl-password-card .form-group-input.password .js-visible-password {
  padding: 0 16px !important;
}

body.wbl-module-customer .wbl-auth-card .form-group-input.password .js-visible-password + .input-group-btn,
body.wbl-module-customer .wbl-password-card .form-group-input.password .js-visible-password + .input-group-btn {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  width: 46px !important;
  height: 48px !important;
  min-width: 46px !important;
  flex: 0 0 46px !important;
  background: transparent !important;
  z-index: 1 !important;
}

body.wbl-module-customer .wbl-auth-card .form-group-input.password .js-visible-password + .input-group-btn .btn,
body.wbl-module-customer .wbl-password-card .form-group-input.password .js-visible-password + .input-group-btn .btn,
body.wbl-module-customer .wbl-auth-card button[data-action="show-password"],
body.wbl-module-customer .wbl-password-card button[data-action="show-password"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 46px !important;
  min-width: 46px !important;
  max-width: 46px !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 7px 7px 0 !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px 18px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

body.wbl-module-customer .wbl-auth-card .form-group-input.password .js-visible-password + .input-group-btn .btn::before,
body.wbl-module-customer .wbl-auth-card .form-group-input.password .js-visible-password + .input-group-btn .btn::after,
body.wbl-module-customer .wbl-password-card .form-group-input.password .js-visible-password + .input-group-btn .btn::before,
body.wbl-module-customer .wbl-password-card .form-group-input.password .js-visible-password + .input-group-btn .btn::after,
body.wbl-module-customer .wbl-auth-card button[data-action="show-password"]::before,
body.wbl-module-customer .wbl-auth-card button[data-action="show-password"]::after,
body.wbl-module-customer .wbl-password-card button[data-action="show-password"]::before,
body.wbl-module-customer .wbl-password-card button[data-action="show-password"]::after,
body.wbl-module-customer .wbl-auth-card .form-input.input-group .input-group-btn .btn::before,
body.wbl-module-customer .wbl-auth-card .form-input.input-group .input-group-btn .btn::after,
body.wbl-module-customer .wbl-password-card .form-input.input-group .input-group-btn .btn::before,
body.wbl-module-customer .wbl-password-card .form-input.input-group .input-group-btn .btn::after {
  content: none !important;
  display: none !important;
}

/* ===== Account dashboard mockup match (v1.9.39) ===== */
.wbl-account-page {
  gap: 22px;
  padding-top: 28px;
  padding-bottom: 56px;
}

.wbl-account-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 12px;
  background: #fff;
  border: 1px solid #e7ebf3;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(9, 25, 63, 0.05);
}

.wbl-account-sidebar-help {
  margin-top: 4px;
  padding: 14px;
  border-radius: 12px;
  background: #f6f3ff;
  border: 1px solid #ebe4ff;
}

.wbl-account-sidebar-help__icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: #efe9ff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13a8 8 0 0 1 16 0'/%3E%3Cpath d='M4 13v3a2 2 0 0 0 2 2h1v-7H6a2 2 0 0 0-2 2zM20 13v3a2 2 0 0 1-2 2h-1v-7h1a2 2 0 0 1 2 2z'/%3E%3Cpath d='M16 18c-.5 1-1.8 2-4 2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

.wbl-account-sidebar-help strong {
  display: block;
  margin-bottom: 4px;
  color: #07142d;
  font-size: 14px;
  font-weight: 800;
}

.wbl-account-sidebar-help p {
  margin: 0 0 10px;
  color: #66758f;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

.wbl-account-sidebar-help a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 36px !important;
  padding: 0 12px !important;
  border-radius: 8px !important;
  background: #6f42ff !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  grid-template-columns: none !important;
}

.wbl-account-heading {
  align-items: center;
  margin-bottom: 2px;
}

.wbl-account-heading h1,
body.wbl-module-customer .wbl-account-heading h1 {
  font-size: 32px !important;
}

.wbl-account-heading__wave {
  font-size: 28px;
  margin-left: 4px;
}

.wbl-account-heading__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: right;
  color: #66758f;
  font-size: 13px;
  font-weight: 600;
}

.wbl-account-heading__meta span:last-child {
  margin: 0;
  color: #4b5870;
  font-size: 13px;
  font-weight: 650;
}

.wbl-account-heading__cal {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M3 10h18'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.wbl-account-stats {
  gap: 12px;
  margin: 0 0 4px;
}

.wbl-account-stats > a.wbl-account-stat {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  min-height: 112px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid #e7ebf3;
  background: #fff;
  box-shadow: 0 10px 24px rgba(9, 25, 63, 0.04);
}

.wbl-account-stat__icon,
.wbl-account-stats > a.wbl-account-stat > .wbl-account-stat__icon {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 12px;
  background: #f1ecff;
  color: #6f42ff;
}

.wbl-account-stats > a.wbl-account-stat .wbl-account-stat__body strong {
  margin: 0 0 2px;
  font-size: 28px;
}

.wbl-account-stats > a.wbl-account-stat .wbl-account-stat__body small {
  margin: 0;
  font-size: 13px;
  color: #5c6b84;
}

.wbl-account-stats > a.wbl-account-stat .wbl-account-stat__body em {
  margin-top: auto;
  padding-top: 10px;
  font-size: 12px;
  color: #6f42ff;
}

.wbl-account-dashboard-grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.85fr);
  gap: 16px;
  align-items: start;
}

.wbl-account-side-stack {
  display: grid;
  gap: 14px;
  align-content: start;
}

.wbl-account-panel,
.wbl-account-main section.wbl-account-panel {
  padding: 18px 18px 16px;
  border-radius: 14px;
  border: 1px solid #e7ebf3;
  background: #fff;
  box-shadow: 0 10px 24px rgba(9, 25, 63, 0.04);
}

.wbl-account-panel__head {
  margin: 0 0 14px;
  padding: 0 0 12px;
  border-bottom: 1px solid #eef1f6;
}

.wbl-account-panel__head h2 {
  font-size: 17px;
  font-weight: 800;
}

.wbl-account-orders-table__head,
.wbl-account-orders-table__row {
  display: grid;
  grid-template-columns: 0.85fr minmax(0, 1.5fr) 0.7fr 1fr 0.75fr;
  gap: 10px;
  align-items: center;
}

.wbl-account-orders-table__head {
  padding: 0 8px 10px;
  color: #8a96ab;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.wbl-account-orders-table__row {
  padding: 12px 8px;
  border-top: 1px solid #f0f3f8;
}

.wbl-account-orders-table__row > a {
  color: #6f42ff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.wbl-account-orders-table__product strong {
  display: block;
  color: #1b2740;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.wbl-account-orders-table__product small {
  display: block;
  margin-top: 2px;
  color: #8090a8;
  font-size: 11px;
  font-weight: 500;
}

.wbl-account-orders-table__total {
  color: #1b2740;
  font-size: 13px;
  font-weight: 750;
}

.wbl-account-orders-table__row time {
  color: #7a879b;
  font-size: 12px;
  font-weight: 500;
}

.wbl-order-status {
  justify-self: start;
  max-width: 100%;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wbl-order-status.is-awaiting {
  background: #fff4e8;
  color: #c46912;
}

.wbl-order-status.is-accepted {
  background: #e9f9f0;
  color: #148a4e;
}

.wbl-order-status.is-canceled {
  background: #fdeceb;
  color: #c0392b;
}

.wbl-order-status.is-default {
  background: #eef2ff;
  color: #4338ca;
}

.wbl-account-panel__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #eef1f6;
}

.wbl-account-panel__foot > span {
  color: #7a879b;
  font-size: 12px;
  font-weight: 600;
}

.wbl-account-panel__cta {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  background: #6f42ff;
  color: #fff !important;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none !important;
}

.wbl-account-purchase-list {
  gap: 8px;
}

.wbl-account-purchase-list li {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #eef1f6;
  background: #fcfcff;
}

.wbl-account-purchase-list__icon {
  background: linear-gradient(145deg, #8b6bff, #5b4cff) !important;
}

.wbl-account-actions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.wbl-account-actions a {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 6px 8px;
  border-radius: 10px;
  color: #24314a !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.wbl-account-actions a:hover {
  background: #f6f3ff;
  color: #6f42ff !important;
}

.wbl-account-actions__icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background-color: #f1ecff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.wbl-account-actions__icon--custom {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7l8-4 8 4v10l-8 4-8-4V7z'/%3E%3Cpath d='M12 11v10M4 7l8 4 8-4'/%3E%3C/svg%3E");
}

.wbl-account-actions__icon--ticket {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9a2 2 0 0 0 2-2V6a2 2 0 0 1 2-2h14v16H7a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2'/%3E%3Cpath d='M13 8h4M13 12h4M13 16h4'/%3E%3C/svg%3E");
}

.wbl-account-actions__icon--profile {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='8' r='3.2'/%3E%3Cpath d='M5 19c1.2-3.2 3.5-4.8 7-4.8s5.8 1.6 7 4.8'/%3E%3C/svg%3E");
}

.wbl-account-actions__icon--address {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21s-6-5.2-6-10a6 6 0 1 1 12 0c0 4.8-6 10-6 10z'/%3E%3Ccircle cx='12' cy='11' r='2.2'/%3E%3C/svg%3E");
}

.wbl-account-cta {
  display: grid;
  gap: 8px;
  padding: 18px !important;
  border-radius: 14px !important;
  background: linear-gradient(145deg, #5b35f0 0%, #7c4dff 55%, #9b6bff 100%) !important;
  box-shadow: 0 14px 30px rgba(91, 53, 240, 0.28);
}

.wbl-account-cta__badge {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,0.18);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='16 18 22 12 16 6'/%3E%3Cpolyline points='8 6 2 12 8 18'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

.wbl-account-cta strong {
  max-width: none;
  font-size: 17px;
}

.wbl-account-cta p {
  max-width: none;
  margin: 0 0 6px;
  font-size: 13px;
}

.wbl-account-cta a {
  width: fit-content;
  min-width: 0;
  padding: 0 14px;
  height: 38px;
  border-radius: 8px;
  font-size: 13px;
}

.wbl-account-trust {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-radius: 14px;
  border: 1px solid #e7ebf3;
  background: #fff;
  box-shadow: 0 10px 24px rgba(9, 25, 63, 0.04);
}

.wbl-account-trust > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 84px;
  padding: 18px 16px;
  border-right: 1px solid #eef1f6;
}

.wbl-account-trust > div:last-child {
  border-right: 0;
}

.wbl-account-trust__icon {
  position: static !important;
  flex: 0 0 38px;
  width: 38px !important;
  height: 38px !important;
  border-radius: 11px !important;
  background: #f1ecff !important;
  color: #6f42ff !important;
  display: inline-grid !important;
  place-items: center !important;
}

.wbl-account-trust__icon svg {
  display: block;
  width: 18px;
  height: 18px;
  color: #6f42ff;
  stroke: #6f42ff;
}

.wbl-account-trust__icon--refund,
.wbl-account-trust__icon--updates,
.wbl-account-trust__icon--support,
.wbl-account-trust__icon--secure {
  background-image: none !important;
}

.wbl-account-trust strong {
  margin-bottom: 2px;
  font-size: 13px;
}

.wbl-account-trust small {
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .wbl-account-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .wbl-account-orders-table__head {
    display: none;
  }

  .wbl-account-orders-table__row {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .wbl-account-orders-table__product {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .wbl-account-stats {
    grid-template-columns: 1fr 1fr;
  }

  .wbl-account-trust {
    grid-template-columns: 1fr;
  }

  .wbl-account-trust > div {
    border-right: 0;
    border-bottom: 1px solid #eef1f6;
  }
}

/* ===== Account layout: kill sidebar top gap (v1.17.6) =====
   Cause: sticky + top:104px degrades to relative when an ancestor has overflow,
   which pushes the sidebar down ~104px and leaves a blank hole beside the title. */
body.wbl-module-customer #wrapper {
  padding-top: 0 !important;
  overflow: visible !important;
}

body.wbl-module-customer #content-wrapper,
body.wbl-module-customer #main,
body.wbl-module-customer #content,
body.wbl-module-customer .columns-container,
body.wbl-module-customer #columns {
  overflow: visible !important;
}

body.wbl-module-customer .wbl-account-page.wbl-customer-page,
.wbl-account-page.wbl-customer-page {
  display: grid !important;
  grid-template-columns: 250px minmax(0, 1fr) !important;
  grid-template-rows: auto !important;
  align-items: start !important;
  column-gap: 24px !important;
  row-gap: 0 !important;
  gap: 24px !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  min-height: 0 !important;
  height: auto !important;
}

/* CRITICAL: never use a large `top` offset — if sticky fails it becomes a relative push */
body.wbl-module-customer .wbl-account-sidebar,
.wbl-account-sidebar {
  position: sticky !important;
  top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  align-self: start !important;
  transform: none !important;
  translate: none !important;
  inset: auto !important;
  top: 0 !important;
  grid-column: auto !important;
  grid-row: auto !important;
}

.wbl-account-sidebar,
.wbl-account-main {
  margin-top: 0 !important;
  align-self: start !important;
}

/* Keep main as a normal stack — do NOT use display:contents.
   Spanning the sidebar across title+body rows inflated row 1 and created
   a large blank gap under the page title on account pages. */
body.wbl-module-customer .wbl-account-page > .wbl-account-main,
.wbl-account-page > .wbl-account-main,
body.wbl-module-customer .wbl-account-page:has(.wbl-account-body) > .wbl-account-main,
.wbl-account-page:has(.wbl-account-body) > .wbl-account-main {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: none !important;
  gap: 16px !important;
  row-gap: 16px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-content: start !important;
  min-height: 0 !important;
  height: auto !important;
}

.wbl-account-main {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.wbl-account-heading {
  margin: 0 !important;
  padding: 0 !important;
}

body.wbl-module-customer .wbl-account-page .wbl-account-heading,
.wbl-account-page .wbl-account-heading,
body.wbl-module-customer .wbl-identity-page .wbl-identity-heading,
.wbl-identity-page .wbl-identity-heading,
body.wbl-module-customer .wbl-account-page .wbl-account-body,
.wbl-account-page .wbl-account-body,
body.wbl-module-customer .wbl-identity-page .wbl-identity-panel,
.wbl-identity-page .wbl-identity-panel {
  grid-column: auto !important;
  grid-row: auto !important;
  margin-top: 0 !important;
}

body.wbl-module-customer .wbl-account-page .wbl-account-body,
.wbl-account-page .wbl-account-body {
  display: grid !important;
  gap: 16px !important;
  min-width: 0 !important;
  align-content: start !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 900px) {
  body.wbl-module-customer .wbl-account-page.wbl-customer-page,
  .wbl-account-page.wbl-customer-page {
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    gap: 16px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  body.wbl-module-customer .wbl-account-page > .wbl-account-main,
  .wbl-account-page > .wbl-account-main {
    display: grid !important;
    gap: 12px !important;
    row-gap: 12px !important;
    align-content: start !important;
    min-height: 0 !important;
    height: auto !important;
  }

  body.wbl-module-customer .wbl-account-page > .wbl-account-sidebar,
  .wbl-account-page > .wbl-account-sidebar {
    grid-column: auto !important;
    grid-row: auto !important;
    position: static !important;
    top: auto !important;
    order: -1 !important;
  }

  body.wbl-module-customer .wbl-account-page .wbl-account-heading,
  .wbl-account-page .wbl-account-heading,
  body.wbl-module-customer .wbl-identity-page .wbl-identity-heading,
  .wbl-identity-page .wbl-identity-heading {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    align-content: flex-start !important;
    gap: 12px !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .wbl-account-heading__copy,
  .wbl-identity-heading .wbl-account-heading__copy {
    flex: 0 1 auto !important;
  }

  .wbl-identity-security,
  .wbl-addresses-add,
  .wbl-history-count,
  .wbl-account-heading__meta {
    flex: 0 0 auto !important;
    align-self: stretch !important;
    margin-top: 0 !important;
  }
}


.wbl-account-stats {
  margin: 0 !important;
  position: relative;
  z-index: 1;
}

body.wbl-module-customer .wbl-account-stats > a.wbl-account-stat,
.wbl-account-stats > a.wbl-account-stat {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 12px !important;
  min-height: 112px !important;
  height: auto !important;
  padding: 14px !important;
  overflow: visible !important;
  position: relative !important;
}

body.wbl-module-customer .wbl-account-stats .wbl-account-stat__icon,
body.wbl-module-customer .wbl-account-stats .wbl-account-stat__body,
.wbl-account-stats .wbl-account-stat__icon,
.wbl-account-stats .wbl-account-stat__body {
  position: static !important;
  left: auto !important;
  top: auto !important;
}

body.wbl-module-customer .wbl-account-stats .wbl-account-stat__icon::before,
body.wbl-module-customer .wbl-account-stats .wbl-account-stat__icon::after,
body.wbl-module-customer .wbl-account-trust .wbl-account-trust__icon::before,
body.wbl-module-customer .wbl-account-trust .wbl-account-trust__icon::after {
  content: none !important;
  display: none !important;
}

body.wbl-module-customer .wbl-account-stats .wbl-account-stat__icon,
.wbl-account-stats .wbl-account-stat__icon {
  display: inline-grid !important;
  place-items: center !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  background: #f1ecff !important;
  color: #6f42ff !important;
}

body.wbl-module-customer .wbl-account-stats .wbl-account-stat__icon svg,
body.wbl-module-customer .wbl-account-trust .wbl-account-trust__icon svg,
.wbl-account-stats .wbl-account-stat__icon svg,
.wbl-account-trust .wbl-account-trust__icon svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  color: #6f42ff !important;
  stroke: #6f42ff !important;
}

.wbl-account-stat__body {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  width: 100%;
}

.wbl-account-dashboard-grid {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
}

body.wbl-module-customer .wbl-account-trust > div,
.wbl-account-trust > div {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  min-height: 84px !important;
  padding: 18px 16px !important;
}

body.wbl-module-customer .wbl-account-trust .wbl-account-trust__icon,
.wbl-account-trust .wbl-account-trust__icon {
  position: static !important;
  left: auto !important;
  top: auto !important;
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 38px !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  background: #f1ecff !important;
  background-image: none !important;
  color: #6f42ff !important;
}

.wbl-account-orders-table__product {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.wbl-account-orders-table__product img,
.wbl-account-orders-table__ph {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  background: #f1ecff;
}

.wbl-account-purchase-list li {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
}

.wbl-account-purchase-list__thumb,
.wbl-account-purchase-list__icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 10px !important;
  object-fit: cover;
  display: block !important;
}

.wbl-account-purchase-list__icon {
  background: #f1ecff !important;
  box-shadow: none !important;
}

.wbl-account-purchase-list__copy {
  min-width: 0;
  text-align: left;
}

.wbl-account-purchase-list li > a {
  justify-self: end;
}

@media (max-width: 1100px) {
  body.wbl-module-customer .wbl-account-page.wbl-customer-page,
  .wbl-account-page.wbl-customer-page {
    grid-template-columns: 1fr;
  }
}

/* ===== Store feature account pages (Downloads / Shops / Support) ===== */
/* One outer panel only (.deo-content). Inner .wbl-store-panel stays flat. */
body.wbl-module-customer .deo-my-account .right-content .deo-content:has(.wbl-store-panel) {
  padding: 20px !important;
  border: 1px solid #e7ebf3 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(9, 25, 63, 0.04) !important;
  min-height: 0 !important;
}

/* Fallback without :has() — keep a single panel on account main content */
body.wbl-module-customer .deo-my-account .right-content .deo-content {
  min-height: 0;
}

body.wbl-module-customer .deo-my-account .table.wbl-store-table,
body.wbl-module-customer .deo-my-account table.wbl-store-table,
body.wbl-module-customer .deo-my-account #presta_product_enquiry_list,
body.wbl-module-customer .deo-my-account #presta_order_support_table,
body.wbl-module-customer .deo-my-account #wbl-downloads-table,
body.wbl-module-customer .deo-my-account #wbl-support-table,
body.wbl-module-customer .deo-my-account table.dataTable {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible !important;
}

body.wbl-module-customer .deo-my-account .table.wbl-store-table thead th,
body.wbl-module-customer .deo-my-account table.wbl-store-table thead th,
body.wbl-module-customer .deo-my-account #presta_product_enquiry_list thead th,
body.wbl-module-customer .deo-my-account #presta_order_support_table thead th,
body.wbl-module-customer .deo-my-account table.dataTable thead th {
  background: transparent !important;
}

body.wbl-module-customer .wbl-store-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef1f6;
}

body.wbl-module-customer .wbl-store-title-row .page-title,
body.wbl-module-customer .wbl-store-title-row__copy .page-title {
  margin: 0 0 6px !important;
  padding: 0 !important;
  border: 0 !important;
  font-family: var(--wbl-font, 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

body.wbl-module-customer .wbl-store-title-row__copy p {
  margin: 0;
  color: #66758f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

body.wbl-module-customer .wbl-store-title-row .wbl-store-btn,
body.wbl-module-customer .wbl-store-title-row .presta_addnew_button {
  width: auto !important;
  max-width: fit-content !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  margin: 0 !important;
  min-height: 38px !important;
  height: 38px !important;
  padding: 0 14px !important;
  white-space: nowrap !important;
}

body.wbl-module-customer .wbl-store-panel,
body.wbl-module-customer .deo-content .wbl-account-panel,
body.wbl-module-customer .deo-content .wbl-account-panel.wbl-store-panel,
body.wbl-module-customer .deo-content .message-list,
body.wbl-module-customer .deo-content .wbl-store-table-wrap {
  /* panel chrome lives only on .deo-content — kill nested cards */
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Kill legacy prestastorefeature createshop.css on our panel */
body.wbl-module-customer #create-main-shop.wbl-store-panel,
body.wbl-module-customer .wbl-store-panel#create-main-shop {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
}

body.wbl-module-customer .wbl-store-hint {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f7f5ff;
  border: 1px solid #ebe4ff;
}

body.wbl-module-customer .wbl-store-hint__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #efe9ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 8h.01M11 12h1v4h1'/%3E%3C/svg%3E") center / 18px no-repeat;
}

body.wbl-module-customer .wbl-store-hint p,
body.wbl-module-customer .wbl-store-help {
  margin: 0;
  color: #5c6b84;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}

body.wbl-module-customer .wbl-store-shop-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

body.wbl-module-customer .wbl-store-shop-card {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 96px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 16px !important;
  float: none !important;
  border: 1px solid #e8ecf4 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.wbl-module-customer .wbl-store-shop-card:hover {
  border-color: #d7cffc !important;
  box-shadow: 0 10px 22px rgba(111, 66, 255, 0.08) !important;
}

body.wbl-module-customer .wbl-store-shop-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f1ecff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a14 14 0 0 1 0 18M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E") center / 20px no-repeat;
  flex: none;
}

body.wbl-module-customer .wbl-store-shop-card__body {
  min-width: 0;
  display: grid;
  gap: 4px;
}

body.wbl-module-customer .wbl-store-shop-card__body strong {
  color: #07142d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

body.wbl-module-customer .wbl-store-shop-card__url,
body.wbl-module-customer .wbl-store-shop-card__body span {
  color: #66758f !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.wbl-module-customer .wbl-store-shop-card__url:hover {
  color: #6f42ff !important;
}

body.wbl-module-customer .wbl-store-shop-card__actions {
  display: flex;
  gap: 8px;
  flex: none;
}

body.wbl-module-customer .wbl-store-icon-btn,
body.wbl-module-customer .wbl-store-shop-card .wbledit,
body.wbl-module-customer .wbl-store-shop-card .wbldelete {
  display: inline-grid !important;
  place-items: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #f1ecff !important;
  color: #6f42ff !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.wbl-module-customer .wbl-store-shop-card .wbldelete,
body.wbl-module-customer .wbl-store-icon-btn--danger {
  background: #fdeceb !important;
  color: #c0392b !important;
}

body.wbl-module-customer .wbl-store-shop-card .wbledit .material-icons,
body.wbl-module-customer .wbl-store-shop-card .wbldelete .material-icons,
body.wbl-module-customer .wbl-store-icon-btn .material-icons {
  font-size: 18px !important;
  line-height: 1 !important;
}

@media (max-width: 900px) {
  body.wbl-module-customer .wbl-store-shop-grid {
    grid-template-columns: 1fr !important;
  }

  body.wbl-module-customer .wbl-store-title-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

body.wbl-module-customer .wbl-store-table-wrap {
  width: 100%;
  overflow-x: auto;
}

body.wbl-module-customer .wbl-store-table {
  width: 100%;
  margin: 0;
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent !important;
}

body.wbl-module-customer .wbl-store-table thead th {
  padding: 0 12px 12px;
  border: 0 !important;
  border-bottom: 1px solid #eef1f6 !important;
  background: transparent !important;
  color: #8a96ab !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
}

body.wbl-module-customer .wbl-store-table tbody td {
  padding: 14px 12px;
  border: 0 !important;
  border-top: 1px solid #f0f3f8 !important;
  background: transparent !important;
  color: #1b2740;
  font-size: 13px;
  font-weight: 600;
  vertical-align: middle;
}

body.wbl-module-customer .wbl-store-table tbody tr:first-child td {
  border-top: 0 !important;
}

body.wbl-module-customer .wbl-store-table tbody tr:nth-child(even) td {
  background: #fcfcff !important;
}

body.wbl-module-customer .wbl-store-table__thumb {
  width: 64px;
}

body.wbl-module-customer .wbl-store-table__thumb img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid #eef1f6;
  display: block;
  background: #f6f3ff;
}

body.wbl-module-customer .wbl-store-table__ref {
  color: #6f42ff !important;
  font-weight: 800 !important;
  white-space: nowrap;
}

body.wbl-module-customer .wbl-store-table__product strong {
  display: block;
  max-width: 280px;
  color: #1b2740;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

body.wbl-module-customer .wbl-store-table__shop,
body.wbl-module-customer .wbl-store-table__date {
  color: #5c6b84;
  font-weight: 500;
}

body.wbl-module-customer .wbl-store-table__muted {
  color: #9aa6ba;
}

body.wbl-module-customer .wbl-store-table__actions {
  white-space: nowrap;
}

body.wbl-module-customer .wbl-store-table__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.wbl-module-customer .wbl-store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  white-space: nowrap;
}

body.wbl-module-customer .wbl-store-btn .material-icons {
  font-size: 16px;
  line-height: 1;
}

body.wbl-module-customer .wbl-store-btn--primary {
  background: #6f42ff;
  color: #fff !important;
}

body.wbl-module-customer .wbl-store-btn--primary:hover {
  background: #5b35f0;
  color: #fff !important;
}

body.wbl-module-customer .wbl-store-btn--warn {
  background: #fff4e8;
  color: #c46912 !important;
}

body.wbl-module-customer .wbl-store-btn--ghost {
  background: #f1ecff;
  color: #6f42ff !important;
  min-width: 34px;
  padding: 0 8px;
}

body.wbl-module-customer .wbl-store-btn--danger {
  background: #fdeceb;
  color: #c0392b !important;
  min-width: 34px;
  padding: 0 8px;
}

body.wbl-module-customer .wbl-store-status {
  display: inline-flex;
  align-items: center;
  max-width: 220px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.3;
}

body.wbl-module-customer .wbl-store-status--ok {
  background: #e9f9f0;
  color: #148a4e;
}

body.wbl-module-customer .wbl-store-status--warn {
  background: #fff4e8;
  color: #c46912;
}

body.wbl-module-customer .wbl-store-empty {
  display: grid;
  gap: 8px;
  justify-items: start;
  padding: 28px 8px;
}

body.wbl-module-customer .wbl-store-empty strong {
  color: #07142d;
  font-size: 16px;
  font-weight: 800;
}

body.wbl-module-customer .wbl-store-empty p {
  margin: 0 0 8px;
  color: #66758f;
  font-size: 13px;
}

body.wbl-module-customer .wbl-store-modal .modal-content {
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(9, 25, 63, 0.18);
}

body.wbl-module-customer .wbl-store-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid #eef1f6;
}

body.wbl-module-customer .wbl-store-modal .modal-title {
  margin: 0;
  color: #07142d;
  font-size: 18px;
  font-weight: 800;
}

body.wbl-module-customer .wbl-store-modal .modal-body {
  padding: 18px;
}

body.wbl-module-customer .wbl-store-modal .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 18px;
  border-top: 1px solid #eef1f6;
}

body.wbl-module-customer .wbl-store-license {
  margin: 0 0 16px;
  padding: 14px;
  border-radius: 12px;
  background: #f6f3ff;
  border: 1px solid #ebe4ff;
}

body.wbl-module-customer .wbl-store-license h3 {
  margin: 0 0 8px !important;
  color: #07142d !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

body.wbl-module-customer .wbl-store-license p {
  margin: 0 0 6px;
  color: #5c6b84;
  font-size: 13px;
  line-height: 1.45;
}

body.wbl-module-customer .wbl-choose-shop label {
  display: block;
  margin-bottom: 6px;
  color: #24314a;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 900px) {
  body.wbl-module-customer .wbl-store-shop-grid {
    grid-template-columns: 1fr;
  }

  body.wbl-module-customer .wbl-store-title-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===== My Reviews polish ===== */
body.wbl-module-customer .wbl-reviews-table tbody td {
  vertical-align: middle !important;
}

body.wbl-module-customer .wbl-reviews-table__product {
  min-width: 180px;
  max-width: 240px;
}

body.wbl-module-customer .wbl-reviews-table__product a {
  color: #6f42ff !important;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.wbl-module-customer .wbl-reviews-table__product a:hover {
  text-decoration: underline !important;
}

body.wbl-module-customer .wbl-reviews-table__title {
  min-width: 110px;
  max-width: 160px;
  color: #1b2740;
  font-weight: 700;
}

body.wbl-module-customer .wbl-reviews-table__rating {
  min-width: 110px;
  white-space: nowrap;
}

body.wbl-module-customer .wbl-reviews-table__rating .presta_myreview_rating,
body.wbl-module-customer .wbl-reviews-table__rating .rateit {
  display: inline-block !important;
  min-height: 18px;
}

body.wbl-module-customer .wbl-reviews-table__comment {
  min-width: 220px;
  max-width: 320px;
}

body.wbl-module-customer .wbl-reviews-table__comment p {
  margin: 0 0 8px;
  color: #4b5870;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

body.wbl-module-customer .wbl-reviews-table__comment .wbl-store-btn {
  min-height: 30px;
  padding: 0 10px;
  font-size: 11px;
}

body.wbl-module-customer .wbl-reviews-table__status {
  white-space: nowrap;
}

body.wbl-module-customer .wbl-reviews-table__actions {
  white-space: nowrap;
  vertical-align: middle !important;
}

body.wbl-module-customer .wbl-reviews-table tbody td.wbl-reviews-table__actions {
  display: table-cell !important;
  vertical-align: middle !important;
}

body.wbl-module-customer .wbl-reviews-table__actions .wbl-store-icon-btn,
body.wbl-module-customer .wbl-reviews-table__actions a {
  display: inline-grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  margin: 0 6px 0 0 !important;
  padding: 0 !important;
  border-radius: 10px !important;
  background: #f1ecff !important;
  color: #6f42ff !important;
  text-decoration: none !important;
  vertical-align: middle !important;
}

body.wbl-module-customer .wbl-reviews-table__actions .wbl-store-icon-btn--danger,
body.wbl-module-customer .wbl-reviews-table__actions a.wbl-store-icon-btn--danger {
  background: #fdeceb !important;
  color: #c0392b !important;
}

body.wbl-module-customer .wbl-reviews-table__actions .material-icons {
  font-size: 17px !important;
  line-height: 1 !important;
}

body.wbl-module-customer .wbl-store-panel--reviews {
  min-height: 0 !important;
}

body.wbl-module-customer .deo-my-account .right-content .deo-content:has(.wbl-store-panel--reviews) {
  min-height: 0 !important;
}

/* ===== Help Desk polish ===== */
body.wbl-module-customer .wbl-store-status--muted {
  background: #eef1f6;
  color: #5c6b84;
}

body.wbl-module-customer .wbl-store-panel--helpdesk {
  min-height: 0 !important;
}

body.wbl-module-customer .deo-my-account .right-content .deo-content:has(.wbl-store-panel--helpdesk) {
  min-height: 0 !important;
}

body.wbl-module-customer .wbl-helpdesk-table,
body.wbl-module-customer table#presta_order_support_table,
body.wbl-module-customer .wbl-store-panel--helpdesk table.dataTable {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  background: transparent !important;
}

body.wbl-module-customer .wbl-store-panel--helpdesk .wbl-store-table-wrap,
body.wbl-module-customer .wbl-store-panel--helpdesk .dataTables_wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.wbl-module-customer .wbl-helpdesk-table thead th,
body.wbl-module-customer #presta_order_support_table thead th,
body.wbl-module-customer .wbl-store-panel--helpdesk table.dataTable thead th {
  padding: 0 12px 12px !important;
  border: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  color: #8a96ab !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: middle !important;
}

/* Full-width header underline (100% of table) */
body.wbl-module-customer .wbl-helpdesk-table thead tr,
body.wbl-module-customer #presta_order_support_table thead tr,
body.wbl-module-customer .wbl-store-panel--helpdesk table.dataTable thead tr {
  background-image: linear-gradient(#eef1f6, #eef1f6) !important;
  background-size: 100% 1px !important;
  background-position: left bottom !important;
  background-repeat: no-repeat !important;
}

body.wbl-module-customer .wbl-helpdesk-table tbody td,
body.wbl-module-customer #presta_order_support_table tbody td {
  padding: 14px 12px !important;
  border: 0 !important;
  border-top: 1px solid #f0f3f8 !important;
  background: transparent !important;
  color: #1b2740;
  font-size: 13px;
  font-weight: 600;
  vertical-align: middle !important;
}

body.wbl-module-customer .wbl-helpdesk-table__id,
body.wbl-module-customer .wbl-helpdesk-table__order {
  color: #6f42ff !important;
  font-weight: 800 !important;
  white-space: nowrap;
}

body.wbl-module-customer .wbl-helpdesk-table__reason {
  max-width: 280px;
  color: #4b5870;
  font-weight: 500;
  line-height: 1.4;
}

body.wbl-module-customer .wbl-helpdesk-table__date {
  color: #5c6b84;
  font-weight: 500;
  white-space: nowrap;
}

body.wbl-module-customer .wbl-helpdesk-table__status,
body.wbl-module-customer .wbl-helpdesk-table__action {
  vertical-align: middle !important;
  white-space: nowrap;
}

body.wbl-module-customer .wbl-helpdesk-view {
  min-height: 34px !important;
  height: auto !important;
  padding: 0 12px !important;
  gap: 6px;
}

body.wbl-module-customer .wbl-helpdesk-view .material-icons {
  font-size: 16px !important;
  color: #fff !important;
  line-height: 1 !important;
}

/* DataTables chrome */
body.wbl-module-customer .dataTables_wrapper {
  width: 100%;
}

body.wbl-module-customer .dataTables_wrapper .dataTables_length,
body.wbl-module-customer .dataTables_wrapper .dataTables_filter {
  margin-bottom: 14px;
  color: #5c6b84;
  font-size: 13px;
  font-weight: 600;
}

body.wbl-module-customer .dataTables_wrapper .dataTables_length select,
body.wbl-module-customer .dataTables_wrapper .dataTables_filter input {
  min-height: 36px;
  margin: 0 6px;
  padding: 6px 10px;
  border: 1px solid #dfe6f3 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #14213a !important;
  box-shadow: none !important;
}

body.wbl-module-customer .dataTables_wrapper .dataTables_info {
  color: #7a879b;
  font-size: 12px;
  font-weight: 600;
  padding-top: 14px;
}

body.wbl-module-customer .dataTables_wrapper .dataTables_paginate {
  padding-top: 10px;
}

body.wbl-module-customer .dataTables_wrapper .dataTables_paginate .paginate_button {
  min-width: 32px;
  min-height: 32px;
  margin: 0 2px !important;
  padding: 6px 10px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #f4f6fb !important;
  color: #24314a !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

body.wbl-module-customer .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body.wbl-module-customer .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #6f42ff !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.wbl-module-customer .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
body.wbl-module-customer .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background: #f4f6fb !important;
  color: #a0aabe !important;
}

body.wbl-module-customer #myModal.wbl-store-modal .modal-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.wbl-module-customer #myModal.wbl-store-modal .modal-title .material-icons {
  color: #6f42ff;
  font-size: 20px;
}

body.wbl-module-customer #myModal.wbl-store-modal .btn-block,
body.wbl-module-customer #myModal.wbl-store-modal button[name="presta_submit"] {
  width: 100%;
  min-height: 42px;
}

/* ===== My Enquiries polish ===== */
body.wbl-module-customer .wbl-store-panel--enquiries {
  min-height: 0 !important;
}

body.wbl-module-customer .deo-my-account .right-content .deo-content:has(.wbl-store-panel--enquiries) {
  min-height: 0 !important;
}

/* Kill module frontmessagelist.css card (.message-list / nested table chrome) */
body.wbl-module-customer .wbl-store-panel--enquiries .message-list,
body.wbl-module-customer .wbl-store-panel--enquiries .wbl-store-table-wrap,
body.wbl-module-customer .wbl-store-panel--enquiries .dataTables_wrapper {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}

body.wbl-module-customer .wbl-enquiry-table,
body.wbl-module-customer table#presta_product_enquiry_list,
body.wbl-module-customer .deo-my-account table#presta_product_enquiry_list.table {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  text-align: left !important;
}

body.wbl-module-customer .wbl-enquiry-table thead th,
body.wbl-module-customer #presta_product_enquiry_list thead th {
  padding: 0 12px 12px !important;
  border: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  color: #8a96ab !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: middle !important;
  text-align: left !important;
}

body.wbl-module-customer .wbl-enquiry-table thead tr,
body.wbl-module-customer #presta_product_enquiry_list thead tr {
  background-image: linear-gradient(#eef1f6, #eef1f6) !important;
  background-size: 100% 1px !important;
  background-position: left bottom !important;
  background-repeat: no-repeat !important;
}

body.wbl-module-customer .wbl-enquiry-table tbody td,
body.wbl-module-customer #presta_product_enquiry_list tbody td {
  padding: 14px 12px !important;
  border: 0 !important;
  border-top: 1px solid #f0f3f8 !important;
  background: transparent !important;
  color: #1b2740;
  font-size: 13px;
  font-weight: 600;
  vertical-align: middle !important;
  text-align: left !important;
}

body.wbl-module-customer .wbl-enquiry-product {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 200px;
  max-width: 280px;
}

body.wbl-module-customer .wbl-enquiry-product__thumb,
body.wbl-module-customer .wbl-enquiry-product__thumb img,
body.wbl-module-customer #presta_product_enquiry_list img.product_image {
  width: 48px !important;
  height: 48px !important;
  border-radius: 10px !important;
  object-fit: cover;
  display: block;
  border: 1px solid #eef1f6;
  background: #f6f3ff;
}

body.wbl-module-customer .wbl-enquiry-product__name,
body.wbl-module-customer #presta_product_enquiry_list .product-name-link {
  color: #6f42ff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.wbl-module-customer .wbl-enquiry-table__qty,
body.wbl-module-customer .wbl-enquiry-table__type,
body.wbl-module-customer .wbl-enquiry-table__date {
  color: #5c6b84;
  font-weight: 500;
  white-space: nowrap;
}

body.wbl-module-customer .wbl-enquiry-table__subject {
  max-width: 180px;
  color: #4b5870;
  font-weight: 500;
}

body.wbl-module-customer .wbl-enquiry-table__actions {
  white-space: nowrap;
  vertical-align: middle !important;
}

body.wbl-module-customer .wbl-enquiry-table__actions .view-meesage,
body.wbl-module-customer .wbl-enquiry-table__actions .delete-meesage,
body.wbl-module-customer .wbl-enquiry-table__actions .wbl-store-icon-btn {
  display: inline-grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  margin: 0 6px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #f1ecff !important;
  color: #6f42ff !important;
  box-shadow: none !important;
  vertical-align: middle !important;
  text-decoration: none !important;
}

body.wbl-module-customer .wbl-enquiry-table__actions .delete-meesage,
body.wbl-module-customer .wbl-enquiry-table__actions .wbl-store-icon-btn--danger {
  background: #fdeceb !important;
  color: #c0392b !important;
}

body.wbl-module-customer .wbl-enquiry-table__actions .material-icons {
  font-size: 17px !important;
  line-height: 1 !important;
  color: inherit !important;
}

body.wbl-module-customer .wbl-store-panel--enquiries .dataTables_wrapper {
  width: 100% !important;
}





/* ===== Identity / My Information page (v1.17.5) ===== */
body.wbl-module-customer .wbl-identity-page.wbl-account-page,
.wbl-identity-page.wbl-account-page {
  display: grid !important;
  grid-template-columns: 250px minmax(0, 1fr) !important;
  grid-template-rows: auto !important;
  column-gap: 28px !important;
  row-gap: 0 !important;
  gap: 28px !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  align-items: start !important;
  min-height: 0 !important;
  height: auto !important;
}

/* Single-column main: heading (title + security) then full-width form */
body.wbl-module-customer .wbl-identity-page > .wbl-account-main,
.wbl-identity-page > .wbl-account-main {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: none !important;
  gap: 16px !important;
  row-gap: 16px !important;
  column-gap: 0 !important;
  align-items: stretch !important;
  align-content: start !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wbl-identity-page > .wbl-account-sidebar {
  grid-column: auto !important;
  grid-row: auto !important;
  align-self: start !important;
  margin: 0 !important;
  margin-top: 0 !important;
  position: sticky !important;
  top: 0 !important;
}

.wbl-identity-page .wbl-identity-heading.wbl-account-heading,
body.wbl-module-customer .wbl-identity-page .wbl-identity-heading.wbl-account-heading {
  grid-column: auto !important;
  grid-row: auto !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  align-content: flex-start !important;
  justify-content: space-between !important;
  gap: 16px 24px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
}

.wbl-identity-page .wbl-identity-panel.wbl-account-panel,
body.wbl-module-customer .wbl-identity-page .wbl-identity-panel.wbl-account-panel {
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.wbl-identity-heading .wbl-account-heading__copy {
  flex: 1 1 240px;
  min-width: 0;
}

.wbl-identity-heading h1,
body.wbl-module-customer .wbl-identity-heading h1 {
  margin: 0 0 8px !important;
  color: #0a192f !important;
  font-size: 34px !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
}

.wbl-identity-heading p,
body.wbl-module-customer .wbl-identity-heading p {
  margin: 0 !important;
  color: #6b778c !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.wbl-identity-security {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  flex: 0 1 340px;
  max-width: 380px;
  width: auto;
  margin: 0;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #ebe4ff;
  background: #f6f3ff;
  box-sizing: border-box;
}

.wbl-identity-security__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #efe9ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 4.4-2.8 8.4-7 10-4.2-1.6-7-5.6-7-10V6l7-3z'/%3E%3Cpath d='M9.5 12.2l1.8 1.8 3.6-3.8'/%3E%3C/svg%3E") center / 18px no-repeat;
}

.wbl-identity-security p {
  margin: 0 !important;
  color: #4b5870 !important;
  font-size: 13px !important;
  font-weight: 550 !important;
  line-height: 1.45 !important;
}

.wbl-identity-panel.wbl-account-panel,
body.wbl-module-customer .wbl-identity-panel.wbl-account-panel,
body.wbl-module-customer .deo-content .wbl-identity-panel.wbl-account-panel {
  margin: 0 !important;
  padding: 28px 30px 30px !important;
  border: 1px solid #e6ebf4 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(9, 25, 63, 0.05) !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

.wbl-identity-panel__head {
  margin: 0 0 22px;
  padding: 0 0 14px;
  border-bottom: 1px solid #eef1f6;
}

.wbl-identity-panel__head h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 10px;
  color: #0a192f;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.wbl-identity-panel__head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  border-radius: 3px;
  background: #6f42ff;
}

/* Form layout */
.wbl-identity-form {
  margin: 0;
  width: 100% !important;
  max-width: none !important;
}

.wbl-identity-form__fields {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 6px 18px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
}

.wbl-identity-form__fields > .form-group,
.wbl-identity-form__fields > .field-password-policy {
  grid-column: 1 / -1 !important;
  margin: 0 0 14px !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

.wbl-identity-form__fields > .form-group.firstname,
.wbl-identity-form__fields > .form-group.form-group-input.firstname,
.wbl-identity-form__fields > .form-group-input.firstname {
  grid-column: 1 !important;
}

.wbl-identity-form__fields > .form-group.lastname,
.wbl-identity-form__fields > .form-group.form-group-input.lastname,
.wbl-identity-form__fields > .form-group-input.lastname {
  grid-column: 2 !important;
}

.wbl-identity-form .form-group {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}

.wbl-identity-form .form-group > .form-control-label,
.wbl-identity-form .form-group > label.form-control-label {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #233048 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-align: left !important;
}

.wbl-identity-form .form-group > .form-input,
.wbl-identity-form .form-group > .col-md-6.form-input,
.wbl-identity-form .form-group > .col-md-12.form-input,
.wbl-identity-form .form-group > [class*="col-"].form-input,
.wbl-identity-form .form-group > .form-control-comment,
.wbl-identity-form .form-group > .form-control-errors {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Non-icon fields stay block; icon fields keep flex (set below) */
.wbl-identity-form .form-group > .form-input:not(.input-group) {
  display: block !important;
}

.wbl-identity-form .form-group > .form-control-comment {
  margin-top: 6px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: baseline;
}

.wbl-identity-form .form-control-comment .optional,
.wbl-identity-form .form-control-comment .comment {
  color: #8490a5 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

.wbl-identity-form .form-control-comment .optional {
  color: #9aa5b8 !important;
  font-style: italic;
}

/* Optional badge beside label (New password / Birthdate) */
.wbl-identity-form .form-group-input.new_password,
.wbl-identity-form .form-group-input.birthday {
  position: relative !important;
}

.wbl-identity-form .form-group-input.new_password > .form-control-label,
.wbl-identity-form .form-group-input.birthday > .form-control-label {
  padding-right: 72px !important;
}

.wbl-identity-form .form-group-input.new_password > .form-control-comment .optional,
.wbl-identity-form .form-group-input.birthday > .form-control-comment .optional {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  color: #9aa5b8 !important;
  line-height: 1.3 !important;
  z-index: 2;
}

.wbl-identity-form .form-group-input.new_password > .form-control-comment:not(:has(.comment)) {
  margin-top: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
}

.wbl-identity-form .form-group-input.birthday > .form-control-comment {
  margin-top: 6px !important;
  display: flex !important;
  justify-content: flex-start !important;
}

.wbl-identity-form .form-group-input.birthday > .form-control-comment .comment {
  flex: 1 1 auto;
}

/* Radio — Social title */
.wbl-identity-form .form-control-valign {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  min-height: 44px;
}
.dropzone .dz-preview .dz-image {
    z-index: 0 !important;
}
.wbl-identity-form .radio-inline {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  color: #233048;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.wbl-identity-form .custom-radio {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  border: 2px solid #c9d1e3 !important;
  border-radius: 50% !important;
  background: #fff !important;
  display: inline-grid !important;
  place-items: center;
}

.wbl-identity-form .custom-radio input[type="radio"] {
  margin: 0 !important;
  opacity: 0;
  position: absolute;
}

.wbl-identity-form .custom-radio input[type="radio"]:checked + span,
.wbl-identity-form .custom-radio input[type="radio"]:checked ~ span {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background: #6f42ff !important;
  display: block !important;
}

.wbl-identity-form .radio-inline:has(input:checked) .custom-radio,
.wbl-identity-form .custom-radio:has(input:checked) {
  border-color: #6f42ff !important;
}

/* Inputs with left icons — keep addon + field as one connected control */
body.wbl-module-customer .wbl-identity-form .form-input.input-group,
.wbl-identity-form .form-input.input-group {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: none !important;
  gap: 0 !important;
  box-sizing: border-box !important;
}

body.wbl-module-customer .wbl-identity-form .form-input.input-group > .input-group-addon,
.wbl-identity-form .form-input.input-group > .input-group-addon {
  order: 0 !important;
  flex: 0 0 46px !important;
  width: 46px !important;
  min-width: 46px !important;
  max-width: 46px !important;
  float: none !important;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #dfe6f3 !important;
  border-right: 0 !important;
  border-radius: 10px 0 0 10px !important;
  background: #f7f9fc !important;
  color: #8b96ab !important;
  box-shadow: none !important;
  z-index: 1 !important;
}

body.wbl-module-customer .wbl-identity-form .form-input.input-group > .input-group-addon i,
.wbl-identity-form .form-input.input-group > .input-group-addon i {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px 18px !important;
  opacity: 1 !important;
  -webkit-mask: none !important;
  mask: none !important;
}

body.wbl-module-customer .wbl-identity-form .input-group-addon i::before,
.wbl-identity-form .input-group-addon i::before,
body.wbl-module-customer .wbl-identity-form .input-group-addon i::after,
.wbl-identity-form .input-group-addon i::after {
  content: none !important;
  display: none !important;
}

/* Field-specific icons (Lucide-style stroke SVGs) — body prefix needed to beat default rules */
body.wbl-module-customer .wbl-identity-form .form-group-input.firstname .input-group-addon i,
body.wbl-module-customer .wbl-identity-form .form-group-input.lastname .input-group-addon i,
body.wbl-module-customer .wbl-identity-form .input-group-addon i.icon-firstname,
body.wbl-module-customer .wbl-identity-form .input-group-addon i.icon-lastname,
body.wbl-module-customer .wbl-identity-form .form-input.input-group > .input-group-addon i.icon-firstname,
body.wbl-module-customer .wbl-identity-form .form-input.input-group > .input-group-addon i.icon-lastname {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b96ab' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") !important;
}

body.wbl-module-customer .wbl-identity-form .form-group-input.email .input-group-addon i,
body.wbl-module-customer .wbl-identity-form .input-group-addon i.icon-email,
body.wbl-module-customer .wbl-identity-form .form-input.input-group > .input-group-addon i.icon-email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b96ab' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/%3E%3C/svg%3E") !important;
}

body.wbl-module-customer .wbl-identity-form .form-group-input.password .input-group-addon i,
body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .input-group-addon i,
body.wbl-module-customer .wbl-identity-form .input-group-addon i.icon-password,
body.wbl-module-customer .wbl-identity-form .input-group-addon i.icon-new_password,
body.wbl-module-customer .wbl-identity-form .form-input.input-group > .input-group-addon i.icon-password,
body.wbl-module-customer .wbl-identity-form .form-input.input-group > .input-group-addon i.icon-new_password {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b96ab' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='11' x='3' y='11' rx='2' ry='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E") !important;
}

body.wbl-module-customer .wbl-identity-form .form-group-input.birthday .input-group-addon i,
body.wbl-module-customer .wbl-identity-form .input-group-addon i.icon-birthday,
body.wbl-module-customer .wbl-identity-form .form-input.input-group > .input-group-addon i.icon-birthday {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b96ab' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E") !important;
}

body.wbl-module-customer .wbl-identity-form .form-input.input-group > input.form-control,
.wbl-identity-form .form-input.input-group > input.form-control,
body.wbl-module-customer .wbl-identity-form .form-input.input-group > .input-group,
.wbl-identity-form .form-input.input-group > .input-group {
  order: 1 !important;
  flex: 1 1 auto !important;
  float: none !important;
  position: relative !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

.wbl-identity-form input.form-control,
.wbl-identity-form select.form-control,
body.wbl-module-customer .wbl-identity-form input.form-control,
body.wbl-module-customer .wbl-identity-form select.form-control {
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 14px !important;
  border: 1px solid #dfe6f3 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #0a192f !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

body.wbl-module-customer .wbl-identity-form .form-input.input-group > input.form-control,
.wbl-identity-form .form-input.input-group > input.form-control,
body.wbl-module-customer .wbl-identity-form .form-input.input-group > .input-group > input.form-control,
.wbl-identity-form .form-input.input-group > .input-group > input.form-control {
  border-left: 0 !important;
  border-radius: 0 10px 10px 0 !important;
}

.wbl-identity-form input.form-control:focus,
.wbl-identity-form select.form-control:focus,
body.wbl-module-customer .wbl-identity-form input.form-control:focus {
  border-color: #b9a6ff !important;
  box-shadow: 0 0 0 3px rgba(111, 66, 255, 0.12) !important;
  outline: none !important;
}

.wbl-identity-form .form-input.input-group:focus-within > .input-group-addon {
  border-color: #b9a6ff !important;
}

.wbl-identity-form .form-input.input-group:focus-within > input.form-control,
.wbl-identity-form .form-input.input-group:focus-within > .input-group > input.form-control {
  border-color: #b9a6ff !important;
}

/* Keep password-policy wrapper from stretching the control */
.wbl-identity-form .field-password-policy {
  display: block !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.wbl-identity-form .field-password-policy > .form-group {
  margin-bottom: 0 !important;
}

.wbl-identity-form .field-password-policy .password-strength,
.wbl-identity-form .field-password-policy .password-policy-feedback,
.wbl-identity-form .field-password-policy [data-password-policy],
.wbl-identity-form .password-requirements {
  margin-top: 8px !important;
}
.wbl-identity-form .form-group.password, .wbl-identity-form .form-group.new_password {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.wbl-module-customer .wbl-identity-form .form-group-input.password .form-input.input-group,
body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .form-input.input-group,
.wbl-identity-form .form-group-input.password .form-input.input-group,
.wbl-identity-form .form-group-input.new_password .form-input.input-group {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #dfe6f3 !important;
  border-radius: 10px !important;
  background: #fff !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

body.wbl-module-customer .wbl-identity-form .form-group-input.password .form-input.input-group > .input-group-addon,
body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .form-input.input-group > .input-group-addon,
.wbl-identity-form .form-group-input.password .form-input.input-group > .input-group-addon,
.wbl-identity-form .form-group-input.new_password .form-input.input-group > .input-group-addon {
  flex: 0 0 46px !important;
  width: 46px !important;
  min-width: 46px !important;
  max-width: 46px !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-right: 1px solid #eef1f6 !important;
  border-radius: 0 !important;
  background: #f7f9fc !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
}

body.wbl-module-customer .wbl-identity-form .form-group-input.password .form-input.input-group > .input-group,
body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .form-input.input-group > .input-group,
.wbl-identity-form .form-group-input.password .form-input.input-group > .input-group,
.wbl-identity-form .form-group-input.new_password .form-input.input-group > .input-group {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: auto !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.wbl-module-customer .wbl-identity-form .form-group-input.password .form-input.input-group > .input-group > input.form-control,
body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .form-input.input-group > .input-group > input.form-control,
.wbl-identity-form .form-group-input.password .form-input.input-group > .input-group > input.form-control,
.wbl-identity-form .form-group-input.new_password .form-input.input-group > .input-group > input.form-control,
body.wbl-module-customer .wbl-identity-form .form-group-input.password .js-visible-password,
body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .js-visible-password {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  line-height: 1.25 !important;
}

body.wbl-module-customer .wbl-identity-form .form-group-input.password .input-group-btn,
body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .input-group-btn,
.wbl-identity-form .form-group-input.password .input-group-btn,
.wbl-identity-form .form-group-input.new_password .input-group-btn,
body.wbl-module-customer .wbl-identity-form .form-group-input.password .js-visible-password + .input-group-btn,
body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .js-visible-password + .input-group-btn {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  display: flex !important;
  flex: 0 0 46px !important;
  align-items: stretch !important;
  justify-content: center !important;
  align-self: stretch !important;
  width: 46px !important;
  min-width: 46px !important;
  max-width: 46px !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid #eef1f6 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  z-index: 1 !important;
}

body.wbl-module-customer .wbl-identity-form .form-group-input.password .input-group-btn .btn,
body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .input-group-btn .btn,
.wbl-identity-form .form-group-input.password .input-group-btn .btn,
.wbl-identity-form .form-group-input.new_password .input-group-btn .btn,
body.wbl-module-customer .wbl-identity-form .form-group-input.password .js-visible-password + .input-group-btn .btn,
body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .js-visible-password + .input-group-btn .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b96ab' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px 18px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  box-shadow: none !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}

body.wbl-module-customer .wbl-identity-form .form-group-input.password .input-group-btn .btn::before,
body.wbl-module-customer .wbl-identity-form .form-group-input.password .input-group-btn .btn::after,
body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .input-group-btn .btn::before,
body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .input-group-btn .btn::after,
.wbl-identity-form .form-group-input.password .input-group-btn .btn::before,
.wbl-identity-form .form-group-input.password .input-group-btn .btn::after,
.wbl-identity-form .form-group-input.new_password .input-group-btn .btn::before,
.wbl-identity-form .form-group-input.new_password .input-group-btn .btn::after {
  content: none !important;
  display: none !important;
}

/* Unified focus ring on the whole password row */
body.wbl-module-customer .wbl-identity-form .form-group-input.password .form-input.input-group:focus-within,
body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .form-input.input-group:focus-within,
.wbl-identity-form .form-group-input.password .form-input.input-group:focus-within,
.wbl-identity-form .form-group-input.new_password .form-input.input-group:focus-within {
  border-color: #b9a6ff !important;
  box-shadow: 0 0 0 3px rgba(111, 66, 255, 0.12) !important;
}

body.wbl-module-customer .wbl-identity-form .form-group-input.password .form-input.input-group:focus-within > .input-group-addon,
body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .form-input.input-group:focus-within > .input-group-addon,
body.wbl-module-customer .wbl-identity-form .form-group-input.password .form-input.input-group:focus-within input.form-control,
body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .form-input.input-group:focus-within input.form-control {
  border-color: transparent !important;
  box-shadow: none !important;
}

/* Kill theme absolute positioning on show-password control inside identity */
body.wbl-module-customer .wbl-identity-form .form-group-input.password .input-group,
body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .input-group {
  position: relative !important;
}

@media (max-width: 640px) {
  body.wbl-module-customer .wbl-identity-form .form-group-input.password .form-input.input-group,
  body.wbl-module-customer .wbl-identity-form .form-group-input.new_password .form-input.input-group,
  .wbl-identity-form .form-group-input.password .form-input.input-group,
  .wbl-identity-form .form-group-input.new_password .form-input.input-group {
    height: 48px !important;
    min-height: 48px !important;
  }
}

/* Checkboxes */
.wbl-identity-form .custom-checkbox {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0 !important;
  color: #233048;
  font-size: 13.5px;
  font-weight: 550;
  line-height: 1.45;
  cursor: pointer;
}

.wbl-identity-form .custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.wbl-identity-form .custom-checkbox > span:first-of-type {
  width: 18px !important;
  height: 18px !important;
  margin-top: 2px;
  border: 1.5px solid #c9d1e3 !important;
  border-radius: 4px !important;
  background: #fff !important;
  display: inline-grid !important;
  place-items: center;
}

.wbl-identity-form .custom-checkbox input:checked + span {
  border-color: #6f42ff !important;
  background: #6f42ff !important;
}

.wbl-identity-form .custom-checkbox .checkbox-checked,
.wbl-identity-form .custom-checkbox .material-icons {
  font-size: 14px !important;
  line-height: 1 !important;
  color: #fff !important;
}

.wbl-identity-form .custom-checkbox > span:last-child {
  color: #3b465c;
  font-size: 13.5px;
  font-weight: 550;
  line-height: 1.5;
}

.wbl-identity-form .custom-checkbox > span:last-child a {
  color: #6f42ff !important;
  font-weight: 700;
  text-decoration: underline;
}

/* Submit */
.wbl-identity-form__footer.form-footer {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center;
  margin: 10px 0 0 !important;
  padding: 8px 0 0 !important;
  border: 0 !important;
  text-align: left !important;
  float: none !important;
}

.wbl-identity-form__submit,
body.wbl-module-customer .wbl-identity-form__submit.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #6f42ff !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  box-shadow: 0 10px 22px rgba(111, 66, 255, 0.28) !important;
  transition: transform 0.15s ease, background 0.15s ease;
}

.wbl-identity-form__submit:hover,
body.wbl-module-customer .wbl-identity-form__submit.btn:hover {
  background: #5d35e8 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

/* Sidebar polish on identity */
.wbl-identity-page .wbl-account-sidebar {
  position: sticky;
  top: 0;
  margin-top: 0 !important;
}

.wbl-identity-page .wbl-account-sidebar__logout {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #eef1f6;
}

.wbl-identity-page .wbl-account-sidebar__logout a {
  color: #8b96ab !important;
  font-weight: 650 !important;
}

/* Tighten top spacing on identity so sidebar sits under the header */
body.wbl-module-customer .wbl-identity-page.wbl-customer-page,
.wbl-identity-page.wbl-customer-page {
  padding-top: 24px !important;
}

/* Page background */
body.wbl-module-customer.page-customer-account #wrapper,
body.wbl-module-customer #wrapper:has(.wbl-identity-page) {
  background: #f5f7fb;
}

body.wbl-module-customer .wbl-identity-page .notifications-container,
body.wbl-module-customer .wbl-identity-page .alert {
  margin-bottom: 16px;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 1100px) {
  body.wbl-module-customer .wbl-identity-page.wbl-account-page,
  .wbl-identity-page.wbl-account-page {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
  }

  .wbl-identity-panel.wbl-account-panel,
  body.wbl-module-customer .wbl-identity-panel.wbl-account-panel {
    padding: 22px 20px 24px !important;
  }
}

@media (max-width: 900px) {
  body.wbl-module-customer .wbl-identity-page.wbl-account-page,
  .wbl-identity-page.wbl-account-page {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    gap: 16px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  body.wbl-module-customer .wbl-identity-page > .wbl-account-main,
  .wbl-identity-page > .wbl-account-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .wbl-identity-page > .wbl-account-sidebar {
    grid-column: auto !important;
    grid-row: auto !important;
    position: static !important;
    order: -1 !important;
  }

  .wbl-identity-page .wbl-identity-heading.wbl-account-heading,
  body.wbl-module-customer .wbl-identity-page .wbl-identity-heading.wbl-account-heading {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    align-content: flex-start !important;
    gap: 12px !important;
  }

  .wbl-identity-heading .wbl-account-heading__copy {
    flex: 0 1 auto !important;
  }

  .wbl-identity-security {
    flex: 0 0 auto !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .wbl-identity-heading h1,
  body.wbl-module-customer .wbl-identity-heading h1 {
    font-size: 28px !important;
  }
}

@media (max-width: 640px) {
  .wbl-identity-form__fields {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .wbl-identity-form__fields > .form-group.firstname,
  .wbl-identity-form__fields > .form-group.form-group-input.firstname,
  .wbl-identity-form__fields > .form-group-input.firstname,
  .wbl-identity-form__fields > .form-group.lastname,
  .wbl-identity-form__fields > .form-group.form-group-input.lastname,
  .wbl-identity-form__fields > .form-group-input.lastname {
    grid-column: 1 / -1;
  }

  .wbl-identity-panel.wbl-account-panel,
  body.wbl-module-customer .wbl-identity-panel.wbl-account-panel {
    padding: 18px 14px 20px !important;
    border-radius: 12px !important;
  }

  .wbl-identity-form__submit,
  body.wbl-module-customer .wbl-identity-form__submit.btn {
    width: 100%;
  }

  .wbl-identity-heading h1,
  body.wbl-module-customer .wbl-identity-heading h1 {
    font-size: 24px !important;
  }

  .wbl-identity-security {
    padding: 12px;
  }
}

/* ===== Addresses + Order History redesign (v1.17.7) ===== */
body.wbl-module-customer .wbl-addresses-page.wbl-account-page,
body.wbl-module-customer .wbl-history-page.wbl-account-page,
.wbl-addresses-page.wbl-account-page,
.wbl-history-page.wbl-account-page {
  align-items: start !important;
}

.wbl-addresses-page .wbl-account-heading,
.wbl-history-page .wbl-account-heading {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px 24px !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wbl-addresses-page .wbl-account-heading h1,
.wbl-history-page .wbl-account-heading h1 {
  margin: 0 0 6px !important;
  font-size: 32px !important;
  font-weight: 850 !important;
  color: #0a192f !important;
  letter-spacing: -0.02em;
}

.wbl-addresses-page .wbl-account-heading p,
.wbl-history-page .wbl-account-heading p {
  margin: 0 !important;
  color: #6b778c !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.wbl-addresses-add,
body.wbl-module-customer .wbl-addresses-add {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #6f42ff !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 10px 22px rgba(111, 66, 255, 0.24) !important;
  transition: background 0.15s ease, transform 0.15s ease;
}

.wbl-addresses-add:hover,
body.wbl-module-customer .wbl-addresses-add:hover {
  background: #5d35e8 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.wbl-history-count {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f1ecff;
  color: #6f42ff;
  font-size: 12px;
  font-weight: 750;
}

/* Address cards */
.wbl-addresses-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

.wbl-address-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  margin: 0;
  padding: 0;
  border: 1px solid #e6ebf4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(9, 25, 63, 0.05);
  overflow: hidden;
}

.wbl-address-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px 12px;
  border-bottom: 1px solid #eef1f6;
}

.wbl-address-card__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f1ecff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-6-5.2-6-10a6 6 0 1 1 12 0c0 4.8-6 10-6 10z'/%3E%3Ccircle cx='12' cy='11' r='2.2'/%3E%3C/svg%3E") center / 18px no-repeat;
}

.wbl-address-card__head h2 {
  margin: 0;
  color: #0a192f;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  word-break: break-word;
}

.wbl-address-card__body {
  flex: 1 1 auto;
  margin: 0;
  padding: 14px 18px 8px;
  color: #4b5870;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55;
  word-break: break-word;
}

.wbl-address-card__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 12px 18px 16px;
  border-top: 1px solid #eef1f6;
}

.wbl-address-card__btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 0 12px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  text-decoration: none !important;
}

.wbl-address-card__btn--edit {
  background: #f1ecff !important;
  color: #6f42ff !important;
}

.wbl-address-card__btn--edit:hover {
  background: #e7deff !important;
  color: #5d35e8 !important;
}

.wbl-address-card__btn--delete {
  background: #fdeceb !important;
  color: #c0392b !important;
}

.wbl-address-card__btn--delete:hover {
  background: #fad2cf !important;
  color: #a93226 !important;
}

/* Empty state */
.wbl-account-empty-card {
  display: grid;
  justify-items: start;
  gap: 8px;
  padding: 28px 24px;
  border: 1px solid #e6ebf4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(9, 25, 63, 0.05);
}

.wbl-account-empty-card__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 4px;
  border-radius: 12px;
  background-color: #f1ecff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}

.wbl-account-empty-card__icon--address {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-6-5.2-6-10a6 6 0 1 1 12 0c0 4.8-6 10-6 10z'/%3E%3Ccircle cx='12' cy='11' r='2.2'/%3E%3C/svg%3E");
}

.wbl-account-empty-card__icon--orders {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7h15l-1.5 9h-12z'/%3E%3Ccircle cx='9' cy='19' r='1.4'/%3E%3Ccircle cx='17' cy='19' r='1.4'/%3E%3Cpath d='M6 7l-1-3H2'/%3E%3C/svg%3E");
}

.wbl-account-empty-card strong {
  color: #0a192f;
  font-size: 17px;
  font-weight: 800;
}

.wbl-account-empty-card p {
  margin: 0 0 8px;
  color: #6b778c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

/* Order history table */
.wbl-history-panel {
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #e6ebf4 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(9, 25, 63, 0.05) !important;
  overflow: hidden;
}

.wbl-history-table {
  display: grid;
  width: 100%;
}

.wbl-history-table__head,
.wbl-history-table__row {
  display: grid;
  grid-template-columns: minmax(110px, 1.1fr) minmax(90px, 0.9fr) minmax(90px, 0.9fr) minmax(110px, 1fr) minmax(140px, 1.3fr) 70px minmax(140px, 1.1fr);
  gap: 10px;
  align-items: center;
  padding: 14px 18px;
}

.wbl-history-table__head {
  background: #f7f8fc;
  border-bottom: 1px solid #eef1f6;
  color: #7a879b;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wbl-history-table__row {
  border-bottom: 1px solid #eef1f6;
  background: #fff;
}

.wbl-history-table__row:last-child {
  border-bottom: 0;
}

.wbl-history-table__row:hover {
  background: #fbfcff;
}

.wbl-history-table__cell {
  min-width: 0;
  color: #3b465c;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.35;
}

.wbl-history-table__ref a {
  color: #6f42ff !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.wbl-history-table__ref a:hover {
  text-decoration: underline !important;
}

.wbl-history-table__total {
  color: #0a192f;
  font-weight: 800;
}

.wbl-history-status {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--wbl-order-status, #6f42ff);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  word-break: break-word;
}

/* PS contrast: bright BG → dark text; dark BG → white text */
.wbl-history-status.dark {
  color: #0a192f;
}

.wbl-history-status.bright {
  color: #fff;
}

.wbl-history-invoice {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px !important;
  padding: 0 10px !important;
  border-radius: 8px !important;
  background: #f1ecff !important;
  color: #6f42ff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.wbl-history-dash {
  color: #9aa5b8;
  font-weight: 600;
}

.wbl-history-table__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wbl-history-action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 0 12px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  text-decoration: none !important;
}

.wbl-history-action--details {
  background: #f1ecff !important;
  color: #6f42ff !important;
}

.wbl-history-action--reorder {
  background: #eef2f7 !important;
  color: #3b465c !important;
}

.wbl-history-action--details:hover {
  background: #e7deff !important;
}

.wbl-history-action--reorder:hover {
  background: #e4e9f1 !important;
}

@media (max-width: 1100px) {
  .wbl-history-table__head,
  .wbl-history-table__row {
    grid-template-columns: minmax(100px, 1.1fr) minmax(80px, 0.8fr) minmax(80px, 0.8fr) minmax(120px, 1.2fr) minmax(120px, 1fr);
  }

  .wbl-history-table__hide-md {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .wbl-addresses-grid {
    grid-template-columns: 1fr !important;
  }

  .wbl-addresses-page .wbl-account-heading h1,
  .wbl-history-page .wbl-account-heading h1 {
    font-size: 26px !important;
  }
}

@media (max-width: 700px) {
  .wbl-history-panel {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .wbl-history-table__head {
    display: none !important;
  }

  .wbl-history-table__row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px 12px !important;
    margin-bottom: 12px;
    padding: 14px !important;
    border: 1px solid #e6ebf4 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(9, 25, 63, 0.04);
  }

  .wbl-history-table__cell {
    display: grid;
    gap: 4px;
  }

  .wbl-history-table__cell::before {
    content: attr(data-label);
    color: #8b96ab;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .wbl-history-table__ref,
  .wbl-history-table__actions {
    grid-column: 1 / -1;
  }

  .wbl-history-table__hide-md {
    display: grid !important;
  }

  .wbl-addresses-add,
  body.wbl-module-customer .wbl-addresses-add {
    width: 100%;
  }
}

/* ===== Account pages: kill leftover empty space (mobile + page bottom) ===== */
body.wbl-module-customer #wrapper,
body.wbl-module-customer #page #wrapper,
body.wbl-module-customer.page-customer-account #wrapper,
body.wbl-module-customer.page-identity #wrapper,
body.wbl-module-customer.page-addresses #wrapper,
body.wbl-module-customer.page-history #wrapper,
body.wbl-module-customer.page-my-account #wrapper {
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

body.wbl-module-customer #main,
body.wbl-module-customer #content-wrapper,
body.wbl-module-customer #content,
body.wbl-module-customer .page-content,
body.wbl-module-customer .deo-my-account {
  min-height: 0 !important;
  height: auto !important;
  padding-bottom: 0 !important;
}

body.wbl-module-customer .wbl-customer-page,
body.wbl-module-customer .wbl-account-page.wbl-customer-page,
.wbl-account-page.wbl-customer-page {
  padding-bottom: 24px !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
  height: auto !important;
}

body.wbl-module-customer .wbl-account-main,
.wbl-account-main,
body.wbl-module-customer .wbl-account-body,
.wbl-account-body {
  min-height: 0 !important;
  height: auto !important;
  align-content: start !important;
}

@media (max-width: 900px) {
  body.wbl-module-customer .wbl-customer-page,
  body.wbl-module-customer .wbl-account-page.wbl-customer-page,
  .wbl-account-page.wbl-customer-page,
  body.wbl-module-customer .wbl-identity-page.wbl-account-page,
  .wbl-identity-page.wbl-account-page {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    gap: 16px !important;
  }

  body.wbl-module-customer .wbl-account-page .wbl-account-heading,
  .wbl-account-page .wbl-account-heading,
  body.wbl-module-customer .wbl-addresses-page .wbl-account-heading,
  .wbl-addresses-page .wbl-account-heading,
  body.wbl-module-customer .wbl-history-page .wbl-account-heading,
  .wbl-history-page .wbl-account-heading {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    align-content: flex-start !important;
    gap: 12px !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
  }

  body.wbl-module-customer .wbl-account-heading__copy,
  .wbl-account-heading__copy,
  body.wbl-module-customer .wbl-account-heading__meta,
  .wbl-account-heading__meta,
  body.wbl-module-customer .wbl-addresses-add,
  .wbl-addresses-add,
  body.wbl-module-customer .wbl-history-count,
  .wbl-history-count {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  body.wbl-module-customer .wbl-account-page .wbl-account-body,
  .wbl-account-page .wbl-account-body {
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* ===== Identity desktop form: full-width panel + usable fields ===== */
body.wbl-module-customer .wbl-identity-page > .wbl-account-main,
.wbl-identity-page > .wbl-account-main {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  width: 100% !important;
  max-width: none !important;
}

body.wbl-module-customer .wbl-identity-page .wbl-identity-panel,
.wbl-identity-page .wbl-identity-panel,
body.wbl-module-customer .wbl-identity-page .wbl-identity-form,
.wbl-identity-page .wbl-identity-form,
body.wbl-module-customer .wbl-identity-page .wbl-identity-form__fields,
.wbl-identity-page .wbl-identity-form__fields {
  width: 100% !important;
  max-width: none !important;
}

body.wbl-module-customer .wbl-identity-page .wbl-identity-form__fields,
.wbl-identity-page .wbl-identity-form__fields {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
}

/* Do NOT force width:100% on inputs inside icon groups — that pushes icons off */
body.wbl-module-customer .wbl-identity-page .form-input.input-group,
.wbl-identity-page .form-input.input-group {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: none !important;
  gap: 0 !important;
}

body.wbl-module-customer .wbl-identity-page .form-input.input-group > .input-group-addon,
.wbl-identity-page .form-input.input-group > .input-group-addon {
  order: 0 !important;
  flex: 0 0 46px !important;
  float: none !important;
}

body.wbl-module-customer .wbl-identity-page .form-input.input-group > input.form-control,
.wbl-identity-page .form-input.input-group > input.form-control {
  order: 1 !important;
  flex: 1 1 auto !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  border-left: 0 !important;
  border-radius: 0 10px 10px 0 !important;
}

body.wbl-module-customer .wbl-identity-page .form-group-input.email .form-input.input-group,
.wbl-identity-page .form-group-input.email .form-input.input-group,
body.wbl-module-customer .wbl-identity-form__fields > .form-group.email,
.wbl-identity-form__fields > .form-group.form-group-input.email,
.wbl-identity-form__fields > .form-group-input.email {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

@media (min-width: 901px) {
  body.wbl-module-customer .wbl-identity-page .wbl-identity-heading,
  .wbl-identity-page .wbl-identity-heading {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
  }

  body.wbl-module-customer .wbl-identity-page .wbl-identity-security,
  .wbl-identity-page .wbl-identity-security {
    flex: 0 1 340px !important;
    max-width: 380px !important;
    width: auto !important;
  }
}

/* —— Order detail redesign —— */
body.wbl-module-customer .wbl-order-detail-page.wbl-account-page,
.wbl-order-detail-page.wbl-account-page {
  align-items: start !important;
}

.wbl-order-detail-page .wbl-order-detail-heading,
body.wbl-module-customer .wbl-order-detail-page .wbl-account-heading {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px 24px !important;
  flex-wrap: wrap !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
}

.wbl-order-detail-page .wbl-account-heading h1 {
  margin: 0 0 6px !important;
  font-size: clamp(26px, 3vw, 34px) !important;
  font-weight: 850 !important;
  color: #0a192f !important;
  letter-spacing: -0.02em;
  line-height: 1.15 !important;
}

.wbl-order-detail-page .wbl-account-heading p {
  margin: 0 !important;
  color: #6b778c !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  max-width: 52ch;
}

.wbl-order-detail-heading__actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: auto;
}

.wbl-order-detail-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.wbl-order-detail-btn--ghost {
  border: 1px solid #d5dbe7 !important;
  background: #fff !important;
  color: #0a192f !important;
  box-shadow: 0 1px 2px rgba(10, 25, 47, 0.04);
}

.wbl-order-detail-btn--ghost:hover {
  background: #f7f8fc !important;
  color: #0a192f !important;
}

.wbl-order-detail-btn--primary {
  border: 0 !important;
  background: linear-gradient(180deg, #7b4dff 0%, #6f42ff 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(111, 66, 255, 0.28) !important;
}

.wbl-order-detail-btn--primary:hover {
  color: #fff !important;
  transform: translateY(-1px);
}

.wbl-order-detail-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.wbl-od-card {
  margin: 0 !important;
  padding: 20px 22px !important;
  border: 1px solid #e6ebf4 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(9, 25, 63, 0.045) !important;
}

.wbl-od-card--summary {
  background: #fff !important;
  border-color: #e6ebf4 !important;
  box-shadow: 0 8px 22px rgba(9, 25, 63, 0.045) !important;
  padding: 6px 8px !important;
}

.wbl-od-summary-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.wbl-od-summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  padding: 16px 18px;
  border-bottom: 1px solid #eef1f6;
}

.wbl-od-summary-item:last-child {
  border-bottom: 0;
}

.wbl-od-summary-item--full {
  flex-wrap: wrap;
}

.wbl-od-summary-item__label {
  color: #7a879b;
  font-size: 13px;
  font-weight: 650;
}

.wbl-od-summary-item__value {
  color: #0a192f !important;
  font-size: 14px;
  font-weight: 800 !important;
  text-align: right;
  text-decoration: none !important;
}

a.wbl-od-summary-item__value {
  color: #6f42ff !important;
  font-weight: 700 !important;
}

a.wbl-od-summary-item__value:hover {
  text-decoration: underline !important;
}

.wbl-od-summary-notes {
  margin: 0 10px 10px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f7f8fc;
}

.wbl-od-summary-notes p {
  margin: 0 0 6px;
  color: #6b778c;
  font-size: 13px;
  line-height: 1.45;
}

.wbl-od-summary-notes p:last-child {
  margin-bottom: 0;
}

.wbl-od-card__title {
  margin: 0 0 14px !important;
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: 780 !important;
  color: #0a192f !important;
  letter-spacing: -0.01em;
  line-height: 1.3 !important;
}

.wbl-od-meta {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wbl-od-meta li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 20px;
  padding: 14px 0;
  border-bottom: 1px solid #e4e9f1;
  font-size: 14px;
  color: #6b778c;
}

.wbl-od-meta li:last-child {
  border-bottom: 0;
}

.wbl-od-meta strong,
.wbl-od-meta a {
  color: #0a192f;
  font-weight: 750;
  text-align: right;
}

.wbl-od-meta a:hover {
  color: #6f42ff;
}

.wbl-od-meta--note {
  display: block !important;
  color: #6b778c !important;
  font-size: 13px;
  line-height: 1.5;
}

.wbl-od-status {
  display: grid;
  gap: 12px;
}

.wbl-od-status__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
}

.wbl-od-status__date {
  color: #6b778c;
  font-size: 14px;
  font-weight: 550;
}

.wbl-od-status__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: #5b2fd6;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
}

.wbl-od-status__badge.dark {
  color: #0a192f;
}

.wbl-od-status__badge.bright {
  color: #fff;
}

.wbl-od-followup {
  margin: 0;
  color: #3d4a5c;
  font-size: 14px;
  line-height: 1.5;
}

.wbl-od-followup a {
  display: inline-block;
  margin-top: 6px;
  color: #6f42ff;
  font-weight: 650;
  word-break: break-all;
}

.wbl-od-addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wbl-od-address {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.wbl-od-address__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  margin-bottom: 12px;
}

.wbl-od-address__head .wbl-od-card__title {
  margin: 0 !important;
}

.wbl-od-address__alias {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f1ecff;
  color: #6f42ff;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
  word-break: break-word;
}

.wbl-od-address__body {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px;
  margin: 0 !important;
  font-style: normal !important;
  color: #3d4a5c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.wbl-od-address__line {
  display: block;
  color: #3d4a5c;
}

.wbl-od-address__line--name {
  color: #0a192f;
  font-weight: 750;
}

.wbl-od-address__line--phone {
  margin-top: 4px;
  color: #6b778c;
}

/* Single styled Help Desk CTA from prestaordersupport hook */
.wbl-od-hook {
  display: block;
  width: 100%;
}

.wbl-od-hook > .row {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.wbl-od-hook > .row::before,
.wbl-od-hook > .row::after {
  display: none !important;
  content: none !important;
}

.wbl-od-hook [class*="col-"] {
  width: auto !important;
  max-width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}

.wbl-od-hook .presta-add-new-ticket {
  display: flex !important;
  justify-content: flex-end !important;
  width: 100%;
}

.wbl-od-hook .presta-add-new-ticket a.btn,
.wbl-od-hook .presta-add-new-ticket a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  min-height: 40px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #14b8a6 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(20, 184, 166, 0.28);
  transition: background 0.15s ease, transform 0.15s ease;
}

.wbl-od-hook .presta-add-new-ticket a:hover {
  background: #0d9f8f !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.wbl-od-hook .presta-view-ticket {
  width: 100% !important;
  overflow-x: auto;
}

.wbl-od-hook .presta-view-ticket .table {
  margin: 0;
  background: #fff;
  border: 1px solid #e6ebf4;
  border-radius: 12px;
  overflow: hidden;
}

.wbl-od-helpdesk-bar,
.wbl-od-helpdesk-btn {
  display: none !important;
}

.wbl-od-products {
  padding: 0 !important;
  overflow: hidden;
}

.wbl-od-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.wbl-od-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  background: #fff;
}

.wbl-od-table thead th {
  padding: 14px 18px;
  border-bottom: 1px solid #eef1f6;
  background: #f7f8fc;
  color: #7a879b;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.wbl-od-table thead th:nth-child(2),
.wbl-od-table thead th:nth-child(3),
.wbl-od-table thead th:nth-child(4),
.wbl-od-table tbody td:nth-child(2),
.wbl-od-table tbody td:nth-child(3),
.wbl-od-table tbody td:nth-child(4),
.wbl-od-table tfoot td:last-child {
  text-align: right;
}

.wbl-od-table tbody td {
  padding: 16px 18px;
  border-bottom: 1px solid #eef1f6;
  color: #3b465c;
  font-size: 13px;
  font-weight: 550;
  vertical-align: top;
}

.wbl-od-table tbody tr:last-child td {
  border-bottom-color: #e8ecf4;
}

.wbl-od-product {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.wbl-od-product__name {
  color: #0a192f !important;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none !important;
}

.wbl-od-product__name:hover {
  color: #6f42ff !important;
}

.wbl-od-product__ref,
.wbl-od-product__download,
.wbl-od-product__custom {
  color: #7a879b;
  font-size: 12px;
  font-weight: 500;
}

.wbl-od-product__download {
  color: #6f42ff;
  font-weight: 650;
}

.wbl-od-total-row td {
  padding: 10px 18px;
  border: 0;
  color: #6b778c;
  font-size: 13px;
  font-weight: 550;
  text-align: right;
  background: #fff;
}

.wbl-od-total-row td:first-child {
  color: #6b778c;
}

.wbl-od-total-row td:last-child {
  color: #0a192f;
  font-weight: 700;
  white-space: nowrap;
}

.wbl-od-total-row--grand td {
  padding-top: 12px;
  padding-bottom: 18px;
  color: #0a192f !important;
  font-size: 15px !important;
  font-weight: 850 !important;
}

.wbl-od-shipping__row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.wbl-od-shipping__cell span {
  display: block;
  margin-bottom: 6px;
  color: #7a879b;
  font-size: 12px;
  font-weight: 650;
}

.wbl-od-shipping__cell strong {
  color: #0a192f;
  font-size: 14px;
  font-weight: 750;
  word-break: break-word;
}

/* Returnable order theme markup polish */
.wbl-od-return-wrap .box,
.wbl-od-return-wrap .table {
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.wbl-od-return-wrap .table thead th {
  background: #f7f8fc;
  border-color: #eef1f6;
  color: #7a879b;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.wbl-od-return-wrap .table td,
.wbl-od-return-wrap .table th {
  padding: 14px 18px;
  vertical-align: middle;
}

/* —— Responsive —— */
@media (max-width: 1100px) {
  .wbl-od-shipping__row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .wbl-order-detail-page .wbl-order-detail-heading,
  body.wbl-module-customer .wbl-order-detail-page .wbl-account-heading {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .wbl-order-detail-heading__actions {
    margin-left: 0;
    width: 100%;
  }

  .wbl-order-detail-btn {
    flex: 1 1 auto;
  }

  .wbl-od-addresses {
    grid-template-columns: 1fr;
  }

  .wbl-od-hook > .row,
  .wbl-od-hook .presta-add-new-ticket {
    justify-content: stretch !important;
  }

  .wbl-od-hook .presta-add-new-ticket a.btn,
  .wbl-od-hook .presta-add-new-ticket a {
    width: 100% !important;
  }

  .wbl-od-shipping__row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .wbl-od-card,
  .wbl-od-card--summary {
    padding: 16px !important;
  }

  .wbl-od-table thead {
    display: none;
  }

  .wbl-od-table,
  .wbl-od-table tbody,
  .wbl-od-table tfoot,
  .wbl-od-table tr,
  .wbl-od-table td {
    display: block;
    width: 100%;
  }

  .wbl-od-table tbody tr {
    padding: 14px 16px;
    border-bottom: 1px solid #eef1f6;
  }

  .wbl-od-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 6px 0;
    border: 0;
    text-align: right !important;
  }

  .wbl-od-table tbody td::before {
    content: attr(data-label);
    flex: 0 0 auto;
    color: #7a879b;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: uppercase;
  }

  .wbl-od-table tbody td:first-child {
    display: block;
    text-align: left !important;
    padding-bottom: 10px;
  }

  .wbl-od-table tbody td:first-child::before {
    display: none;
  }

  .wbl-od-table tfoot {
    padding: 8px 16px 14px;
    background: #fafbfd;
  }

  .wbl-od-total-row {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }

  .wbl-od-total-row td {
    display: block !important;
    width: auto !important;
    padding: 8px 0 !important;
    text-align: left !important;
  }

  .wbl-od-total-row td[colspan] {
    flex: 1 1 auto;
  }

  .wbl-od-total-row td:last-child {
    text-align: right !important;
  }

  .wbl-od-shipping__row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .wbl-order-detail-heading__actions {
    flex-direction: column;
  }

  .wbl-order-detail-btn {
    width: 100%;
  }

  .wbl-od-meta li {
    flex-direction: column;
    align-items: flex-start;
  }

  .wbl-od-meta strong,
  .wbl-od-meta a {
    text-align: left;
  }

  .wbl-od-status__row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===== Downloads (match Order History panel table) ===== */
.wbl-downloads-page .wbl-account-body {
  display: block;
  width: 100%;
  min-width: 0;
}

.wbl-downloads-panel {
  width: 100%;
  min-width: 0;
}

.wbl-downloads-table {
  display: grid;
  width: 100%;
  min-width: 0;
}

.wbl-downloads-table__head,
.wbl-downloads-table__row {
  display: grid;
  grid-template-columns:
    minmax(180px, 2fr)
    minmax(90px, 0.85fr)
    minmax(110px, 1fr)
    minmax(80px, 0.75fr)
    minmax(220px, 1.35fr);
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
}

.wbl-downloads-table__head {
  background: #f7f8fc;
  border-bottom: 1px solid #eef1f6;
  color: #7a879b;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wbl-downloads-table__row {
  border-bottom: 1px solid #eef1f6;
  background: #fff;
}

.wbl-downloads-table__row:last-child {
  border-bottom: 0;
}

.wbl-downloads-table__row:hover {
  background: #fbfcff;
}

.wbl-downloads-table__cell {
  min-width: 0;
  color: #3b465c;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.35;
}

.wbl-downloads-table__product {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.wbl-downloads-table__product strong {
  min-width: 0;
  color: #0a192f;
  font-size: 13.5px;
  font-weight: 750;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wbl-downloads-thumb {
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #eef1f6;
  border-radius: 10px;
  background: #f7f8fc;
  overflow: hidden;
}

.wbl-downloads-thumb img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.wbl-downloads-table__ref a,
.wbl-downloads-table__ref span {
  color: #6f42ff !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  word-break: break-word;
}

.wbl-downloads-table__ref a:hover {
  text-decoration: underline !important;
}

.wbl-downloads-shop {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  color: #3b465c;
  font-size: 12.5px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}

.wbl-downloads-table__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.wbl-downloads-action--download {
  background: #6f42ff !important;
  color: #fff !important;
}

.wbl-downloads-action--download:hover {
  background: #5d35e8 !important;
  color: #fff !important;
}

.wbl-downloads-action--renew {
  background: #fff4e8 !important;
  color: #c05621 !important;
}

.wbl-downloads-action--renew:hover {
  background: #ffe8d1 !important;
}

.wbl-downloads-action--contact {
  background: #eef2f7 !important;
  color: #3b465c !important;
}

.wbl-downloads-action--contact:hover {
  background: #e4e9f1 !important;
  color: #0a192f !important;
}

.wbl-account-empty-card__icon--downloads {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='M7 10l5 5 5-5'/%3E%3Cpath d='M5 19h14'/%3E%3C/svg%3E");
}

/* Laptop / medium desktop */
@media (max-width: 1280px) {
  .wbl-downloads-table__head,
  .wbl-downloads-table__row {
    grid-template-columns:
      minmax(160px, 1.8fr)
      minmax(85px, 0.8fr)
      minmax(90px, 0.9fr)
      minmax(75px, 0.7fr)
      minmax(200px, 1.4fr);
    gap: 10px;
    padding: 12px 14px;
  }
}

/* Tablet: hide shop, keep actions usable */
@media (max-width: 1100px) {
  .wbl-downloads-table__head,
  .wbl-downloads-table__row {
    grid-template-columns:
      minmax(160px, 2fr)
      minmax(85px, 0.85fr)
      minmax(75px, 0.7fr)
      minmax(190px, 1.4fr);
  }

  .wbl-downloads-table__hide-md {
    display: none !important;
  }
}

/* Small tablet */
@media (max-width: 900px) {
  .wbl-downloads-page .wbl-account-heading {
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .wbl-downloads-page .wbl-account-heading h1 {
    font-size: 26px !important;
  }

  .wbl-downloads-table__head,
  .wbl-downloads-table__row {
    grid-template-columns:
      minmax(140px, 1.8fr)
      minmax(80px, 0.8fr)
      minmax(70px, 0.7fr)
      minmax(170px, 1.5fr);
    padding: 12px;
  }

  .wbl-downloads-thumb {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .wbl-downloads-thumb img {
    width: 40px;
    height: 40px;
  }

  .wbl-downloads-table__product strong {
    font-size: 13px;
  }
}

/* Mobile cards */
@media (max-width: 700px) {
  .wbl-downloads-panel {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .wbl-downloads-table__head {
    display: none !important;
  }

  .wbl-downloads-table__row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px 12px !important;
    margin-bottom: 12px;
    padding: 14px !important;
    border: 1px solid #e6ebf4 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(9, 25, 63, 0.04);
  }

  .wbl-downloads-table__row:last-child {
    margin-bottom: 0;
  }

  .wbl-downloads-table__cell {
    display: grid;
    gap: 4px;
  }

  .wbl-downloads-table__cell::before {
    content: attr(data-label);
    color: #8b96ab;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .wbl-downloads-table__product,
  .wbl-downloads-table__actions {
    grid-column: 1 / -1;
  }

  .wbl-downloads-table__product::before {
    display: none;
  }

  .wbl-downloads-table__hide-md {
    display: grid !important;
  }

  .wbl-downloads-shop {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-break: break-word;
  }

  .wbl-downloads-table__actions {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
  }

  .wbl-downloads-table__actions .wbl-history-action {
    flex: 1 1 calc(50% - 8px);
    min-width: 120px;
  }
}

/* Phones */
@media (max-width: 480px) {
  .wbl-downloads-page .wbl-account-heading h1 {
    font-size: 24px !important;
  }

  .wbl-downloads-page .wbl-history-count {
    width: 100%;
    justify-content: center;
  }

  .wbl-downloads-table__row {
    grid-template-columns: 1fr !important;
    padding: 12px !important;
  }

  .wbl-downloads-table__actions .wbl-history-action {
    flex: 1 1 100%;
    min-width: 0;
  }
}

/* ===== My Shops (match Addresses / History account cards) ===== */
.wbl-shops-page .wbl-account-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.wbl-shops-heading-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.wbl-shops-add-btn {
  margin: 0 !important;
  white-space: nowrap;
}

.wbl-shops-hint {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #ebe4ff;
  border-radius: 14px;
  background: #f7f5ff;
}

.wbl-shops-hint__icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: #efe9ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 8h.01M11 12h1v4h1'/%3E%3C/svg%3E") center / 18px no-repeat;
}

.wbl-shops-hint p {
  margin: 0;
  color: #5c6b84;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.5;
}

.wbl-shops-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

.wbl-shop-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 180px;
  margin: 0;
  padding: 0;
  border: 1px solid #e6ebf4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(9, 25, 63, 0.05);
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.wbl-shop-card:hover {
  border-color: #d7cffc;
  box-shadow: 0 12px 28px rgba(111, 66, 255, 0.1);
}

.wbl-shop-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px 12px;
  border-bottom: 1px solid #eef1f6;
}

.wbl-shop-card__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f1ecff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a14 14 0 0 1 0 18M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E") center / 18px no-repeat;
}

.wbl-shop-card__head h2 {
  margin: 0;
  min-width: 0;
  color: #0a192f;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wbl-shop-card__body {
  flex: 1 1 auto;
  padding: 14px 18px 8px;
}

.wbl-shop-card__url {
  display: block;
  color: #4b5870 !important;
  font-size: 13.5px;
  font-weight: 550;
  line-height: 1.55;
  text-decoration: none !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wbl-shop-card__url:hover {
  color: #6f42ff !important;
  text-decoration: underline !important;
}

.wbl-shop-card__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding: 12px 18px 16px;
}

.wbl-shops-action--delete {
  background: #fdeeee !important;
  color: #c53030 !important;
}

.wbl-shops-action--delete:hover {
  background: #fbdada !important;
  color: #9b2c2c !important;
}

.wbl-account-empty-card__icon--shops {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l1.5-4h15L21 9'/%3E%3Cpath d='M4 9v10h16V9'/%3E%3Cpath d='M9 19v-6h6v6'/%3E%3C/svg%3E");
}

/* Shops modal */
body.wbl-module-customer .wbl-shops-modal .modal-dialog,
.wbl-shops-modal .modal-dialog {
  max-width: 480px;
  margin: 1.25rem auto;
}

body.wbl-module-customer .wbl-shops-modal .modal-content,
.wbl-shops-modal .modal-content {
  border: 0 !important;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(9, 25, 63, 0.2) !important;
}

body.wbl-module-customer .wbl-shops-modal .modal-header,
.wbl-shops-modal .modal-header {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 18px 20px !important;
  border-bottom: 1px solid #eef1f6 !important;
  background: #fff !important;
}

body.wbl-module-customer .wbl-shops-modal__title,
.wbl-shops-modal__title {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  margin-right: auto !important;
}

.wbl-shops-modal__title-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: #f1ecff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a14 14 0 0 1 0 18M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E") center / 18px no-repeat;
}

body.wbl-module-customer .wbl-shops-modal .modal-title,
.wbl-shops-modal .modal-title {
  margin: 0 !important;
  color: #0a192f !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

body.wbl-module-customer .wbl-shops-modal .modal-header .close,
body.wbl-module-customer .wbl-shops-modal__close,
.wbl-shops-modal .modal-header .close,
.wbl-shops-modal__close {
  position: static !important;
  top: auto !important;
  right: auto !important;
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 32px !important;
  align-self: center !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #f1f4f8 !important;
  color: #5c6b84 !important;
  opacity: 1 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  text-shadow: none !important;
  order: 2 !important;
}

body.wbl-module-customer .wbl-shops-modal__close:hover,
.wbl-shops-modal__close:hover {
  background: #e7ebf3 !important;
  color: #0a192f !important;
}

body.wbl-module-customer .wbl-shops-modal .modal-body,
.wbl-shops-modal .modal-body {
  padding: 20px !important;
  text-align: left !important;
}

body.wbl-module-customer .wbl-shops-field,
.wbl-shops-field {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 0 16px !important;
  text-align: left !important;
}

body.wbl-module-customer .wbl-shops-field:last-child,
.wbl-shops-field:last-child {
  margin-bottom: 0 !important;
}

body.wbl-module-customer .wbl-shops-modal label,
body.wbl-module-customer .wbl-shops-field label,
body.wbl-module-customer .wbl-shops-field label.required,
.wbl-shops-modal label,
.wbl-shops-field label,
.wbl-shops-field label.required {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #0a192f !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
  text-align: left !important;
}

body.wbl-module-customer .wbl-shops-field .form-control,
body.wbl-module-customer .wbl-shops-modal input.form-control,
.wbl-shops-field .form-control,
.wbl-shops-modal input.form-control {
  float: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  border: 1px solid #dfe5ef !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #0a192f !important;
  font-size: 14px !important;
  font-weight: 550 !important;
  text-align: left !important;
  box-shadow: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.wbl-module-customer .wbl-shops-field .form-control:focus,
body.wbl-module-customer .wbl-shops-modal input.form-control:focus,
.wbl-shops-field .form-control:focus,
.wbl-shops-modal input.form-control:focus {
  border-color: #6f42ff !important;
  box-shadow: 0 0 0 3px rgba(111, 66, 255, 0.15) !important;
  outline: 0 !important;
}

body.wbl-module-customer .wbl-shops-field__help,
.wbl-shops-field__help {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin-top: 8px !important;
  color: #7a879b !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

body.wbl-module-customer .wbl-shops-modal .modal-footer,
.wbl-shops-modal .modal-footer {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 20px 18px !important;
  border-top: 1px solid #eef1f6 !important;
  background: #fbfcff;
}

.wbl-shops-modal__loader {
  display: none;
  margin-right: auto;
}

.wbl-shops-modal .modal-footer .wbl-history-action,
.wbl-shops-modal .modal-footer .wbl-addresses-add {
  min-height: 38px !important;
  margin: 0 !important;
}

@media (max-width: 900px) {
  .wbl-shops-grid {
    grid-template-columns: 1fr !important;
  }

  .wbl-shops-page .wbl-account-heading {
    flex-wrap: wrap;
    gap: 12px;
  }

  .wbl-shops-page .wbl-account-heading h1 {
    font-size: 26px !important;
  }

  .wbl-shops-heading-actions {
    width: 100%;
  }

  .wbl-shops-add-btn {
    margin-left: auto !important;
  }
}

@media (max-width: 700px) {
  .wbl-shop-card {
    min-height: 0;
  }

  .wbl-shops-hint {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 12px 14px;
  }

  .wbl-shop-card__foot .wbl-history-action {
    flex: 1 1 auto;
    justify-content: center;
  }

  .wbl-shops-modal .modal-dialog {
    max-width: calc(100% - 24px);
    margin: 12px auto;
  }
}

@media (max-width: 480px) {
  .wbl-shops-page .wbl-account-heading h1 {
    font-size: 24px !important;
  }

  .wbl-shops-heading-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .wbl-shops-heading-actions .wbl-history-count,
  .wbl-shops-add-btn {
    width: 100%;
    justify-content: center;
    margin-left: 0 !important;
  }

  .wbl-shops-modal .modal-footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .wbl-shops-modal .modal-footer .wbl-history-action,
  .wbl-shops-modal .modal-footer .wbl-addresses-add {
    width: 100%;
    justify-content: center;
  }

  .wbl-shops-modal__loader {
    margin: 0 auto 4px;
  }
}


/* ===== Support & Updates (match Downloads / History panel table) ===== */
.wbl-support-page .wbl-account-body {
  display: block;
  width: 100%;
  min-width: 0;
}

.wbl-support-panel {
  width: 100%;
  min-width: 0;
}

.wbl-support-table {
  display: grid;
  width: 100%;
  min-width: 0;
}

.wbl-support-table__head,
.wbl-support-table__row {
  display: grid;
  grid-template-columns:
    minmax(180px, 2fr)
    minmax(90px, 0.85fr)
    minmax(95px, 0.85fr)
    minmax(150px, 1.2fr)
    minmax(100px, 0.9fr);
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
}

.wbl-support-table__head {
  background: #f7f8fc;
  border-bottom: 1px solid #eef1f6;
  color: #7a879b;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wbl-support-table__row {
  border-bottom: 1px solid #eef1f6;
  background: #fff;
}

.wbl-support-table__row:last-child {
  border-bottom: 0;
}

.wbl-support-table__row:hover {
  background: #fbfcff;
}

.wbl-support-table__cell {
  min-width: 0;
  color: #3b465c;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.35;
}

.wbl-support-table__product {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.wbl-support-table__product strong {
  min-width: 0;
  color: #0a192f;
  font-size: 13.5px;
  font-weight: 750;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wbl-support-thumb {
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #eef1f6;
  border-radius: 10px;
  background: #f7f8fc;
  overflow: hidden;
}

.wbl-support-thumb img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.wbl-support-table__ref a,
.wbl-support-table__ref span {
  color: #6f42ff !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  word-break: break-word;
}

.wbl-support-table__ref a:hover {
  text-decoration: underline !important;
}

.wbl-support-badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  word-break: break-word;
}

.wbl-support-badge--ok {
  background: #eaf8f0;
  color: #1b7a45;
}

.wbl-support-badge--active {
  background: #f1ecff;
  color: #6f42ff;
}

.wbl-support-badge--warn {
  background: #fff4e8;
  color: #c05621;
}

.wbl-support-table__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.wbl-support-action--renew {
  background: #6f42ff !important;
  color: #fff !important;
}

.wbl-support-action--renew:hover {
  background: #5d35e8 !important;
  color: #fff !important;
}

.wbl-account-empty-card__icon--support {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v2'/%3E%3Cpath d='M12 19v2'/%3E%3Cpath d='M5 12H3'/%3E%3Cpath d='M21 12h-2'/%3E%3Ccircle cx='12' cy='12' r='7'/%3E%3Cpath d='M9.5 14.5c.8.8 1.9 1.2 2.5 1.2s1.7-.4 2.5-1.2'/%3E%3Cpath d='M9 10h.01M15 10h.01'/%3E%3C/svg%3E");
}

@media (max-width: 1280px) {
  .wbl-support-table__head,
  .wbl-support-table__row {
    grid-template-columns:
      minmax(160px, 1.9fr)
      minmax(85px, 0.8fr)
      minmax(85px, 0.8fr)
      minmax(140px, 1.2fr)
      minmax(90px, 0.85fr);
    gap: 10px;
    padding: 12px 14px;
  }
}

@media (max-width: 1100px) {
  .wbl-support-table__head,
  .wbl-support-table__row {
    grid-template-columns:
      minmax(160px, 2fr)
      minmax(85px, 0.85fr)
      minmax(140px, 1.2fr)
      minmax(90px, 0.9fr);
  }

  .wbl-support-table__hide-md {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .wbl-support-page .wbl-account-heading {
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .wbl-support-page .wbl-account-heading h1 {
    font-size: 26px !important;
  }

  .wbl-support-thumb {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .wbl-support-thumb img {
    width: 40px;
    height: 40px;
  }

  .wbl-support-table__product strong {
    font-size: 13px;
  }
}

@media (max-width: 700px) {
  .wbl-support-panel {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .wbl-support-table__head {
    display: none !important;
  }

  .wbl-support-table__row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px 12px !important;
    margin-bottom: 12px;
    padding: 14px !important;
    border: 1px solid #e6ebf4 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(9, 25, 63, 0.04);
  }

  .wbl-support-table__row:last-child {
    margin-bottom: 0;
  }

  .wbl-support-table__cell {
    display: grid;
    gap: 4px;
  }

  .wbl-support-table__cell::before {
    content: attr(data-label);
    color: #8b96ab;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .wbl-support-table__product,
  .wbl-support-table__actions,
  .wbl-support-table__status {
    grid-column: 1 / -1;
  }

  .wbl-support-table__product::before {
    display: none;
  }

  .wbl-support-table__hide-md {
    display: grid !important;
  }

  .wbl-support-table__actions .wbl-history-action {
    flex: 1 1 auto;
    min-width: 120px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .wbl-support-page .wbl-account-heading h1 {
    font-size: 24px !important;
  }

  .wbl-support-page .wbl-history-count {
    width: 100%;
    justify-content: center;
  }

  .wbl-support-table__row {
    grid-template-columns: 1fr !important;
    padding: 12px !important;
  }

  .wbl-support-table__actions .wbl-history-action {
    width: 100%;
    min-width: 0;
  }
}

/* ===== Help Desk (match Downloads / History panel table) ===== */
.wbl-helpdesk-page .wbl-account-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.wbl-helpdesk-heading-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.wbl-helpdesk-panel {
  width: 100%;
  min-width: 0;
}

.wbl-helpdesk-list {
  display: grid;
  width: 100%;
  min-width: 0;
}

.wbl-helpdesk-list__head,
.wbl-helpdesk-list__row {
  display: grid;
  grid-template-columns:
    minmax(80px, 0.8fr)
    minmax(90px, 0.9fr)
    minmax(140px, 1.4fr)
    minmax(90px, 0.9fr)
    minmax(90px, 0.85fr)
    minmax(90px, 0.8fr);
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
}

.wbl-helpdesk-list__head {
  background: #f7f8fc;
  border-bottom: 1px solid #eef1f6;
  color: #7a879b;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wbl-helpdesk-list__row {
  border-bottom: 1px solid #eef1f6;
  background: #fff;
}

.wbl-helpdesk-list__row:last-child {
  border-bottom: 0;
}

.wbl-helpdesk-list__row:hover {
  background: #fbfcff;
}

.wbl-helpdesk-list__cell {
  min-width: 0;
  color: #3b465c;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.35;
}

.wbl-helpdesk-list__id {
  color: #6f42ff !important;
  font-weight: 800 !important;
}

.wbl-helpdesk-list__order a,
.wbl-helpdesk-list__order span {
  color: #6f42ff !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  word-break: break-word;
}

.wbl-helpdesk-list__order a:hover {
  text-decoration: underline !important;
}

.wbl-helpdesk-list__reason {
  color: #4b5870;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.wbl-helpdesk-list__date {
  color: #5c6b84;
}

.wbl-helpdesk-badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  word-break: break-word;
}

.wbl-helpdesk-badge--ok {
  background: #eaf8f0;
  color: #1b7a45;
}

.wbl-helpdesk-badge--warn {
  background: #fff4e8;
  color: #c05621;
}

.wbl-helpdesk-badge--muted {
  background: #eef1f6;
  color: #5c6b84;
}

.wbl-helpdesk-list__action {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wbl-helpdesk-action--view {
  background: #f1ecff !important;
  color: #6f42ff !important;
}

.wbl-helpdesk-action--view:hover {
  background: #e7deff !important;
  color: #5d35e8 !important;
}

.wbl-account-empty-card__icon--helpdesk {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 6.5h10.5a3.5 3.5 0 0 1 0 7H12l-4 3.5v-3.5H5z'/%3E%3Cpath d='M16 10h3a2 2 0 0 1 2 2v5h-3v3l-3-3h-3'/%3E%3C/svg%3E");
}

/* Help Desk modal */
body.wbl-module-customer .wbl-helpdesk-modal .modal-dialog,
.wbl-helpdesk-modal .modal-dialog {
  max-width: 560px;
  width: calc(100% - 24px);
  margin: 1.25rem auto;
}

body.wbl-module-customer .wbl-helpdesk-modal .modal-content,
body.wbl-module-customer .wbl-helpdesk-modal .modal-content.presta_modal_setup,
.wbl-helpdesk-modal .modal-content,
.wbl-helpdesk-modal .modal-content.presta_modal_setup {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 18px !important;
  overflow: hidden;
  box-shadow: 0 28px 56px rgba(9, 25, 63, 0.22) !important;
  background: #fff !important;
}

body.wbl-module-customer .wbl-helpdesk-modal .modal-header,
.wbl-helpdesk-modal .modal-header {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 20px 22px 16px !important;
  border-bottom: 1px solid #eef1f6 !important;
  background: linear-gradient(180deg, #fbfaff 0%, #fff 100%) !important;
}

.wbl-helpdesk-modal__title {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  margin-right: auto !important;
}

.wbl-helpdesk-modal__title-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f1ecff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f42ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 6.5h10.5a3.5 3.5 0 0 1 0 7H12l-4 3.5v-3.5H5z'/%3E%3Cpath d='M16 10h3a2 2 0 0 1 2 2v5h-3v3l-3-3h-3'/%3E%3C/svg%3E") center / 20px no-repeat;
}

.wbl-helpdesk-modal__title-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

body.wbl-module-customer .wbl-helpdesk-modal .modal-title,
.wbl-helpdesk-modal .modal-title {
  margin: 0 !important;
  color: #0a192f !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

.wbl-helpdesk-modal__title-copy p {
  margin: 0;
  color: #7a879b;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.4;
}

body.wbl-module-customer .wbl-helpdesk-modal .modal-header .close,
body.wbl-module-customer .wbl-helpdesk-modal__close,
.wbl-helpdesk-modal .modal-header .close,
.wbl-helpdesk-modal__close {
  position: static !important;
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 34px !important;
  align-self: flex-start !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #f1f4f8 !important;
  color: #5c6b84 !important;
  opacity: 1 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  text-shadow: none !important;
  order: 2 !important;
}

.wbl-helpdesk-modal__close:hover {
  background: #e7ebf3 !important;
  color: #0a192f !important;
}

body.wbl-module-customer .wbl-helpdesk-modal .modal-body,
.wbl-helpdesk-modal .modal-body {
  padding: 0 !important;
  text-align: left !important;
  max-height: min(72vh, 640px);
  overflow: auto;
}

.wbl-helpdesk-modal__loader-overlay {
  z-index: 9999;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: brightness(0.55);
  background: rgba(255, 255, 255, 0.45);
}

.wbl-helpdesk-form {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.wbl-helpdesk-form__fields {
  padding: 18px 22px 8px;
}

body.wbl-module-customer .wbl-helpdesk-field,
.wbl-helpdesk-field,
body.wbl-module-customer .wbl-helpdesk-attachments,
.wbl-helpdesk-attachments,
body.wbl-module-customer .wbl-helpdesk-products,
.wbl-helpdesk-products {
  float: none !important;
  width: 100% !important;
  margin: 0 0 16px !important;
  text-align: left !important;
}

body.wbl-module-customer .wbl-helpdesk-modal label,
body.wbl-module-customer .wbl-helpdesk-field label,
body.wbl-module-customer .wbl-helpdesk-attachments > label,
body.wbl-module-customer .wbl-helpdesk-products > label,
.wbl-helpdesk-modal label,
.wbl-helpdesk-field label,
.wbl-helpdesk-attachments > label,
.wbl-helpdesk-products > label {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #0a192f !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: left !important;
}

.wbl-helpdesk-attachments__hint {
  margin: -2px 0 10px;
  color: #8b96ab;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.4;
}

body.wbl-module-customer .wbl-helpdesk-modal .form-control:not(.presta_os_order_product),
body.wbl-module-customer .wbl-helpdesk-modal select.form-control,
body.wbl-module-customer .wbl-helpdesk-modal textarea.form-control,
.wbl-helpdesk-modal .form-control:not(.presta_os_order_product),
.wbl-helpdesk-modal select.form-control,
.wbl-helpdesk-modal textarea.form-control {
  float: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 11px 14px !important;
  border: 1px solid #dfe5ef !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #0a192f !important;
  font-size: 14px !important;
  font-weight: 550 !important;
  text-align: left !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
}

body.wbl-module-customer .wbl-helpdesk-modal select.form-control,
.wbl-helpdesk-modal select.form-control {
  padding-right: 40px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b96ab' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 16px 16px !important;
}

body.wbl-module-customer .wbl-helpdesk-modal textarea.form-control,
.wbl-helpdesk-modal textarea.form-control {
  min-height: 104px !important;
  resize: vertical;
  line-height: 1.45;
}

body.wbl-module-customer .wbl-helpdesk-modal .form-control:focus,
.wbl-helpdesk-modal .form-control:focus {
  border-color: #6f42ff !important;
  box-shadow: 0 0 0 3px rgba(111, 66, 255, 0.15) !important;
  outline: 0 !important;
}

.wbl-helpdesk-products__box {
  border: 1px solid #e6ebf4 !important;
  border-radius: 14px !important;
  background: #fbfcff !important;
  padding: 8px !important;
  max-height: 220px;
  overflow: auto;
}

.wbl-helpdesk-products .table,
.wbl-helpdesk-products .table-bordered {
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  width: 100% !important;
}

.wbl-helpdesk-products .presta_os_td,
.wbl-helpdesk-products td {
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.wbl-module-customer .wbl-helpdesk-modal .presta_os_order_product,
.wbl-helpdesk-modal .presta_os_order_product {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: 0 !important;
  background: transparent !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
}

body.wbl-module-customer .wbl-helpdesk-modal .presta_os_order_product .presta_border_btm,
.wbl-helpdesk-modal .presta_os_order_product .presta_border_btm {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none !important;
}

body.wbl-module-customer .wbl-helpdesk-modal .presta_os_order_product label.presta_product_name,
.wbl-helpdesk-modal .presta_os_order_product label.presta_product_name {
  display: grid !important;
  grid-template-columns: 18px 44px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 10px !important;
  row-gap: 2px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid #eef1f6 !important;
  border-radius: 12px !important;
  background: #fff !important;
  cursor: pointer !important;
  text-align: left !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.wbl-module-customer .wbl-helpdesk-modal .presta_os_order_product label.presta_product_name:hover,
.wbl-helpdesk-modal .presta_os_order_product label.presta_product_name:hover {
  border-color: #d7cffc !important;
  box-shadow: 0 8px 18px rgba(111, 66, 255, 0.06);
}

body.wbl-module-customer .wbl-helpdesk-modal .presta_os_order_product .presta_os_margin-right,
.wbl-helpdesk-modal .presta_os_order_product .presta_os_margin-right {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0 !important;
  width: 16px;
  height: 16px;
  accent-color: #6f42ff;
}

body.wbl-module-customer .wbl-helpdesk-modal .presta_os_order_product img.presta_imag_margin,
.wbl-helpdesk-modal .presta_os_order_product img.presta_imag_margin {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  border: 1px solid #eef1f6;
  border-radius: 10px;
  object-fit: cover;
  background: #fff;
}

body.wbl-module-customer .wbl-helpdesk-modal .presta_os_order_product .presta_os_product,
.wbl-helpdesk-modal .presta_os_order_product .presta_os_product {
  grid-column: 3;
  grid-row: 1;
  margin: 0 !important;
  color: #0a192f !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere;
}

body.wbl-module-customer .wbl-helpdesk-modal .presta_os_order_product .presta_os_price,
.wbl-helpdesk-modal .presta_os_order_product .presta_os_price {
  grid-column: 3;
  grid-row: 2;
  margin: 0 !important;
  color: #6f42ff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.wbl-helpdesk-attachments #order-support-images-dropzone {
  border: 1px dashed #d7cffc !important;
  border-radius: 14px !important;
  background: #fbfaff !important;
  padding: 16px !important;
  min-height: 88px;
}

.wbl-helpdesk-attachments #product-image-preview,
.wbl-helpdesk-attachments #dropzone {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
}

.wbl-helpdesk-attachments #product-image-preview:empty,
.wbl-helpdesk-attachments #dropzone:empty,
.wbl-helpdesk-attachments #product-image-preview:not(:has(*)),
.wbl-helpdesk-attachments #dropzone:not(:has(*)) {
  display: none !important;
}

.wbl-helpdesk-attachments #product-image-preview:has(.tf_product_image),
.wbl-helpdesk-attachments #product-image-preview:has(.dz-preview) {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 10px;
  margin-top: 12px !important;
  padding: 12px !important;
  border: 1px solid #eef1f6 !important;
  border-radius: 14px !important;
  background: #fff !important;
}

.wbl-helpdesk-attachments .dz-message,
.wbl-helpdesk-attachments .dropzone .dz-message {
  margin: 0 !important;
  color: #5c6b84 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-align: center !important;
}

.wbl-helpdesk-form__submit {
  position: sticky;
  bottom: 0;
  margin: 0 !important;
  padding: 14px 22px 18px !important;
  border-top: 1px solid #eef1f6;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, #fff 40%);
}

.wbl-helpdesk-form__submit .wbl-addresses-add,
body.wbl-module-customer #myModal.wbl-store-modal button[name="presta_submit"],
body.wbl-module-customer .wbl-helpdesk-modal button[name="presta_submit"] {
  width: 100% !important;
  min-height: 48px !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #2f76ff 0%, #6f42ff 100%) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 22px rgba(111, 66, 255, 0.22) !important;
}

.wbl-helpdesk-form__submit .wbl-addresses-add:hover,
body.wbl-module-customer .wbl-helpdesk-modal button[name="presta_submit"]:hover {
  filter: brightness(1.03);
}

@media (max-width: 1100px) {
  .wbl-helpdesk-list__head,
  .wbl-helpdesk-list__row {
    grid-template-columns:
      minmax(75px, 0.8fr)
      minmax(85px, 0.9fr)
      minmax(90px, 0.9fr)
      minmax(90px, 0.85fr);
  }

  .wbl-helpdesk-list__hide-md {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .wbl-helpdesk-page .wbl-account-heading {
    flex-wrap: wrap;
    gap: 12px;
  }

  .wbl-helpdesk-page .wbl-account-heading h1 {
    font-size: 26px !important;
  }

  .wbl-helpdesk-heading-actions {
    width: 100%;
  }

  .wbl-helpdesk-heading-actions .wbl-addresses-add {
    margin-left: auto;
  }
}

@media (max-width: 700px) {
  .wbl-helpdesk-panel {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .wbl-helpdesk-list__head {
    display: none !important;
  }

  .wbl-helpdesk-list__row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px 12px !important;
    margin-bottom: 12px;
    padding: 14px !important;
    border: 1px solid #e6ebf4 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(9, 25, 63, 0.04);
  }

  .wbl-helpdesk-list__row:last-child {
    margin-bottom: 0;
  }

  .wbl-helpdesk-list__cell {
    display: grid;
    gap: 4px;
  }

  .wbl-helpdesk-list__cell::before {
    content: attr(data-label);
    color: #8b96ab;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .wbl-helpdesk-list__reason,
  .wbl-helpdesk-list__action {
    grid-column: 1 / -1;
  }

  .wbl-helpdesk-list__hide-md {
    display: grid !important;
  }

  .wbl-helpdesk-list__action .wbl-history-action {
    width: 100%;
    justify-content: center;
  }

  .wbl-helpdesk-modal .modal-dialog {
    max-width: calc(100% - 16px);
    margin: 10px auto;
  }

  body.wbl-module-customer .wbl-helpdesk-modal .modal-body,
  .wbl-helpdesk-modal .modal-body {
    max-height: min(78vh, 560px);
  }

  .wbl-helpdesk-form__fields,
  .wbl-helpdesk-form__submit {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.wbl-module-customer .wbl-helpdesk-modal .presta_os_order_product label.presta_product_name,
  .wbl-helpdesk-modal .presta_os_order_product label.presta_product_name {
    grid-template-columns: 18px 40px minmax(0, 1fr) !important;
  }
}

@media (max-width: 480px) {
  .wbl-helpdesk-page .wbl-account-heading h1 {
    font-size: 24px !important;
  }

  .wbl-helpdesk-heading-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .wbl-helpdesk-heading-actions .wbl-history-count,
  .wbl-helpdesk-heading-actions .wbl-addresses-add {
    width: 100%;
    justify-content: center;
    margin-left: 0 !important;
  }

  .wbl-helpdesk-list__row {
    grid-template-columns: 1fr !important;
    padding: 12px !important;
  }

  .wbl-helpdesk-modal__title-copy p {
    display: none;
  }
}

/* ===== Help Desk chat / Your Messages ===== */
.wbl-chat-page .wbl-account-body {
  width: 100%;
  min-width: 0;
}

.wbl-chat-page .wbl-account-heading {
  align-items: flex-start;
  gap: 12px;
}

.wbl-chat-back {
  flex: 0 0 auto;
  white-space: nowrap;
}

.wbl-chat-layout.presta-content {
  display: grid !important;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 18px;
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.wbl-chat-sidebar,
.wbl-chat-main {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0;
}

.wbl-chat-card,
.wbl-chat-main {
  background: #fff;
  border: 1px solid #e6ebf4;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(9, 25, 63, 0.05);
}

.wbl-chat-card {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wbl-chat-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.wbl-chat-card__eyebrow {
  display: block;
  margin-bottom: 4px;
  color: #8b96ab;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wbl-chat-card__head h2 {
  margin: 0;
  color: #0a192f;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.wbl-chat-icon-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f1ecff !important;
  color: #6f42ff !important;
  text-decoration: none !important;
  border: 0;
  flex: 0 0 36px;
}

.wbl-chat-icon-btn:hover {
  background: #e7deff !important;
}

.wbl-chat-icon-btn__back {
  display: block;
  width: 14px;
  height: 14px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.4 4.6 13.9 3.1 5 12l8.9 8.9 1.5-1.5L8 12z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.4 4.6 13.9 3.1 5 12l8.9 8.9 1.5-1.5L8 12z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wbl-chat-meta {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f7f8fc;
}

.wbl-chat-meta span {
  color: #8b96ab;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.wbl-chat-meta a {
  color: #6f42ff !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  word-break: break-word;
}

.wbl-chat-meta a:hover {
  text-decoration: underline !important;
}

.wbl-chat-reason {
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff4f2;
  border: 1px solid #ffd7d0;
}

.wbl-chat-reason strong {
  display: block;
  margin-bottom: 4px;
  color: #0a192f;
  font-size: 12px;
  font-weight: 750;
}

.wbl-chat-reason p {
  margin: 0;
  color: #c0392b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  word-break: break-word;
}

.wbl-chat-products h3,
.wbl-chat-attachments h3 {
  margin: 0 0 10px;
  color: #0a192f;
  font-size: 13px;
  font-weight: 800;
}

.wbl-chat-products__list {
  display: grid;
  gap: 10px;
  max-height: 280px;
  overflow: auto;
}

.wbl-chat-product {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #eef1f6;
  border-radius: 12px;
  background: #fbfcff;
}

.wbl-chat-product__thumb {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e6ebf4;
  background: #fff;
}

.wbl-chat-product__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wbl-chat-product__body {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.wbl-chat-product__body a {
  color: #0a192f !important;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none !important;
  overflow-wrap: anywhere;
}

.wbl-chat-product__body a:hover {
  color: #6f42ff !important;
}

.wbl-chat-product__body span {
  color: #6f42ff;
  font-size: 13px;
  font-weight: 800;
}

.wbl-chat-attachments__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.wbl-chat-attachments__head h3 {
  margin: 0;
}

.wbl-chat-link-btn {
  border: 0;
  background: transparent;
  color: #6f42ff;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
  padding: 0;
}

.wbl-chat-attachments__list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.wbl-chat-attach-item.attachment-item {
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid #eef1f6 !important;
  border-radius: 10px !important;
  background: #fff !important;
}

.wbl-chat-attach-item img {
  display: block;
  width: 100%;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
}

.wbl-chat-attach-item .attachment-meta {
  margin-top: 6px;
  color: #5c6b84;
  font-size: 11px;
  line-height: 1.3;
  word-break: break-word;
}

.wbl-chat-main {
  display: flex;
  flex-direction: column;
  min-height: 640px;
  overflow: hidden;
  color: inherit !important;
  background-color: #fff !important;
  height: auto !important;
}

.wbl-chat-main__head.presta-chat-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 16px 18px;
  border-bottom: 1px solid #eef1f6;
  background: #fff;
  float: none !important;
  margin: 0 !important;
}

.wbl-chat-main__head h2,
.wbl-chat-main .message-heading {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #0a192f !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  background: transparent !important;
  height: auto !important;
}

.wbl-chat-search.presta-search-bar {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 !important;
  float: none !important;
  width: min(280px, 100%);
}

.wbl-chat-search .search_bar,
.wbl-chat-search #search_err {
  flex: 1 1 auto;
  min-width: 0;
  height: 40px !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  border: 1px solid #dfe5ef !important;
  border-right: 0 !important;
  border-radius: 10px 0 0 10px !important;
  background: #fff !important;
  color: #0a192f !important;
  box-shadow: none !important;
}

.wbl-chat-search__btn.search_icon,
.wbl-chat-search #search_message {
  flex: 0 0 40px;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #6f42ff !important;
  border-radius: 0 10px 10px 0 !important;
  background: #6f42ff !important;
  color: #fff !important;
  box-shadow: none !important;
}

.wbl-chat-search__icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background: #fff;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='m20 20-3.5-3.5'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='m20 20-3.5-3.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wbl-chat-thread.msg-background {
  flex: 1 1 auto;
  height: auto !important;
  min-height: 360px;
  max-height: 520px;
  overflow: auto !important;
  padding: 18px !important;
  background: #f7f8fc !important;
  float: none !important;
}

.wbl-chat-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}

.wbl-chat-page .presta-chatbox-msg,
.wbl-chat-page #presta-message-content > .col-md-12 {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  clear: both;
}

.wbl-chat-page .sender-message-area,
.wbl-chat-page .receiver-message-area {
  max-width: min(78%, 520px);
  box-shadow: none !important;
  border: 0 !important;
  word-break: break-word;
}

.wbl-chat-page .sender-message-area {
  float: right !important;
  margin-left: auto;
  background: #6f42ff !important;
  color: #fff !important;
  border-radius: 16px 16px 4px 16px !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  line-height: 1.45;
}

.wbl-chat-page .receiver-message-area {
  float: left !important;
  margin-right: auto;
  background: #fff !important;
  color: #0a192f !important;
  border: 1px solid #e6ebf4 !important;
  border-radius: 16px 16px 16px 4px !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  line-height: 1.45;
}

.wbl-chat-page .sender-date-time,
.wbl-chat-page .receiver-date-time {
  display: block !important;
  margin-top: 8px !important;
  font-size: 11px !important;
  opacity: 0.85;
  text-align: inherit;
}

.wbl-chat-page .sender-date-time {
  text-align: right;
  color: rgba(255, 255, 255, 0.85) !important;
}

.wbl-chat-page .receiver-date-time {
  text-align: left;
  color: #8b96ab !important;
}

.wbl-chat-page .presta-emp-name {
  color: inherit !important;
}

.wbl-chat-page .msg-thumbnail {
  max-width: 140px !important;
  max-height: 140px !important;
  border-radius: 10px;
}

.wbl-chat-composer.footer-area {
  margin: 0 !important;
  padding: 16px 18px 18px !important;
  border-top: 1px solid #eef1f6 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  background: #fff;
}

.wbl-chat-composer__field {
  margin: 0 0 10px !important;
}

.wbl-chat-composer #text_message,
.wbl-chat-composer .presta-textarea {
  display: block !important;
  width: 100% !important;
  min-height: 96px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #dfe5ef !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #0a192f !important;
  box-shadow: none !important;
  resize: vertical;
  font-size: 14px !important;
  line-height: 1.45;
}

.wbl-chat-composer #text_message:focus {
  border-color: #6f42ff !important;
  box-shadow: 0 0 0 3px rgba(111, 66, 255, 0.15) !important;
  outline: 0;
}

.wbl-chat-composer__counter {
  display: block;
  margin-top: 6px;
  color: #8b96ab !important;
  font-size: 12px;
}

.wbl-chat-composer__actions.presta_msg_content {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 !important;
}

.wbl-chat-composer .upload-btn-wrapper {
  height: auto !important;
  display: inline-flex !important;
  position: relative;
  overflow: hidden;
}

.wbl-chat-attach-btn.file-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid #dfe5ef !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #4b5870 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.wbl-chat-attach-btn:hover {
  border-color: #6f42ff !important;
  color: #6f42ff !important;
}

.wbl-chat-attach-btn__icon {
  display: block;
  width: 16px;
  height: 16px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.5 6.5v9.2a4.5 4.5 0 1 1-9 0V6.2a3.2 3.2 0 1 1 6.4 0v8.3a1.8 1.8 0 1 1-3.6 0V7.5h1.6v6.9a.2.2 0 0 0 .4 0V6.2a1.6 1.6 0 1 0-3.2 0v9.5a2.9 2.9 0 1 0 5.8 0V6.5z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16.5 6.5v9.2a4.5 4.5 0 1 1-9 0V6.2a3.2 3.2 0 1 1 6.4 0v8.3a1.8 1.8 0 1 1-3.6 0V7.5h1.6v6.9a.2.2 0 0 0 .4 0V6.2a1.6 1.6 0 1 0-3.2 0v9.5a2.9 2.9 0 1 0 5.8 0V6.5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wbl-chat-composer .upload-btn-wrapper input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  height: 100% !important;
  font-size: 0;
}

.wbl-chat-send-btn.send-button,
.wbl-chat-page #presta_send_message {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 112px;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #6f42ff !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  box-shadow: none !important;
}

.wbl-chat-send-btn:hover,
.wbl-chat-page #presta_send_message:hover {
  background: #5d35e8 !important;
  color: #fff !important;
}

.wbl-chat-send-btn__icon {
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3.4 11.1 20.2 3.7a1 1 0 0 1 1.3 1.3L14 21.6a1 1 0 0 1-1.9-.1l-2.1-6.7-6.7-2.1a1 1 0 0 1 .1-1.9z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3.4 11.1 20.2 3.7a1 1 0 0 1 1.3 1.3L14 21.6a1 1 0 0 1-1.9-.1l-2.1-6.7-6.7-2.1a1 1 0 0 1 .1-1.9z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wbl-chat-file-selected {
  margin: 0 0 10px;
  color: #5c6b84;
  font-size: 12px;
}

.wbl-chat-ended {
  margin: 12px 0 0 !important;
  border-radius: 10px !important;
}

.wbl-chat-end.end-chat-button {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
}

.wbl-chat-modal .modal-dialog {
  max-width: 520px;
}

.wbl-chat-modal .modal-content {
  border: 0 !important;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(9, 25, 63, 0.2) !important;
}

.wbl-chat-modal .modal-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 18px 20px !important;
  border-bottom: 1px solid #eef1f6 !important;
}

.wbl-chat-modal .modal-title {
  margin: 0 !important;
  color: #0a192f !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.wbl-chat-modal .modal-body {
  padding: 20px !important;
  text-align: left !important;
}

.wbl-chat-modal .modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px 20px !important;
  border-top: 1px solid #eef1f6 !important;
}

@media (max-width: 1100px) {
  .wbl-chat-layout.presta-content {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 14px;
  }
}

@media (max-width: 900px) {
  .wbl-chat-layout.presta-content {
    grid-template-columns: 1fr;
  }

  .wbl-chat-main {
    min-height: 0;
  }

  .wbl-chat-thread.msg-background {
    min-height: 280px;
    max-height: 420px;
  }

  .wbl-chat-page .wbl-account-heading {
    flex-wrap: wrap;
  }

  .wbl-chat-back {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .wbl-chat-card,
  .wbl-chat-main {
    border-radius: 14px;
  }

  .wbl-chat-main__head.presta-chat-box-header {
    padding: 14px;
  }

  .wbl-chat-search.presta-search-bar {
    width: 100%;
  }

  .wbl-chat-thread.msg-background {
    padding: 14px !important;
    min-height: 240px;
    max-height: 360px;
  }

  .wbl-chat-composer.footer-area {
    padding: 14px !important;
  }

  .wbl-chat-page .sender-message-area,
  .wbl-chat-page .receiver-message-area {
    max-width: 88%;
  }

  .wbl-chat-composer__actions.presta_msg_content {
    flex-direction: column;
    align-items: stretch;
  }

  .wbl-chat-composer .upload-btn-wrapper,
  .wbl-chat-attach-btn.file-btn,
  .wbl-chat-send-btn.send-button,
  .wbl-chat-page #presta_send_message {
    width: 100% !important;
  }

  .wbl-chat-send-btn__label {
    display: inline;
  }
}

@media (max-width: 480px) {
  .wbl-chat-card {
    padding: 14px;
  }

  .wbl-chat-attachments__list {
    grid-template-columns: 1fr;
  }

  .wbl-chat-page .wbl-account-heading h1 {
    font-size: 24px !important;
  }
}
