body.page-news .postContentBlock.withImg > img {
    float: none !important;
}
.headerRight a.link:hover > img {
    filter: brightness(0) invert(1);
}
button.reset {
    display: inline-flex !important;
}
.js-login-via-telegram {
    color: var(--color-accent);
    text-decoration: none;
}
.faqSection .content {
    text-align: justify;
}

/* Sort icon transition */
.sort-icon {
    transition: transform 0.2s ease;
    vertical-align: middle;
    margin-left: 4px;
}
.js-sort-btn {
    cursor: pointer;
}
.faqSection .content p {
    width: 65%;
}
