<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .blog__card--title{
        font-size: 16px;
        line-height: 21px;
    }
    .blog__card--desc{
        line-height: 18px;
    }
    .related__post--title__link{
        font-size: 15px;
    }
    .product__card--thumbnail{
        padding: 0.5rem 5rem;
        border-bottom: solid 1px #f3f3f3;
    }
    .product__card--content{
        padding-top:20px;
    }
    tr:nth-of-type(even){
    background-color:#fff;
    }
    tr:nth-of-type(odd) td{
    background-color:#f7f7f7;
    }
    .tec-table td{
        border:none;
    }
    .tax{
        padding-left: 5px;
        color: #8d7a7a;
        font-size: 14px;
    }
</pre></body></html>