.wmb-entry {
  flex:0 0 auto;
  align-self:center;
  position:relative;
  margin:0;
  color:var(--wmb-icon-color,var(--walkin-gold,currentColor));
}
.wmb-entry .wc-block-customer-account__link {
  box-sizing:border-box;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  min-height:44px;
  gap:.5rem;
  padding:.25rem .55rem;
  color:inherit;
  background:transparent;
  border:0;
  font:inherit;
  line-height:1.2;
  text-decoration:none;
  white-space:nowrap;
}
.wmb-entry .wc-block-customer-account__link:hover { color:inherit; text-decoration:none; }
.wmb-entry .wc-block-customer-account__link:focus-visible { outline:2px solid currentColor; outline-offset:3px; }
.wmb-entry .wmb-icon-shell {
  box-sizing:border-box;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  color:var(--wmb-icon-color,var(--walkin-gold,currentColor));
  background:var(--wmb-icon-bg,transparent);
  border:1px solid var(--wmb-icon-border,var(--walkin-line,currentColor));
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.wmb-entry.wmb-shape-plain .wmb-icon-shell { background:transparent; border-color:transparent; border-radius:0; }
.wmb-entry.wmb-shape-circle .wmb-icon-shell { border-radius:50%; }
.wmb-entry.wmb-shape-rounded .wmb-icon-shell { border-radius:10px; }
.wmb-entry.wmb-shape-square .wmb-icon-shell { border-radius:0; }
.wmb-entry .wmb-icon-shell svg.icon {
  display:block;
  width:var(--wmb-icon-size,20px);
  height:var(--wmb-icon-size,20px);
  max-width:28px;
  max-height:28px;
  padding:0;
  flex:none;
  overflow:hidden;
}
.wmb-entry.wmb-motion-lift .wc-block-customer-account__link:hover .wmb-icon-shell { transform:translateY(-2px); }
.wmb-entry.wmb-motion-halo .wc-block-customer-account__link:hover .wmb-icon-shell { box-shadow:0 0 0 5px color-mix(in srgb,currentColor 15%,transparent); }
.wmb-entry .label { font-size:.875rem; font-weight:600; letter-spacing:.04em; }
.wmb-logout { display:inline-flex; align-items:center; min-height:44px; padding:.4rem .7rem; color:inherit; }
@media (max-width:480px) {
  .wmb-entry .wc-block-customer-account__link { width:44px; padding:2px; }
  .wmb-entry .label { position:absolute; clip-path:inset(50%); width:1px; height:1px; overflow:hidden; white-space:nowrap; }
}
@media (prefers-reduced-motion:reduce) {
  .wmb-entry .wmb-icon-shell { transition:none; }
  .wmb-entry.wmb-motion-lift .wc-block-customer-account__link:hover .wmb-icon-shell { transform:none; }
  .wmb-entry.wmb-motion-halo .wc-block-customer-account__link:hover .wmb-icon-shell { box-shadow:none; }
}
