.btn-v5 {
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #212529;
}
@media screen and (min-width: 768px) {
  .btn-v5 {
    font-size: 22px;
    gap: 6px;
  }
  .btn-v5__icon {
    width: 24 !important;
    height: 24 !important;
  }
}
/*# sourceMappingURL=button-v5.min.css.map */
