@media screen and (min-width: 1024px) {
    body.single-post.jeg_single_tpl_2 div.jeg_sidebar.jeg_sticky_sidebar {
        position: sticky !important;
        top: 50px !important;
    }
}

section.sidebar_author_box,
section.sidebar_newsletter_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

section.sidebar_author_box > div.dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}


section.sidebar_author_box > div.dates > span {
    display: block;
    color: var(--neutral-500, #64748B);
    font-family: 'Open Sans';
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 17.5px;
    text-align: left;
}

body.jnews-dark-mode section.sidebar_author_box > div.dates > span {
    color: var(--neutral-300);
}

section.sidebar_author_box > div.author_avatar > a img,
section.sidebar_author_box > div.author_avatar > a picture {
    border-radius: 10px;
}

section.sidebar_author_box > div.author_name > span {
    font-family: 'Montserrat';
    color: var(--neutral-900, #0F172A) !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

section.sidebar_author_box > div.author_name > span > a > strong {
    color: var(--neutral-900, #0F172A) !important;
    font-weight: 700;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

section.sidebar_author_box > div.author_name > span:hover > a > strong {
    color: var(--primary-600, #1868F2) !important;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

section.sidebar_author_box > div.author_description > span {
    font-family: 'Open Sans';
    font-weight: 400;
    text-align: left;
    font-size: 1rem;
    line-height: 20px;
    color: var(--neutral-900);
}

section.sidebar_author_box > div.author_social_networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.sidebar_author_box > div.author_social_networks a:hover > svg path {
    fill: var(--primary-600, #1868F2) !important;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

body.jnews-dark-mode section.sidebar_author_box > div.author_social_networks a > svg path {
    fill: var(--neutral-50) !important;
}

hr.sidebar_division_line {
    height: 1px;
    background-color: var(--neutral-300);
}

body.jnews-dark-mode hr.sidebar_division_line {
    background-color: var(--neutral-600);
}

section.sidebar_newsletter_cta > strong {
    text-align: left;
    color: var(--neutral-900, #0F172A);
    font-family: 'Montserrat';
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}

section.sidebar_newsletter_cta > p.newsletter_cta_body {
    color: var(--neutral-900, #0F172A);
    margin-bottom: 0px;
    font-family: 'Open Sans';
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
}


body.jnews-dark-mode section.sidebar_newsletter_cta > strong,
body.jnews-dark-mode section.sidebar_newsletter_cta > p.newsletter_cta_body {
    color: var(--neutral-50);
}

section.sidebar_newsletter_cta > a.newsletter_cta_button {
    padding: 10px;
    border-radius: 4px;
    background-color: var(--neutral-900);
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0.03em;
}

section.sidebar_newsletter_cta > a.newsletter_cta_button:hover {
    background-color: var(--primary-600);
}

body.jnews-dark-mode section.sidebar_newsletter_cta > a.newsletter_cta_button {
    background-color: var(--neutral-50);
    color: var(--neutral-900) !important;
}

section.sidebar_newsletter_cta > a.newsletter_cta_button:hover {
    text-decoration: none;
    background-color: var(--primary-700);
    color: var(--neutral-50);
}

body.jnews-dark-mode section.sidebar_newsletter_cta > a.newsletter_cta_button:hover {
    text-decoration: none;
    background-color: var(--primary-700) !important;
    color: var(--neutral-50) !important;
}

.cript-newspage-sidebar-ads {
    border: 1px solid var(--neutral-500, #64748b);
    padding: 10px;
    border-radius: 8px;
}

body.jnews-dark-mode .cript-newspage-sidebar-ads {
    border-color: var(--neutral-50);
}

.fixed_ad_container .cript-target,
.widget.cript-widget {
    border: 1px solid var(--neutral-500, #64748b);
    padding: 10px;
    border-radius: 8px;
}

.fixed_ad_container {
    min-height: 600px;
}

.fixed_ad_container > .textwidget.custom-html-widget {
    position: sticky;
    top: 110px;
}

body.jnews-dark-mode section.sidebar_author_box > div.author_name > span ,
body.jnews-dark-mode section.sidebar_author_box > div.author_name > span  strong,
body.jnews-dark-mode section.sidebar_author_box > div.author_description > span {
    color: var(--neutral-50) !important;
}

@media screen and (max-width: 1024px) {
    .fixed_ad_container {
        height: 370px !important;
        min-height: 370px;
    }
}