.sbc-strap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 16px;
  -webkit-font-smoothing: antialiased;
}

.sbc-strap * {
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
}

.sbc-strap p span {
  font-weight: 700;
}

.sbc-strap__text {
  margin: 0;
}

.sbc-strap__btn {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 8px;
  text-decoration: none;
  border: 0;
  transition: opacity .12s ease-in-out;
  white-space: nowrap;
}

.sbc-strap__btn:hover {
  opacity: .75;
}

@media (max-width: 520px) {
  .sbc-strap {
    flex-direction: column;
    gap: 4px;
    text-align: center;
    padding: 6px 16px;
  }
}
