.t915 .t-redactor__text a {
    color: #777e5c !important;
    text-decoration: underline !important;
}
.t915 .t-redactor__text a:hover {
    color: #424236 !important;
    text-decoration: underline !important;

}


/**************стили для логотипов в постах**************/

.blog-images-logo {
    margin: 50px auto 20px auto; 
    display: flex; 
    justify-content: flex-start;
	align-items: center;
    gap: 30px; 
    flex-wrap: wrap;
}

.blog-image-item {
	width: 150px;
}
.blog-images-logo img {
    max-width: 150px;
    height: fit-content;
}

@media (max-width: 640px) {
    .blog-images-logo {
        gap: 20px;
    }

    .blog-images-logo img {
        max-width: 150px;            
    }
}

/**************стили для логотипов в постах**************/


.t-feed__buttons-wrapper {
    margin-top: 0;
}