/** Shopify CDN: Minification failed

Line 16:0 Unexpected "<"
Line 17:4 Unexpected "{"
Line 17:13 Expected ":"
Line 29:2 Unexpected "#"
Line 29:4 Unexpected "{"
Line 29:13 Expected ":"
Line 38:2 Unexpected "#"
Line 38:4 Unexpected "{"
Line 38:13 Expected ":"
Line 49:2 Unexpected "#"
... and 15 more hidden warnings

**/
<style>
  #{{ section.id }} .title-wrapper{
    position:relative;
    padding:0px 24px;
    border-top:0.5px;
    border-left:0;
    border-right:0;
    border-bottom:0.5px;
    border-style: solid;
    border-color: #CCCCCC;
    box-shadow: 0px 3px 5px 0px #0000001A;
  }

  #{{ section.id }} .title{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    margin:15px 0!important;
  }

  #{{ section.id }} .title-wrapper::before{
    position:absolute;
    content:"";
    display:inline-block;
    top:0;
    left:24px;
    width:60px;
    height:4px;
    background-color:#003D96;
  }

  #{{ section.id }} .ranking-title{
    margin:0!important;
  }

  #{{ section.id }} .blog .title-wrapper{
    display:flex;
    align-items:center;
  }
  #{{ section.id }} .blog .title-wrapper-right-item{
    position:relative;
    font-size:10px;
    color:#000;
  }
  #{{ section.id }} .blog .title-wrapper-right-item + .title-wrapper-right-item{
    margin-left:20px;
  }
  #{{ section.id }} .blog .title-wrapper-right-item::before {
    position:absolute;
    content:"";
    display:inline-block;
    width:5px;
    height:5px;
    top:55%;
    left:-5px;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    transform:translate(-100%,-50%) rotate(-45deg); 
  }
</style>