<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.post-header{
    margin: 0;
    padding: 0;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.post-cat{
    color: #f8b500;
    font-weight: 400;
    letter-spacing: 0;
    margin-right: 5px;
    margin-bottom: 15px;
    display: block;
}
.post-cat a{
    color: #fff!important;
    border-radius: 15px;
    line-height: 0;
    padding: 5px 10px;
    font-weight: 300;
    background-color: #ED8B00;
    margin-right: 10px;
}

.entry-title{
    font-size: 2.8rem;
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    .entry-title{
        font-size: 2.3rem;
    }
}
.post-meta{
    display: block;
    margin-top: 15px;
}

.post-date-box{
    margin-bottom: 4px;
    display: block;
    text-align: right;
}

.post-date-box .post-date{
    font-size: 1.2rem;
    color: #bbb;
    font-weight: 300;
    letter-spacing: 1px;
}

.entry-date{
  
}

.date{
  
}

.published{
  
}

.updated{
  
}

.post-thumb{
    margin-bottom: 5px;
}
.post-thumb img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

div.post-main-box{
  
}

div.post-main{
    position: relative;
    z-index: 0;
    padding-top: 20px;
}

div.post-main h1{
    font-size: 2.8rem;
    padding: 15px 15px 6px 5px;
    margin-top: 4rem;
    margin-bottom: 2.5rem;
    position: relative;
    border-bottom: 2px solid #3b4675;
}
div.post-main h2{
    font-size: 2.6rem;
    padding: 15px 15px 6px 24px;
    margin-top: 4rem;
    margin-bottom: 2.5rem;
    position: relative;
    border-bottom: 2px solid #3b4675;
}
div.post-main h2:before{
    content: "";
    position: absolute;
    background: #fff;
    border: 1px solid #2C3E50;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
div.post-main h2:after{
    content: "";
    position: absolute;
    background-color: #2C3E50;
    top: 0.8em;
    left: 0.1em;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

div.post-main h3{
    font-size: 2.4rem;
    padding: 10px 15px;
    margin-top: 3.2rem;
    margin-bottom: 2.5rem;
    position: relative;
}
div.post-main h3:before{
    position: absolute;
    content: "";
    left: 0;
    width: 5px;
    background: #ED8B00;
    /* opacity: .5; */
    border-radius: 1px;
    top: 5px;
    height: 40px;
}   
div.post-main h3:after{
    top: 5px;
    height: 20px;
    position: absolute;
    content: "";
    left: 0;
    width: 5px;
    background: #ED8B00;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}
@media only screen and (max-width: 767px) {
    div.post-main h1{
        font-size: 2.3rem;
        margin-top: 3.5rem;
        margin-bottom: 2rem;
    }
    div.post-main h2{
        font-size: 2.1rem;
        margin-top: 3.5rem;
        margin-bottom: 2rem;
    }
    div.post-main h3{
        font-size: 1.9rem;
        margin-top: 2.7rem;
        margin-bottom: 2rem;
    }

}

div.post-main ol{
    counter-reset: li;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 1.5em;
}
div.post-main ol li{
    position: relative;
    display: block;
    padding: 0 0 0 25px;
    margin-bottom: 0.5em;
}
div.post-main ol &gt; li:before{
    background-color: #ED8B00;
    top: 2px;
    position: absolute;
    content: "";
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    /* background: #000; */
}
div.post-main ol &gt; li:after{
    counter-increment: li;
    content: counter(li);
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    padding: 0;
    line-height: 0;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0;
    top: 11px;
}
div.post-main ul:not([class]){
    padding-left: 20px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1.5em;
}
div.post-main ul li{
    position: relative;
    display: block;
    margin-bottom: 0.35em;
    padding: 0 0 0 25px;
}
div.post-main ul:not([class]) li:before{
    display: block;
    content: '';
    position: absolute;
    top: 0.6em;
    left: 10px;
    width: 6px;
    height: 6px;
    background-color: #ED8B00;
    border-radius: 100%;
}
div.post-main table{
    font-size : 1em;
}
</pre></body></html>