.single-post.slug-seo-kogda-rabotaet-kogda-net .content_text > .post_image {
display: none;
}
.single-post .content_text .seo-effect-article .wp-block-image {
display: block;
float: none;
clear: both;
width: 100%;
max-width: 100%;
margin: 28px auto;
}
.single-post .content_text .seo-effect-article .wp-block-image figure,
.single-post .content_text .seo-effect-article .wp-block-image a {
display: block;
float: none;
margin: 0 auto;
text-align: center;
}
.single-post .content_text .seo-effect-article .wp-block-image img {
display: block;
float: none;
width: auto;
height: 325px;
max-width: 100%;
object-fit: contain;
margin: 0 auto;
}
.single-post .content_text .seo-effect-article a:not([data-fancybox]) {
color: #0086b3;
text-decoration: underline;
}
@media (max-width: 600px) {
.single-post .content_text .seo-effect-article .wp-block-image img {
height: auto;
max-height: 325px;
}
.single-post .content_text .seo-effect-article .wp-block-table {
display: block;
max-width: 100%;
overflow-x: auto;
}
}