/* All filled calls to action use the same rounded form. */
.button,
.button--coral,
.button--green,
.button--light {
  border-radius: 999px !important;
}

/* Selected controls retain the same rounded form on catalog and directory pages. */
button.is-active,
.blog-alphabet a.is-active,
.blog-catalog-nav a.is-active,
.blog-catalog-nav summary.is-active,
.blog-reference-nav a.is-active,
.blog-pagination .current {
  border-radius: 999px !important;
}
