/* Custom overrides: jannah-child (kor-a) */


@media (min-width: 768px) {
    body.single-post article#the-post .entry-content {
        top: -7px;
        position: relative;
    }

    body.single-post .widget-posts-list-wrapper .posts-list-items .widget-post-list.tie-standard > .post-widget-body {
        position: relative;
        top: -5px;
    }
    aside .theiaStickySidebar .post-widget-body .post-title {line-height: 1 !important;}
    aside .theiaStickySidebar  #custom_html-9.widget_text.container-wrapper.widget.widget_custom_html,
    aside .theiaStickySidebar  #custom_html-10.widget_text.container-wrapper.widget.widget_custom_html,
    aside .theiaStickySidebar  #custom_html-11.widget_text.container-wrapper.widget.widget_custom_html,
    aside .theiaStickySidebar  #custom_html-7.widget_text.container-wrapper.widget.widget_custom_html,
    aside .theiaStickySidebar  #custom_html-8.widget_text.container-wrapper.widget.widget_custom_html
    {margin-bottom: 0}

    #tie-block_3196 ul.tabs.is-flex-tabs,
    #tie-block_1477 ul.tabs.is-flex-tabs {
        display: flex;justify-content: space-between;
    }
} /*конец десктоп фиксов*/

@media (max-width: 767px) {
    .main-content section.mag-box .mag-box-title h3 {font-size: 16px}
    .block-head-4 .mag-box-title h3 {margin-bottom: 5px}
    .magazine2 .mag-box {margin-bottom: 5px}

}


.main-content section.mag-box .mag-box-title h3 {margin-bottom: 5px}
/* не выделяется жирный шрифт в статье - фикс*/
body.single-post article#the-post .entry-content strong::selection,
body.single-post article#the-post .entry-content *::selection {
    background: var(--brand-color);color: white !important;
}



.post-components .widget-title.the-global-title.has-block-head-4 {margin-bottom: 5px}
.magazine2 .post-components > div.follow-list-updated {margin-top: 0;}
.follow-list-updated {border: 1px solid;
    padding: 10px;}
.follow-list-updated .follow-text {line-height: 1.2em;}
.follow-list-updated img.google_news_link {z-index: 1}
.follow-list-updated a.follow-block-gn .follow-text {z-index: 3}
.follow-block svg, .follow-block img {margin-right: 10px;max-width: 80px}
.follow-block {display: flex;align-items: center;margin-bottom: 5px;color: black;}


@media (min-width: 768px) {
    .follow-list-updated {display: flex;justify-content: space-between}
    .follow-list-updated > a {flex-basis: 33%;max-width: 33%}
    .follow-block {justify-content: center;}
    .follow-block {opacity: 0.9;transition: 2s}
    .follow-block:hover {opacity: 1;}

    .follow-block svg,
    .follow-block img {
        display: inline-block;
        width: 80px;
        height: 80px;
        transition: transform 0.6s ease-in-out;
        border-radius: 40px;
    }

    .follow-block:hover svg,
    .follow-block:hover img {
        transform: rotate(360deg);
    }
}



@media (max-width: 767px) {
    .follow-text {  font-size: 16px;line-height: 1}
    .follow-block svg, .follow-block img {max-width: 40px;height: auto}
    .follow-block {margin-bottom: 16px;}
}


