
.cta-button {
  margin-top: 20px;
  display: block;
  text-align: center;

  a {
    display: block;
  }
}

.cta-button a.cta-link {
  display: inline-block;
  padding: 12px 24px;
  width: 100%;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  border: none;
  cursor: pointer;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
}

.cta-button a.cta-link:visited,
.cta-button a.cta-link:hover,
.cta-button a.cta-link:focus,
.cta-button a.cta-link:active {
  color: inherit;
  text-decoration: none;
}

.cta-button.rounded a.cta-link {
  border-radius: 8px;
}

.cta-button.shadow a.cta-link {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.cta-button.gradient a.cta-link {
  background: linear-gradient(45deg, #0073aa, #00bcd4);
  color: white;
}
