/** Shopify CDN: Minification failed

Line 17:20 Expected ":"

**/
:root {
    --white: #ffffff;
    --black: #000000;
    --btn-color: #00a0a0;
    --deep-blue: #008080;
    --heading-color: #163157;
    --page-width: 1170px;
  }


.blog-tag-section .tagList {
    display: flex;ß
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  
  .blog-tag-section .tagList li a {
    border: 1px solid var(--heading-color);
    border-radius: 6.5rem;
    font-size: 1.6rem;
    line-height: 1;
    color: var(--black);
    display: inline-block;
    padding: 1.2rem 3.5rem;
  }
  
  .blog-tag-section .tagList li.active a,
  .blog-tag-section .tagList li a:hover {
    background: var(--heading-color);
    color: var(--white);
  }
  

  .taglist-item {
    list-style: none;
  }