.box-builder-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  height: 50px;
  padding: 0 28px;

  font-size: 16px;
  line-height: 16px;
  text-decoration: none;

  border: none;
}

.box-builder-link.box-builder-link--full-width {
  width: 100%;
}

@media not all and (pointer: coarse) {
  .box-builder-link:hover {
    cursor: pointer;
    opacity: 0.9;
    transition: all ease-out 0.2s;
  }
}
