.bc-store-icon {
  flex: 0 0 auto;
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  color: #fff;
}

.bc-store-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.bc-store-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
}

.bc-store-link .bc-store-icon {
  width: 1.35rem;
  height: 1.35rem;
}

.bc-store-button > .bc-store-icon:first-child {
  width: 1.55rem;
  height: 1.55rem;
  font-size: inherit;
}
