a {
  color: #BF0A30;
  transition: color 0.25s ease;
}

a:hover {
  color: currentColor;
}

.link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 10px;
  font-size: 0.9rem;
  text-decoration: none;
  vertical-align: bottom;
  transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}
.link span {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.link[data-icon][data-text] > *:first-child {
  margin-right: 0.75em;
}
.link[data-style=button] {
  max-width: calc(100% - 10px - 10px);
  min-height: 40px;
  margin: 10px;
  padding: 7.5px 15px;
  border-radius: 5px;
  background: #BF0A30;
  color: #ffffff;
}
.link[data-style=button]:hover {
  background: #9e9e9e;
}

/*# sourceMappingURL=link.css.map */