<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.discovery-main {
    display: inline-block;
    color: #444;
    font-family: "Helvetica Neue", arial, sans-serif;
    font-size: 14px;
    clear: both;
    margin-top: 20px;
    width: 100%
}

.discovery-col-header {
    margin-bottom: .8em
}

.discovery-col-header h2 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(34, 59, 74, .5)
}

.discovery-post p {
    display: inline
}

.discovery-post a.title,
.discovery-post h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em
}

.discovery-post h3 {
    margin-bottom: 4px;
    display: block;
    max-height: 2.5em;
    overflow: hidden
}

.discovery-post a.title {
    word-wrap: break-word
}

@media screen and (max-width:440px) {
    .discovery-col-header {
        margin-bottom: .4em
    }
}

.discovery-post {
    margin-bottom: 10px;
    float: left;
    width: 48%
}

.discovery-post:nth-child(odd) {
    margin-right: 4%
}

.discovery-post .meta {
    color: #777;
    color: rgba(30, 55, 70, .4)
}

.discovery-post .meta li {
    display: inline;
    line-height: 1.1em;
    font-weight: 500;
    font-size: 12px
}

.discovery-post .top-comment {
    color: #333;
    display: inline-block;
    width: 100%;
    margin-top: 6px;
    font-size: 14px
}

.discovery-post .top-comment img {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 8px;
    margin-top: 3px;
    border-radius: 3px
}

.discovery-post .top-comment p {
    line-height: 1.4em;
    max-height: 4.2em;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 0;
    color: #42474a
}

.discovery-post .top-comment .user {
    font-weight: 600;
    font-size: 13px;
    color: #777;
    color: rgba(30, 55, 70, .4)
}

.discovery-post .top-comment:hover {
    text-decoration: none;
    color: #666
}

.discovery-post .top-comment:hover .user {
    color: #aaa
}

.discovery-post .top-comment:hover img {
    opacity: .8
}

@media screen and (max-width:480px) {
    .discovery-post {
        float: left;
        width: 100%;
        margin-bottom: 10px
    }

    .discovery-post:nth-child(odd) {
        margin-right: 0
    }
}

.list-icon {
    width: 32px;
    height: 32px
}

svg {
    width: 32px;
    height: 32px
}

.fa-facebook-square path {
    fill: #3b5998
}

.fa-twitter-square path {
    fill: #1da1f2
}

.fa-linkedin path {
    fill: #0077b5
}

.fa-reddit-square path {
    fill: #ff4500
}

.article-sharing&gt;ul&gt;li.disqus {
    background-color: #229cff;
    width: 31px;
    height: 28px;
    border-radius: 3px;
    margin-bottom: 5px
}

.footer {
    background-color: #000;
    color: #fff
}

.footer-wrap {
    max-width: 1080px;
    margin: 0 auto
}

.row-footer {
    width: 100%;
    padding: 10px
}

.footer-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer-list .col {
    flex: 0 1 80px;
    margin: 5px
}

@media screen and (max-width:768px) {
    .footer-list .col {
        flex: 0 1 100%
    }
}

.post-img {
    width: 80%;
    margin: 10px auto
}

.order {
    display: block;
    text-align: center;
    background-color: #001aa3;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    text-transform: uppercase
}

div.feature-article .body-content .rich-text .order {
    color: #fff
}

.comment-header {
    border-bottom: 2px solid #e7e9ee;
    position: relative;
    margin-bottom: 20px
}

.comment-heading:after {
    content: "";
    display: block;
    height: 2px;
    width: 71px;
    background-color: #2a2e2e;
    position: absolute;
    bottom: -2px
}

.comment {
    display: flex;
    margin: 20px 0
}

.comment-answer {
    margin-left: 60px
}

.avatar {
    margin-right: 12px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 3px
}

.avatar img {
    display: block;
    width: 100%;
    height: 100%
}

.comment-date {
    color: grey;
    font-family: Arial;
    font-size: 1rem
}

.comment-circle {
    display: inline-block;
    background-color: #d3d3d3;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin: 5px;
    position: relative;
    top: 2px
}</pre></body></html>