/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* @import url('http://example.com/example_style.css'); */

/************************************/
/* Imports must be at the top of the file */
/* Add them above this section */
/************************************/

/************************************/
/* Start your style declarations here */
/************************************/

/* Blog post: tag pills */
.blog-post__tags .blog-post__tag-link {
  display: inline-block;
  background-color: #ea7311;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  margin-right: 6px;
  text-decoration: none;
}

.blog-post__tags .blog-post__tag-link:hover {
  background-color: #c85f0e;
  color: #ffffff;
}
``