.meta-cta-button {
  display: inline-block;
}
.meta-cta-link {
  display: inline-block;
  background: #0A95E0;
  color: #ffffff !important;
  padding: 6px 18px;
  border-radius: 3px;
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
}
.meta-cta-link:hover {
  background: #0B91DF;
}