/* Compact account control; its accessible name describes the destination. */
a.boc-customer-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0 !important;
  box-sizing: border-box;
  border-radius: 50%;
  color: #b43e2f;
  text-decoration: none !important;
  vertical-align: middle;
}
a.boc-customer-link svg { display: block; width: 24px; height: 24px; flex: none; }
a.boc-customer-link:hover { background: #f8eee9; color: #8e3025; }
a.boc-customer-link:focus-visible { outline: 3px solid #557f2c; outline-offset: 3px; }
