.ap-cta {
  text-align: center;
  margin: 40px 0 20px;
}

.ap-cta__button {
  display: inline-block;
  background-color: #32D1FF;
  color: #07003A !important;
  font-family: Questrial, Futura, Segoe UI, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.ap-cta__button:hover {
  opacity: 0.85;
}
```

Then add it to `blog-post.html` just before the closing `</div>` of `ap-article__container`:
```
        {# CTA Button #}
        {% module "article_cta" path="./article-cta" %}