/* SpendMoth moth mark — shared across marketing, legal, and app shell */
.brand-mark {
  display: inline-flex;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.brand-mark--lg {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.brand-mark__img {
  display: block;
  width: 100%;
  height: 100%;
}
