<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.saved .funguru_comment {
    padding: 16px;
    background-color: white;
}
.comment_cursor {
    cursor: pointer;
}
.funguru_comment {
    display: grid;
    grid-template-rows: auto auto auto auto auto;
}
.funguru_comment {
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
}
.funguru_comment:last-child {
    margin-bottom: 0px;
}
.funguru_comment_controls {
    display: block;
    grid-template-columns: auto auto;
    position: absolute;
    top: 0px;
    right: 0px;
    /*width: 6px;*/
}
.button_comment_edit,
.button_comment_save,
.button_comment_delete {
    cursor: pointer;
    border: none;
    background: none;
    margin: 0px;
    padding: 0px;
}
.button_comment_edit:focus,
.button_comment_save:focus,
.button_comment_delete:focus {
    outline: none;
}
.comment_controls_edit,
.comment_controls_save,
.comment_controls_delete {
    width: 19px;
    height: 19px;
    display: block;
    margin: 7px 3px;
    float: left;
}
.comment_controls_edit,
.comment_controls_save {
    fill: #65686B;
    stroke: #65686B;
}
.comment_controls_menu {
    fill: #65686B;
    stroke: #65686B;
    width: 6px;
    height: 25px;
    display: block;
    cursor: pointer;
}
.funguru_dropdow_panel_comment {
    font-size: 14px;
    color: #65686B;
    top: 0px;
    right: 0px;
    padding: 16px 16px 14px 16px;
    border-radius: 6px;
}
.funguru_dropdow_panel_comment div:last-child {
    margin-bottom: 0px;
}
.funguru_dropdow_panel_comment div {
    display: grid;
    grid-template-columns: 19px auto;
    min-width: 160px;
    margin-bottom: 0px;
}
.funguru_dropdow_panel_comment div span {
    margin-left: 16px;
    margin-top: 4px;
}

.button_comment_save:hover .comment_controls_save,
.button_comment_edit:hover .comment_controls_edit,
.button_comment_save[data-saved="1"] .comment_controls_save {
    fill: #6BBF92;
    stroke: #6BBF92;
}

.funguru_comment_author2 {
    margin-left: 24px;
    display: grid;
    grid-template-columns: 36px auto;
}
.funguru_comment_author {
    display: grid;
    grid-template-columns: 54px auto;
}
.funguru_comment_rating {
    display: grid;
    grid-template-columns: 72px auto;
}
.funguru_comment_post_title {
    font-size: 18px;
    text-transform: uppercase;
    color: #6BBF92;
}
.funguru_comment_author2 .funguru_comment_author_avatar {
    width: 24px;
    height: 24px;
    display: block;
    border: 2px solid;
    border-radius: 50%;
    border-color: #6BBF92;
    background-size: 20px
}
.funguru_comment_author .funguru_comment_author_avatar {
    width: 38px;
    height: 38px;
    display: block;
    border: 2px solid;
    border-radius: 50%;
    border-color: #6BBF92;
    background-size: 34px;
}
.funguru_comment_author2 .funguru_comment_author_login {
    font-size: 14px;
}
.funguru_comment_author .funguru_comment_author_login {
    font-size: 20px;
}
.funguru_comment_author2 .funguru_comment_author_login,
.funguru_comment_author .funguru_comment_author_login {
    font-weight: bold;
    color: #65686B;
}
.funguru_comment_action {
    cursor: pointer;
    color: #6BBF92;
    font-size: 14px;
    font-weight: bold;
    margin-left: 40px;

}
.funguru_comment_vote {
    background-color: #F2F7FB;
    display: block;
    height: 24px;
    line-height: 24px;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 24px 24px 24px;
}
.funguru_comment_vote button {
    border: none;
    background: none;
    outline: none;
    margin: 0px;
    padding: 0px;
}
.funguru_comment_vote_up,
.funguru_comment_vote_value,
.funguru_comment_vote_down {
    text-align: center;
}
.funguru_comment_vote_up,
.funguru_comment_vote_down {
    fill: #65686B;
    stroke: #65686B;
    width: 16px;
    height: 10px;
    display: block;
    margin: 7px 3px;
    cursor: pointer;
}

.funguru_comment_vote_up:hover {
    fill: #6BBF92;
    stroke: #6BBF92;
}

.funguru_comment_vote_down:hover {
    fill: #6BBF92;
    stroke: #6BBF92;
}
.funguru_comment[data-vote="1"] &gt; .funguru_comment_rating .funguru_comment_vote_up,
.funguru_comment[data-vote="-1"] &gt; .funguru_comment_rating .funguru_comment_vote_down {
    fill: #6BBF92;
    stroke: #6BBF92;
}
.funguru_comment_body_text {

}
.funguru_comment_body_images {
    margin: 16px -6px;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}
.funguru_comment_body_images img {
    width: 100%;
    position: relative;
    padding: 0px 6px;
}
.funguru_comment_body {
    overflow: hidden;
    display: block;
}
.funguru_comment_body,
.funguru_comment_date,
.funguru_comment_rating {
    margin-top: 8px;
}
.funguru_comment_date {
    font-size: 11px;
}
#comment_modal_overlay.active {
    display: block;
}
#comment_modal_overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5000;
    padding-top: 20%;
}
.comment_creator {
    background-color: white;
    border-radius: 6px;
    padding: 16px 30px;
    /*max-width: 780px;*/
}
.comment_bar {
    /*width: 330px;*/
}
.funguru_comment_child {
    display: none;
}
.funguru_comment_child.active {
    display: block;
    margin-top: 16px;
    margin-left: 16px;
    overflow: hidden;
    border-left: 2px solid #CAD1D7;
    padding-left: 16px;
}
button.show_all:focus {
    outline: none;
}
button.show_all {
    cursor: pointer;
    border: none;
    background: none;
    margin: 0px;
    padding: 0px;
    color: #6BBF92;
    font-size: 14px;
    font-weight: bold;
}
.funguru_comment_child_list {
    display: block;
}
.funguru_comment_child_list.hidden {
    display: none;
}
/*.funguru_comment.hidden .funguru_comment_child {*/
    /*margin-top: 16px;*/
    /*margin-left: 16px;*/
    /*overflow: hidden;*/
    /*border-left: 2px solid #CAD1D7;*/
    /*padding-left: 16px;*/
    /*max-height: 100px;*/
/*}*/
</pre></body></html>