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

#comments {
    padding: 30px 15px 0;
    border: 1px solid #2a2a2a;
}

#comments hr {
    border-color: #2a2a2a;
}

#comments h2 {
    margin-bottom: 20px;
}

#comments form {
    margin-bottom: 15px;
}

.comment__header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    user-select: none;
}

.comment__avatar {
    margin-right: 15px;
    width: 32px;
    filter: grayscale(100%);
}

.comment__rate {
    margin-left: auto;
}

.comment__button {
    background: transparent;
    border: 2px solid;
    font-size: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 0;
    margin-left: 5px;
    font-weight: 700;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.comment__button:hover {
    opacity: 1;
}

/* Modifier classes for comment__button */
.comment__button--plus {
    color: #318f53;
    border-color: #318f53;
    text-indent: -4px;
}

.comment__button--minus {
    color: #b1413a;
    border-color: #b1413a;
    text-indent: -3px;
}

/* Rating classes */
.comment__rating {
    font-weight: 700;
    font-size: 13px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.comment__rating--positive {
    color: #318f53;
}

.comment__rating--negative {
    color: #b1413a;
}

/* Highest rated comment */
.comment-group--highest-rated &gt; .comment:first-child {
    border: 1px dashed #fff !important;
}

.comment-group--highest-rated .comment {
    margin-top: 0;
}

.top-comment-wrapper {
    border: 1px solid #2a2a2a;
    padding: 25px 15px 20px;
}

.top-comment {
    border: 1px solid #2a2a2a;
    font-size: 12px;
    background: #121212;
}

.top-comment__header {
    display: flex;
    align-items: center;
    user-select: none;
    border-bottom: 1px solid #2a2a2a;
    padding: 10px;
}

.top-comment__star {
    color: gold;
    margin-right: 5px;
}

.top-comment__info {
    margin-left: auto;
}

.top-comment__content {
    padding: 10px;
}

.entry .btns {
    margin: 0;
    font-size: 75%;
    text-align: right;
}

.entry .btns li a {
    padding: 0 5px;
}

@media (min-width: 768px) {
    .entry .btns {
        font-size: 85%;
    }
    .entry .btns li a {
        padding: 0 15px;
    }
}

.entry .bar .facebook-bar {
    margin-bottom: 3px;
}

.entry .btns li {
    margin-left: 5px;
}

.entry .btns li:first-of-type {
    margin-left: 0;
}

.comment-reply {
    display: block;
    border-top: 1px dotted #3a3a3a;
    margin-top: 10px;
    padding-top: 8px;
    font-size: 11px;
}

.comment-reply a {
    color: #999999 !important;
}

.comment-reply a {
    text-decoration: none !important;
    color: #fff;
}

.comment-reply__form {
    display: none;
}

.comment-reply__form form {
    padding-top: 10px;
    margin-bottom: 8px !important;
}

.comment-reply__form--visible {
    display: block;
}

.comment-reply__form textarea {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
}

.comment-reply__form .btn {
    font-size: 10px;
    text-transform: lowercase;
    font-weight: 400;
}

.comment--child {
    margin-left: 5% !important;
    margin-top: 10px !important;
}

.entry .comment {
    padding-bottom: 12px;
}</pre></body></html>