/*
Theme Name: JNews - Child Theme
Version: 1.3.7
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src:url("./assets/fonts/poppins-light-webfont.woff2") format("woff2");
}
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src:url("./assets/fonts/poppins-italic-webfont.woff2") format("woff2");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:url("./assets/fonts/poppins-regular-webfont.woff2") format("woff2");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:url("./assets/fonts/poppins-medium-webfont.woff2") format("woff2");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src:url("./assets/fonts/poppins-semibold-webfont.woff2") format("woff2");
}
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src:url("./assets/fonts/poppins-semibolditalic-webfont.woff2") format("woff2");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:url("./assets/fonts/poppins-bold-webfont.woff2") format("woff2");
}
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src:url("./assets/fonts/poppins-bolditalic-webfont.woff2") format("woff2");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src:url("./assets/fonts/poppins-extrabold-webfont.woff2") format("woff2");
}
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src:url("./assets/fonts/poppins-extrabolditalic-webfont.woff2") format("woff2");
}

/**
 * Fonts
 * Taken from customizer
 */
body,
input,
textarea,
select,
.chosen-container-single .chosen-single,
.btn,
.button,
.jeg_header,
.jeg_mobile_wrapper {
    font-family: "Poppins",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
}

.jeg_header,
.jeg_mobile_wrapper {
    font-size: 12px;
}

.jeg_main_menu > li > a,
.jeg_main_menu > li > .menu-item-presentation {
    font-family: "Poppins",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    letter-spacing: -0.2px;
}

.jeg_post_title,
.entry-header .jeg_post_title,
.jeg_single_tpl_2 .entry-header .jeg_post_title,
.jeg_single_tpl_3 .entry-header .jeg_post_title,
.jeg_single_tpl_6 .entry-header .jeg_post_title,
.jeg_content .jeg_custom_title_wrapper .jeg_post_title,
h3.jeg_block_title,
.jeg_footer .jeg_footer_heading h3,
.jeg_footer .widget h2,
.jeg_tabpost_nav li {
    font-family: "Poppins",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
}

h3.jeg_block_title,
.jeg_footer .jeg_footer_heading h3,
.jeg_footer .widget h2,
.jeg_tabpost_nav li {
    font-size: 16px;
}

/**
 * Layout
 *
 * As part of work on CLS improvements (https://xwp-co.atlassian.net/browse/NBTC-28)
 * we're setting fixed layout width. The setting for this in customizer affected
 * number of selectors, all of which are listed below.
 */

@media (min-width: 768px) {
    .container,
    .jeg_vc_content > .vc_row,
    .jeg_vc_content > .vc_element > .vc_row,
    .jeg_vc_content > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) > .jeg-vc-wrapper,
    .jeg_vc_content > .vc_element > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) > .jeg-vc-wrapper {
        width: 750px;
        max-width: unset;
    }
}
@media (min-width: 992px) {
    .container,
    .jeg_vc_content > .vc_row,
    .jeg_vc_content > .vc_element > .vc_row,
    .jeg_vc_content > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) > .jeg-vc-wrapper,
    .jeg_vc_content > .vc_element > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) > .jeg-vc-wrapper {
        width: 970px;
        max-width: unset;
    }
}
@media (min-width: 1200px) {
    .container,
    .jeg_vc_content > .vc_row,
    .jeg_vc_content > .vc_element > .vc_row,
    .jeg_vc_content > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) > .jeg-vc-wrapper,
    .jeg_vc_content > .vc_element > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) > .jeg-vc-wrapper {
        width: 1170px;
        max-width: unset;
    }

    .jeg_navbar .jeg_menu_style_1>li {
        padding-right: 11px;
    }
}
@media (min-width: 1440px) {
    .container,
    .jeg_vc_content > .vc_row,
    .jeg_vc_content > .vc_element > .vc_row,
    .jeg_vc_content > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) > .jeg-vc-wrapper,
    .jeg_vc_content > .vc_element > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) > .jeg-vc-wrapper {
        width: 1230px;
        max-width: unset;
    }

    .jeg_navbar .jeg_menu_style_1>li {
        padding-right: 15px;
    }
}


/* Sidebar */

.jeg_main_content.vc_col-sm-8,
.jeg_main_content.col-md-8,
.jeg_main_content.col-sm-8,
.jeg_main_content.vc_col-sm-8 + .jeg_sidebar,
.jeg_main_content.vc_col-sm-8 + .jeg_sticky_sidebar,
.jeg_main_content.col-md-8 + .jeg_sidebar,
.jeg_main_content.col-sm-8 + .jeg_sidebar {
    width: 100% !important;
}

.jeg_main_content.vc_col-sm-8 + .jeg_sidebar,
.jeg_main_content.vc_col-sm-8 + .jeg_sticky_sidebar,
.jeg_main_content.col-md-8 + .jeg_sidebar,
.jeg_main_content.col-sm-8 + .jeg_sidebar {
    margin-top: 60px;
}

.jeg_main_content.vc_col-sm-8 + .jeg_sidebar .jegStickyHolder,
.jeg_main_content.vc_col-sm-8 + .jeg_sticky_sidebar .jegStickyHolder,
.jeg_main_content.col-md-8 + .jeg_sidebar .jegStickyHolder,
.jeg_main_content.col-sm-8 + .jeg_sidebar .jegStickyHolder {
    border-top: 1px solid #E4E4E4;
    padding-top: 60px;
}

.jeg_main_content + .jeg_sidebar .theiaStickySidebar > div:not(:first-child, .related-news-sidebar__column, .trust + .related-news-title__related-news) {
    border-top: 1px solid #E4E4E4;
    padding: 60px 0 0 0;
    margin: 60px 0 0 0;
}

.jeg_main_content + .jeg_sidebar .theiaStickySidebar > div:last-child {
    margin-bottom: 30px;
}

.jeg_main_content + .jeg_sidebar .jeg_block_heading {
    margin: 0 0 40px 0;
}

.jeg_main_content + .jeg_sidebar .jeg_block_title {
    color: #011627;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.1px;
    line-height: 1.25;
}

.jeg_main_content + .jeg_sidebar .jeg_block_title span {
    line-height: 1.25 !important;
    height: unset !important;
    font-size: inherit;
}

@media (min-width:992px) {

    .jeg_main_content.vc_col-sm-8,
    .jeg_main_content.col-md-8,
    .jeg_main_content.col-sm-8 {
        width: calc(100% - 351px - 60px - 15px - 1px) !important;
        padding-right: 60px !important;
    }

    .jeg_main_content.vc_col-sm-8 + .jeg_sidebar,
    .jeg_main_content.vc_col-sm-8 + .jeg_sticky_sidebar,
    .jeg_main_content.col-md-8 + .jeg_sidebar,
    .jeg_main_content.col-sm-8 + .jeg_sidebar {
        border-left: 1px solid #E4E4E4 !important;
        width: calc(351px + 60px + 15px + 1px) !important;
        padding-left: 60px !important;
        margin-top: 0;
    }

    .jeg_main_content.vc_col-sm-8 + .jeg_sidebar .jegStickyHolder,
    .jeg_main_content.vc_col-sm-8 + .jeg_sticky_sidebar .jegStickyHolder,
    .jeg_main_content.col-md-8 + .jeg_sidebar .jegStickyHolder,
    .jeg_main_content.col-sm-8 + .jeg_sidebar .jegStickyHolder {
        border-top: 0;
        padding-top: 0;
    }

    .jeg_postblock_3 .jeg_block_loadmore,
    .jeg_postblock_3 .jeg_block_nav {
        margin-bottom: 30px;
    }

    .jeg_sidebar .widget_jnews_social .socials_widget a {
        margin-bottom: 0;
    }

}

/* Footer */

.jnews_footer_ads {
    padding-bottom: 50px;
}

.jeg_footer_primary {
    width: calc(100% - 15px * 2);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.jeg_footer .jeg_footer_content .container::after,
.jeg_footer .jeg_footer_content .container .row::after,
.jeg_footer_primary::after {
    display: none !important;
}

.jeg_footer_primary .footer_column {
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
}

.jeg_footer .jeg_footer_heading .jeg_footer_title {
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.1px;
    margin-bottom: 30px;
}

@media (max-width: 991.999px) {
    .jeg_footer_primary .footer_column .footer_inner_column:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {

    .jeg_footer_primary {
        gap: 120px;
    }

    .jeg_footer_primary .footer_column:nth-child(1) {
        flex: 1 1 calc(100% - 351px - 120px);
        max-width: calc(100% - 351px - 120px);
    }

    .jeg_footer_primary .footer_column:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: space-between;
        flex: 1 0 351px;
        max-width: 351px;
    }
}

/* Copyright */

.jeg_footer_secondary {
    padding: 30px 0;
}

.jeg_footer .copyright {
    color: #333333;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 0;
}

.jeg_footer .copyright a {
    font-weight: 600;
    transition: color 0.2s;
}

@media (min-width:992px) {

    .jeg_footer .jeg_footer_secondary .copyright {
        text-align: center;
    }

}



/**
 * Header
 */

.jeg_header .jeg_topbar .jeg_nav_row {
    margin-bottom: -20px;
}

.jeg_header .jeg_sticky_nav .jeg_menu_style_1 > li {
    line-height: 78px;
    height: 78px;
}

/**
 * NBTC-28: Header ad banner height
 */


@media (min-width: 768px) {
    .banner--before-cryptocom-price-widget {
        height: 140px;
    }
}

@media (min-width: 992px) {
    .banner--before-cryptocom-price-widget {
        height: 160px;
    }
}

@media (min-width: 1200px) {
    .banner--before-cryptocom-price-widget {
        height: 180px;
    }
}

.banner--before-cryptocom-price-widget .jeg-vc-wrapper {
    display: block;
    overflow: auto;
}

.banner--before-cryptocom-price-widget .jeg-vc-wrapper .jeg_ad_module {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 40px;
    padding-bottom: 40px;
}

/**
 * Reviews
 */

.jeg_posts .jeg_post + .jeg_post .svecc_review {
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
}

/* Carousel */

.owl-carousel {
    cursor: default;
}

.owl-carousel .owl-nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    color: #212121 !important;
    font-size: 32px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev {
    left: -36px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -36px;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev::before,
.owl-carousel .owl-nav button.owl-next::before {
    font-family: FontAwesome;
}

.owl-theme .owl-dots {
    width: 100%;
    position: absolute;
    top: calc(100% + 45px);
}

.owl-theme .owl-dots .owl-dot span {
    background: #77797E;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    margin: 5px;
    opacity: 1 !important;
    transition: background ease-in-out 0.2s;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #212121;
    width: 6px;
    height: 6px;
    position: relative;
    top: 0.5px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #212121;
}

@media (min-width: 860px) {

    .owl-carousel .owl-nav {
        display: block;
    }

}

/* Disclaimer */

.disclaimer--article {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 30px;
}

.disclaimer--footer {
    color: #011627;
    font-size: 11px;
    line-height: 1.64;
}



/**
 * Price page
 */

/* Temporary hide page title */

.page-template-template-price-page .entry-header {
    display: none;
}

.price-page-section {
    padding-top: 60px;
}

.price-page-title {
    color: #011627;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.25;
    text-align: center;
    position: relative;
    padding: 0 0 15px 0;
    margin: 0 0 35px 0;
}

.price-page-title::after {
    content: "";
    display: block;
    background: #11B5C6;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Header */

.price-page-header__title {
    color: #011627;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.25;
    margin: 0 0 30px 0;
}

.price-page-header__title .symbol {
    color: #A0A0A0;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.25;
}

.price-page-header__row {
    display: flex;
    align-items: center;
}

.price-page-header__info {
    display: flex;
    align-items: center;
}

.price-page-header__info-image {
    display: block;
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

.price-page-header__info-price-wrapper {
    display: flex;
    align-items: baseline;
}

.price-page-header__info-price {
    color: #011627;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -0.8px;
    margin-right: 12px;
}

.price-page-header__info-price .symbol {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
}

.price-page-header__info-change {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.25;
}

.price-page-header__info-change--down {
    color: #F23645;
}

.price-page-header__info-change--up {
    color: #36ad2e;
}

.price-page-header__info-change svg {
    display: block;
    width: 13px;
    height: 7px;
    margin-right: 4px;
}

.price-page-header__currency-selector {
    margin-left: auto;
}

.price-page-dropdown-container {
    color: #011627;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
}

.price-page-dropdown {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    line-height: 45px;
    height: 45px;
    padding: 0 20px;
    cursor: pointer;
}

.price-page-dropdown-icon svg {
    display: block;
    color: #A0A0A0;
}

.price-page-dropdown-content {
    display: none;
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    min-width: 120px;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    padding: 8px 0;
    z-index: 1;
}

.price-page-dropdown-content a {
    display: block;
    color: #011627;
    line-height: 1;
    text-align: left;
    padding: 8px 16px;
}

.price-page-dropdown-content a:hover {
    opacity: 0.6;
}

.price-page-header__buy-button {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #011627;
    border: 1px solid #011627;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 45px;
    height: 45px;
    padding: 0 20px;
    margin-left: 10px;
}

.price-page-header__buy-button svg {
    color: #FFFFFF;
    opacity: 0.6;
}

.price-page-header__buy-button:hover,
.price-page-header__buy-button:focus {
    background: #FFFFFF;
    color: #011627;
}

.price-page-header__buy-button:hover svg,
.price-page-header__buy-button:focus svg {
    color: #A0A0A0;
    opacity: 1;
}

@media (max-width: 767.999px) {
    .price-page-header__row {
        flex-wrap: wrap;
    }

    .price-page-header__info {
        width: 100%;
        margin-bottom: 30px;
    }

    .price-page-header__currency-selector {
        margin: 0;
    }
}

/* Market info */

.price-page-market-info-row {
    display: flex;
    gap: 40px;
}

.price-page-market-info-box-wrapper {
    flex: 1;
}

.price-page-market-info-box {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #DEDFDF;
    border-radius: 6px;
    padding: 40px;
}

.price-page-market-info {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 30px 0;
}

.price-page-market-info:nth-child(odd) {
    border-right: 1px dotted #DEDFDF;
    padding-right: 40px;
}

.price-page-market-info:nth-child(even) {
    padding-left: 40px;
}

.price-page-market-info:not(:last-child) {
    border-bottom: 1px dotted #DEDFDF;
}

.price-page-market-info:nth-child(1),
.price-page-market-info:nth-child(2) {
    padding-top: 0;
}

.price-page-market-info:last-child {
    padding-bottom: 0;
}

.price-page-market-info__label {
    color: #A0A0A0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
}

.price-page-market-info__value {
    color: #011627;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 1.25;
    margin-top: 15px;
}

.price-page-market-info__value .symbol {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -1px;
}

@media (max-width: 991.999px) {
    .price-page-market-info-row {
        flex-direction: column;
        gap: 60px;
    }

    .price-page-market-info-box-wrapper {
        flex: 1;
    }
}

@media (max-width: 767.999px) {
    .price-page-market-info-box {
        flex-direction: column;
    }

    .price-page-market-info {
        flex: 1;
        max-width: unset;
    }

    .price-page-market-info:nth-child(odd),
    .price-page-market-info:nth-child(even) {
        padding: 30px 0;
    }

    .price-page-market-info:nth-child(odd) {
        border-right: 0;
    }

    .price-page-market-info:first-child {
        padding-top: 0;
    }

    .price-page-market-info:last-child {
        padding-bottom: 0;
    }
}

/* Related articles */

.price-page-related-articles {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.price-page-related-article {
    flex: 1 1 calc(100% / 3 - 40px * 2 / 3);
    max-width: calc(100% / 3 - 40px * 2 / 3);
}

.price-page-related-article__content {
    margin-top: 35px;
}

.price-page-related-article__title {
    color: #011627;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.6;
    margin: 0;
}

.price-page-related-article__title a {
    display: block;
    color: #011627;
}

.price-page-related-article__title a:hover,
.price-page-related-article__title a:focus {
    color: #11B5C6;
}

.price-page-related-article__meta {
    color: #A0A0A0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
    margin-top: 20px;
}

.price-page-related-article__author {
    color: #11B5C6;
    font-weight: 700;
}

.price-page-related-article__author:hover,
.price-page-related-article__author:focus {
    color: #011627;
}

.price-page-related-article__excerpt {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 26px;
    margin-top: 22px;
}

@media (max-width: 767.999px) {
    .price-page-related-articles {
        flex-direction: column;
        gap: 60px;
    }

    .price-page-related-article {
        flex: 1;
        max-width: unset;
    }
}

/* About */

.price-page-section--about .vc_tta-container {
    margin: 0;
}

/* Other currencies */

.price-page-other-currencies-row {
    display: flex;
    gap: 40px;
}

.price-page-other-currencies-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
    max-width: 50%;
}

.price-page-other-currencies {
    border: 1px solid #DEDFDF;
    border-radius: 6px;
    padding: 40px;
}

.price-page-other-currency {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    padding: 32px 0;
}

.price-page-other-currency:not(:last-child) {
    border-bottom: 1px dotted #DEDFDF;
}

.price-page-other-currency:first-child {
    padding-top: 0;
}

.price-page-other-currency:last-child {
    padding-bottom: 0;
}

.price-page-other-currency__label,
.price-page-other-currency__value {
    flex: 1;
}

.price-page-other-currency__label {
    color: #011627;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

.price-page-other-currency__value {
    color: #011627;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

.price-page-other-currency__value .symbol {
    display: inline-block;
    color: #011627;
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 1.25;
    margin-right: 4px;
}

.price-page-converter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #F8F8F8 0%, #EDEDED 100%);
    border: 1px solid #DEDFDF;
    border-radius: 6px;
    height: 100%;
    padding: 40px;
}

.price-page-converter__icons {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.price-page-converter__icon {
    flex: 1 1 60px;
    max-width: 60px;
}

.price-page-converter__icon--arrows {
    flex: 1 1 32px;
    max-width: 32px;
}

.price-page-converter__icon img,
.price-page-converter__icon svg {
    display: block;
    width: 100%;
}

.price-page-converter__field {
    width: 420px;
    max-width: 100%;
    margin-top: 30px;
}

.price-page-converter__label {
    color: #011627;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 16px;
}

.price-page-converter__input-wrapper {
    position: relative;
}

.price-page-converter__input,
.price-page-converter__dropdown + .chosen-container {
    width: 100% !important;
}

.price-page-converter__input,
.price-page-converter__dropdown + .chosen-container .chosen-single {
    background: #FFFFFF !important;
    border: 1px solid #DEDFDF !important;
    border-radius: 5px !important;
    height: 64px !important;
    line-height: 64px !important;
    padding: 0 20px !important;
}

#price-page-crypto-calculator-amount {
    border-radius: 5px !important;
    padding-right: 74px !important;
}

.price-page-converter__dropdown + .chosen-container .chosen-single {
    padding-right: 50px !important;
}

.price-page-converter__dropdown + .chosen-container .chosen-single div {
    width: auto !important;
    right: 20px;
}

.price-page-converter__dropdown + .chosen-container .chosen-single div::after {
    font-size: 18px;
}

.price-page-converter__dropdown + .chosen-container .chosen-single + .chosen-drop {
    border-color: #E4E4E4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: none;
    top: calc(100% - 5px);
}

.price-page-converter__dropdown + .chosen-container .chosen-single + .chosen-drop .chosen-results .active-result {
    background: none;
    padding: 6px 20px;
}

.price-page-converter__dropdown + .chosen-container .chosen-single + .chosen-drop .chosen-results .active-result:hover {
    opacity: 0.6;
}

.price-page-converter__input,
.price-page-converter__dropdown + .chosen-container .chosen-single,
.price-page-converter__dropdown + .chosen-container .chosen-results li.active-result {
    color: #011627 !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    line-height: 1.25;
}

.price-page-converter__input-currency {
    color: #011627;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.25;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.price-page-converter__result {
    margin-top: 60px;
}

.price-page-converter__result-label {
    color: #011627;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.25;
    text-align: center;
}

.price-page-converter__result-value {
    color: #011627;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -0.8px;
    line-height: 1.25;
    text-align: center;
    margin-top: 22px;
}

@media (max-width: 1199.999px) {
    .price-page-other-currencies-row {
        flex-direction: column;
        gap: 60px;
    }

    .price-page-other-currencies-wrapper {
        flex: 1;
        max-width: unset;
    }
}

@media (max-width: 575.999px) {
    .price-page-other-currency {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
}

/* Ad */

.price-page-section__ad-placeholder {
    background: #011627;
    height: 90px;
}

/* As of time */

.price-page-as-of-time {
    color: #A0A0A0;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.25;
    margin-top: 20px;
}

.price-page-as-of-time--center {
    text-align: center;
}

.financial-number.positive .icon {
    color: green;
}

/* Styles for negative values */
.financial-number.negative .value {
    color: red;
}

.financial-number.negative .icon {
    color: red;
}



/**
 * Home
 */

.full-width-title__title,
.articles-group-block__title {
    color: #011627 !important;
    font-size: 27px !important;
    font-weight: 800 !important;
    letter-spacing: -0.4px !important;
    line-height: 1.3 !important;
    margin: 0 0 30px 0;
}

.full-width-title__title {
    margin-bottom: 40px;
}

.block-article__link {
    display: block;
    position: relative;
}

.block-article__figure {
    border-radius: 12px;
    overflow: hidden;
}

.block-article__figure img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.block-article__title {
    text-wrap: balance;
}

.block-article__author {
    display: block;
    color: #A3A3A3;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    text-wrap: balance;
}

.block-article__author a, .block-article__author-page {
    color: #11B5C6;
    font-weight: 700;
    margin-right: 4px;
    transition: color 0.2s;
    cursor: pointer;
}

.block-article__author a:hover,
.block-article__author a:focus {
    color: #011627;
}

.pageable-container {
    cursor: pointer;
}

/* Spacing between sections */

.editors-pick, .category-list {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 60px;
    margin-bottom: 50px;
}

.jeg_ad--fw-carousel {
    border-top: 1px solid #E4E4E4;
    padding-top: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
}


.jeg_ad--articles-group,
.jeg_ad--expandable-content {
    border-top: 1px solid #E4E4E4;
    padding-top: 40px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.expandable-content-block,
.mt-40 {
    margin-top: 40px;
}

/* Editors pick */

.editors-pick .block-article__excerpt {
    display: none;
}

.editors-pick,
.category-list {
    display: flex;
}

.author-list__column .block-article__link,
.category-list__column .block-article__link {
    display: flex;
    gap: 40px;
}

.editors-pick__main-article {
    flex: 1;
    border-right: 1px solid #E4E4E4;
    padding-right: 60px;
    margin-right: 60px;
}

.editors-pick__main-article .block-article__link,
.editors-pick__main-article .block-article__figure,
.editors-pick__main-article .block-article__image {
    height: 100%;
}

.editors-pick__column {
    flex: 1 1 351px;
    max-width: 351px;
}

.author-list__column,
.category-list__column,
.related-news-sidebar__column {
    flex: 1;
    max-width: unset;
}

.author-list__column .block-article__excerpt,
.category-list__column .block-article__excerpt {
    color: #000;
    margin: 0 0 1.05em;
}

.author-list__column .block-article,
.category-list__column .block-article,
.related-news-sidebar__column .block-article {
    margin-bottom: 1.5em;
}

.editors-pick__title {
    color: #011627;
    font-size: 17px !important;
    font-weight: 800 !important;
    letter-spacing: 0.1px;
    line-height: 1.3;
    margin: 0 0 36px 0;
}

.editors-pick__column .block-article + .block-article,
.related-news-sidebar__column .block-article + .block-article {
    margin-top: 40px;
}

.editors-pick__column .block-article__link,
.related-news-sidebar__column .block-article__link {
    display: flex;
    gap: 25px;
}

.editors-pick__column .block-article__figure,
.related-news-sidebar__column .block-article__figure {
    flex: 0 0 116px;
    width: 116px;
    height: 116px;
}

.author-list__column .block-article__figure,
.category-list__column .block-article__figure {
    flex: 0 0 213px;
    width: 213px;
    height: calc(213px / 4 * 3);
}

.editors-pick__column .block-article__figure img,
.related-news-sidebar__column .block-article__figure img {
    aspect-ratio: 1 / 1;
}

.editors-pick__column .block-article__figure + div,
.related-news-sidebar__column .block-article__figure + div {
    flex: 1;
}

.related-news-sidebar__column .block-article__title,
.editors-pick__column .block-article__title,
.category-list-sidebar__column .block-article__title {
    color: #011627;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -0.2px;
    line-height: 1.35;
    margin: 0 0 10px 0;
    transition: color 0.2s;
}

.editors-pick__column .block-article__title:active,
.editors-pick__column .block-article__title:hover,
.editors-pick__column .block-article__title:focus,
.related-news-sidebar__column .block-article__title:active,
.related-news-sidebar__column .block-article__title:hover,
.related-news-sidebar__column .block-article__title:focus {
    color: #11B5C6;
}

@media (max-width: 991.999px) {
    .editors-pick,
    .category-list {
        flex-direction: column;
    }

    .editors-pick__main-article {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .editors-pick__column,
    .related-news-sidebar__column {
        flex: 1;
        max-width: unset;
    }

    .editors-pick__title {
        margin-top: 36px;
    }

    .author-list__column .block-article__link,
    .category-list__column .block-article__link {
        display: block;
    }

    .author-list__column .block-article__figure,
    .category-list__column .block-article__figure {
        width: 100%;
        height: unset;
    }

    .author-list__column .block-article__content,
    .category-list__column .block-article__content {
        margin-top: 30px;
    }

    .navigation-button {
        display: none;
    }
}

/* Carousel */

.fw-carousel {
    position: relative;
}

.fw-carousel__wrapper {
    position: relative;
}

.fw-carousel__items {
    display: flex;
    gap: 40px;
    overflow: auto;
    padding: 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 0 0 auto;
}

.fw-carousel__items::-webkit-scrollbar {
    display: none;
}

.fw-carousel__items .block-article {
    display: flex;
    flex-shrink: 0;
    width: calc(100% / 4 - 40px / 4 * 3);
    scroll-snap-align: end;
}

.fw-carousel__items .block-article__figure {
    margin: 0 0 24px 0;
    /* margin: 0 0 28px 0; */
}

.fw-carousel__items .block-article__title {
    color: #011627;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -0.3px;
    line-height: 1.5;
    margin: 0 0 24px 0;
    /* margin: 0 0 20px 0; */
    transition: color 0.2s;
}

.fw-carousel__items .block-article__title:active,
.fw-carousel__items .block-article__title:hover,
.fw-carousel__items .block-article__title:focus {
    color: #11B5C6;
}

.fw-carousel__items .block-article__excerpt {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7;
    margin: 0 0 24px 0;
    /* margin: 0 0 16px 0; */
}

.fw-carousel__buttons {
    display: flex;
    gap: 6px;
    position: absolute;
    top: -1px;
    right: 0;
}

.navigation-button,
.fw-carousel__button {
    -webkit-appearance: none;
    appearance: none;
    background: #F1F1F1;
    border: none;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    padding: 0;
    cursor: pointer;
}

.navigation-button svg,
.fw-carousel__button svg {
    display: block;
    color: #011627;
    margin: 0 auto;
}

.editors-pick + .fw-carousel .fw-carousel__buttons {
    top: -78px;
}

@media (max-width: 991.999px) {
    .fw-carousel__items .block-article {
        width: calc(100% / 3 - 40px / 3 * 2);
    }

    .fw-carousel__items .block-article__title {
        font-size: 17px;
    }

    .editors-pick + .fw-carousel .fw-carousel__wrapper {
        margin-top: calc(38px + 26px * 2);
    }

    .editors-pick + .fw-carousel .fw-carousel__buttons {
        top: -64px;
    }
}

@media (max-width: 767.999px) {
    .fw-carousel__items .block-article {
        width: calc(100% / 2 - 40px / 2 * 1);
    }
}

@media (max-width: 575.999px) {
    .fw-carousel__items .block-article {
        width: 100%;
    }
}

/* Article group */

.articles-group-block__subheading {
    color: #333333;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
    margin-bottom: 40px !important;
}

.articles-group-block .block-article__figure {
    margin-bottom: 24px;
}

.articles-group-block .block-article__title {
    color: #011627;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 1.6;
    margin: 0 0 24px 0;
    transition: color 0.2s;
}

.articles-group-block .block-article__title:active,
.articles-group-block .block-article__title:hover,
.articles-group-block .block-article__title:focus {
    color: #11B5C6;
}

.articles-group-block__main-article {
    margin-bottom: 90px;
}

.articles-group-block__main-article .block-article__figure {
    margin-bottom: 0;
}

.articles-group-block__main-article .block-article__excerpt {
    display: none;
}

.editors-pick__main-article .block-article__link,
.articles-group-block__main-article .block-article__link {
    border-radius: 14px;
    overflow: hidden;
}

.editors-pick__main-article .block-article__figure img,
.articles-group-block__main-article .block-article__figure img {
    aspect-ratio: 720 / 492;
}

.editors-pick__main-article .block-article__content,
.articles-group-block__main-article .block-article__content {
    width: calc(100% - 40px * 2);
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 1;
}

.editors-pick__main-article .block-article__title,
.articles-group-block__main-article .block-article__title {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 1.3;
    margin: 0 0 8px 0;
    transition: color 0.2s;
}

.editors-pick__main-article .block-article__title:active,
.articles-group-block__main-article .block-article__title:active,
.editors-pick__main-article .block-article__title:hover,
.articles-group-block__main-article .block-article__title:hover,
.editors-pick__main-article .block-article__title:focus,
.articles-group-block__main-article .block-article__title:focus {
    color: #11B5C6;
}

.editors-pick__main-article .block-article__link .block-article__author a:active,
.articles-group-block__main-article .block-article__link .block-article__author a:active,
.editors-pick__main-article .block-article__link .block-article__author a:hover,
.articles-group-block__main-article .block-article__link .block-article__author a:hover,
.editors-pick__main-article .block-article__link .block-article__author a:focus,
.articles-group-block__main-article .block-article__link .block-article__author a:focus {
    color: #FFFFFF;
}

.articles-group-block .fw-carousel__items .block-article {
    width: calc(100% / 3 - 40px / 3 * 2);
}

.articles-group-block .fw-carousel__buttons {
    top: -64px;
}

@media (max-width: 1199.999px) {
    .articles-group-block .fw-carousel__items .block-article {
        width: calc(100% / 2 - 40px / 2 * 1);
    }
}

@media (max-width: 991.999px) {
    .articles-group-block .fw-carousel__items .block-article {
        width: calc(100% / 3 - 40px / 3 * 2);
    }
}

@media (max-width: 767.999px) {
    .editors-pick__main-article .block-article__link,
    .articles-group-block__main-article .block-article__link {
        border-radius: 0;
    }

    .editors-pick__main-article .block-article__figure,
    .articles-group-block__main-article .block-article__figure {
        margin: 0 0 24px 0;
    }

    .editors-pick__main-article .block-article__figure img,
    .articles-group-block__main-article .block-article__figure img {
        aspect-ratio: 4 / 3;
    }

    .editors-pick__main-article .block-article__content,
    .articles-group-block__main-article .block-article__content {
        width: 100%;
        position: static;
    }

    .editors-pick__main-article .block-article__title,
    .articles-group-block__main-article .block-article__title {
        color: #011627;
        font-size: 17px;
        font-weight: 700;
        letter-spacing: -0.3px;
        line-height: 1.6;
        margin: 0 0 24px 0;
    }

    .articles-group-block .fw-carousel__items .block-article {
        width: calc(100% / 2 - 40px / 2 * 1);
    }
}

@media (max-width: 575.999px) {
    .articles-group-block .fw-carousel__items .block-article {
        width: 100%;
    }
}

/* Expandable content */

.expandable-content-block__title {
    color: #011627;
    font-size: 22px;
    font-weight: 800 !important;
    letter-spacing: -0.4px;
    line-height: 1.3;
    margin: 0 0 18px 0;
}

.expandable-content-block p {
    color: #333333;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
    margin-bottom: 1.25em;
}

.expandable-content-block__button {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #011627;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    text-decoration: underline;
    cursor: pointer;
}

/**
 * Category
 */
.jeg_author_content > .jeg_main_content,
.jeg_cat_content > .jeg_main_content {
    margin-bottom: 30px;
}

.jnews_author_header_bottom .expandable-content-block,
.jnews_category_header_bottom .expandable-content-block {
    margin: 0;
}

.jnews_author_header_bottom .expandable-content-block h1,
.jnews_category_header_bottom .expandable-content-block h1 {
    color: #011627;
    font-weight: 800;
    font-size: 42px;
    line-height: 1.25;
    letter-spacing: -1px;
    margin: 0 0 36px 0;
}

.jnews_author_header_bottom .expandable-content-block h3,
.jnews_category_header_bottom .expandable-content-block h3 {
    color: #011627;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 1.3;
    margin: 0 0 35px 0;
}

body.archive.category .jnews_category_subtitle {
    border-top: 1px solid #E4E4E4;
    color: #011627;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -0.4px;
    line-height: 1.6;
    padding-top: 60px;
    margin: 60px 0 43px 0;
}

.jnews_author_content_wrapper .articles-group-block,
.jnews_category_content_wrapper .articles-group-block {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.jnews_author_content_wrapper.author-list,
.jnews_category_content_wrapper.category-list {
    margin-top: 40px;
    margin-bottom: 40px;
}

.author-list__column,
.category-list__column,
.related-news-sidebar__column {
    flex: 1;
    max-width: unset;
}

.author-list__column .block-article,
.category-list__column .block-article {
    margin-bottom: 40px;
}

.author-list__column .block-article__figure + div,
.category-list__column .block-article__figure + div {
    flex: 1;
}

.author-list__column .block-article__title,
.category-list__column .block-article__title {
    color: #011627;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -0.3px;
    line-height: 1.65;
    margin: 0 0 19px 0;
    transition: color 0.2s;
}

.author-list__column .block-article__title:hover,
.category-list__column .block-article__title:hover {
    color: #11B5C6;
}

.author-list__column .block-article__excerpt,
.category-list__column .block-article__excerpt {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 1.8;
    margin: 0 0 22px 0;
}

@media (max-width: 767.999px) {
    .author-list__column .block-article__link,
    .category-list__column .block-article__link {
        display: block;
    }

    .author-list__column .block-article__figure,
    .category-list__column .block-article__figure {
        width: 100%;
        height: unset;
    }

    .author-list__column .block-article__content,
    .category-list__column .block-article__content {
        margin-top: 30px;
    }
}

@media (max-width: 991.999px) {
    .jnews_author_header_bottom .expandable-content-block h1,
    .jnews_category_header_bottom .expandable-content-block h1 {
        font-size: 30px;
    }

    .jnews_author_header_bottom .expandable-content-block h3,
    .jnews_category_header_bottom .expandable-content-block h3 {
        font-size: 18px;
    }
}



/**
 * Global ads
 */

.top-banner {
    margin-top: 20px;
}

.crypto-widget-wrapper {
    margin-top: 50px;
}

.banner-ad-1200-90 {
    max-width: 1200px;
    height: 90px;
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 24px;
    margin: auto;
}

.banner-ad-728-90 {
    height: 90px;
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 24px;
    margin: auto;
}

.banner-ad-1200-90 p,
.banner-ad-728-90 p {
	color: #fff;
	font-size: 24px;
	margin: 0;
}

/* Text banner */

.article-text-banner {
    display: flex;
    gap: 22px;
    background: #F1F1F1;
    border-radius: 7px;
    padding: 18px 28px 18px 36px;
    margin-bottom: 25px;
}

.article-text-banner__logo {
    border-radius: 100%;
    width: 54px;
    height: 54px;
}

.article-text-banner__text {
    color: #011627;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    top: 1px;
}

.article-text-banner__text a {
    font-weight: 600;
    transition: 0.2s;
}

.article-text-banner__text a:hover {
    color: #011627 !important;
}

.chevron-nav-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.chevron-nav-circle svg {
    border-radius: 50%;
    padding: 8px;
    box-sizing: content-box;
    background-color: #e7e4e4;
}

.chevron-nav-circle:focus {
    outline: none;
}

li.menu-item > div.menu-item-presentation {
    cursor: pointer;
}

.container-showonload {
    display: none!important;
}

.no-show {
    display: none!important;
}

.category-widget-title__related-news {
    border-bottom: none !important;
}



/**
 * Single article.
 */

.jeg_singlepost--new {
    padding-bottom: 0;
}

.jeg_singlepost--new .jnews_article_bottom_ads {
    margin-top: 60px;
}

.entry-header {
    margin: 0 0 40px 0;
}

.entry-header:before {
    display: none;
}

.entry-header .jeg_post_title {
    color: #011627;
    font-size: 42px !important;
    font-weight: 800;
    letter-spacing: -1.4px;
    line-height: 1.5 !important;
    margin-bottom: 33px;
}

.entry-header .jeg_post_subtitle--normal {
    font-weight: normal;
    color: #000;
    font-size: 16px;
}

.entry-header .jeg_post_meta .jeg_meta_author {
    display: flex;
    gap: 14px;
    align-items: center;
}

.entry-header .jeg_post_meta .jeg_meta_author .avatar {
    width: 54px;
    height: 54px;
    margin: 0 !important;
}

.entry-header .jeg_post_meta .jeg_meta_author__name a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.25;
    transition: 0.2s;
}

.entry-header .jeg_post_meta .jeg_meta_author__name a:hover {
    color: #011627;
}

.entry-header .jeg_post_meta .jeg_meta_date {
    display: flex;
    color: #A3A3A3;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
}

.entry-header .entry-header-bottom {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.entry-header + .jeg_featured {
    margin-bottom: 40px;
}

.dot-separator::before {
    content: "•";
    padding: 0 5px;
    color: #a0a0a0;
}

.block-single-article__figure {
    margin-bottom: 40px;
}

.jeg_singlepost--new .entry-content {
    margin: 0 0 0 0;
}

.jeg_singlepost--new .entry-content .content-inner {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 40px;
}

.jeg_singlepost--new .entry-content .content-inner > * {
    margin: 0 0 40px 0;
}

.jeg_singlepost--new .entry-content .content-inner > h1,
.jeg_singlepost--new .entry-content .content-inner > h2,
.jeg_singlepost--new .entry-content .content-inner > h3,
.jeg_singlepost--new .entry-content .content-inner > h4,
.jeg_singlepost--new .entry-content .content-inner > h5,
.jeg_singlepost--new .entry-content .content-inner > h6 {
    font-weight: 800 !important;
    text-align: left !important;
}

.jeg_singlepost--new .entry-content .content-inner > h1 span,
.jeg_singlepost--new .entry-content .content-inner > h2 span,
.jeg_singlepost--new .entry-content .content-inner > h3 span,
.jeg_singlepost--new .entry-content .content-inner > h4 span,
.jeg_singlepost--new .entry-content .content-inner > h5 span,
.jeg_singlepost--new .entry-content .content-inner > h6 span,
.jeg_singlepost--new .entry-content .content-inner > h1 a,
.jeg_singlepost--new .entry-content .content-inner > h2 a,
.jeg_singlepost--new .entry-content .content-inner > h3 a,
.jeg_singlepost--new .entry-content .content-inner > h4 a,
.jeg_singlepost--new .entry-content .content-inner > h5 a,
.jeg_singlepost--new .entry-content .content-inner > h6 a {
    color: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
}

.jeg_singlepost--new .entry-content .content-inner > h1 a,
.jeg_singlepost--new .entry-content .content-inner > h2 a,
.jeg_singlepost--new .entry-content .content-inner > h3 a,
.jeg_singlepost--new .entry-content .content-inner > h4 a,
.jeg_singlepost--new .entry-content .content-inner > h5 a,
.jeg_singlepost--new .entry-content .content-inner > h6 a {
    text-decoration: underline;
    transition: 0.2s;
}

.jeg_singlepost--new .entry-content .content-inner > h1 a:hover,
.jeg_singlepost--new .entry-content .content-inner > h2 a:hover,
.jeg_singlepost--new .entry-content .content-inner > h3 a:hover,
.jeg_singlepost--new .entry-content .content-inner > h4 a:hover,
.jeg_singlepost--new .entry-content .content-inner > h5 a:hover,
.jeg_singlepost--new .entry-content .content-inner > h6 a:hover {
    color: #11B5C6 !important;
}

.jeg_singlepost--new .entry-content .content-inner > img,
.jeg_singlepost--new .entry-content .content-inner > p > img,
.jeg_singlepost--new .entry-content .content-inner figure img {
    border-radius: 10px;
}

.jeg_singlepost--new .entry-content .content-inner > a,
.jeg_singlepost--new .entry-content .content-inner > p > a,
.jeg_singlepost--new .entry-content .content-inner > p > span > a {
    color: inherit;
    text-decoration: underline;
    transition: 0.2s;
}

.jeg_singlepost--new .entry-content .content-inner > a:hover,
.jeg_singlepost--new .entry-content .content-inner > p > a:hover,
.jeg_singlepost--new .entry-content .content-inner > p > span > a:hover {
    color: #11B5C6;
}

.jeg_singlepost--new .entry-content .content-inner pre,
.jeg_singlepost--new .entry-content .content-inner figcaption {
    color: #767676;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
}

.jeg_singlepost--new .entry-content .content-inner pre {
    margin-top: -25px;
}

.jeg_singlepost--new .entry-content .content-inner figcaption {
    margin-top: 10px;
}

.jeg_singlepost--new .entry-content .content-inner pre a,
.jeg_singlepost--new .entry-content .content-inner figcaption a {
    color: inherit;
    text-decoration: underline;
    transition: 0.2s;
}

.jeg_singlepost--new .entry-content .content-inner pre a:hover,
.jeg_singlepost--new .entry-content .content-inner figcaption a:hover {
    color: #11B5C6;
}

.jeg_singlepost--new .entry-content .content-inner blockquote {
    color: inherit !important;
    border-left: 2px solid #11B5C6;
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: italic !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    padding-left: 20px;
}

.jeg_singlepost--new .entry-content .content-inner blockquote a {
    color: inherit;
    text-decoration: underline;
    transition: 0.2s;
}

.jeg_singlepost--new .entry-content .content-inner blockquote a:hover {
    color: #11B5C6;
}

.jeg_singlepost--new .entry-content .content-inner .jeg_ad_article .ads-wrapper {
    margin: 0;
}

.related-news-title__related-news {
    border: 0 !important;
    margin-bottom: 18px !important;
}

.related-news-title__related-news .jeg_block_title {
    color: #011627;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.1px;
    line-height: 1.25;
}

.related-news-title__related-news .jeg_block_title span {
    line-height: 1.25;
    height: unset;
    font-size: inherit;
}

.related-reading__row {
    border-bottom: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
    padding: 25px 0px 25px 0px;
}

.related-reading__row .block-article__link {
    display: flex;
    gap: 22px;
}

.related-reading__row .block-article__figure-container {
    flex: 0 0 82px;
}

.related-reading__row .block-article__figure-container img {
    aspect-ratio: 1 / 1;
}

.related-reading__row .block-article__content {
    flex: 1;
    font-style: normal !important;
    text-align: left !important;
}

.related-reading__row .block-article__title {
    color: #011627;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 1.7;
    text-wrap: unset;
    margin: 0 0 14px 0;
    transition: 0.2s;
}

.related-reading__row .block-article__title:hover {
    color: #11B5C6;
}

.related-reading__row .block-article__author {
    color: #A3A3A3;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
}

.related-reading__row .navigation-button {
    flex: 0 0 38px;
    align-self: center;
}

.jeg_singlepost--new .entry-content + .jeg_share_bottom_container .jeg_share_button {
    margin: 0 0 40px 0;
}

.jeg_singlepost--new .entry-content + .jeg_share_bottom_container .jeg_share_button .jeg_sharelist {
    display: flex;
    gap: 10px;
}

.jeg_singlepost--new .entry-content + .jeg_share_bottom_container .jeg_share_button .jeg_sharelist a {
    border-radius: 5px !important;
    width: 48px;
    max-width: 48px;
    height: 48px;
    line-height: 48px;
    margin: 0;
}

.jeg_singlepost--new .entry-content + .jeg_share_bottom_container .jeg_share_button .jeg_sharelist a.expanded {
    flex: 1 1 0;
    max-width: 100%;
}

.jeg_singlepost--new .entry-content + .jeg_share_bottom_container .jeg_share_button .jeg_sharelist .share-secondary {
    gap: 10px;
    margin: 0;
}

.jeg_singlepost--new .entry-content + .jeg_share_bottom_container .jeg_share_button.show-secondary .jeg_sharelist .share-secondary {
    display: flex;
}

.jeg_singlepost--new .jeg_authorbox {
    display: flex;
    gap: 25px;
    background: #F7F7F7;
    border-radius: 8px;
    padding: 30px 25px;
    margin: 0 0 40px 0;
    position: relative;
}

.jeg_singlepost--new .jeg_authorbox .jeg_author_image {
    flex: 0 0 70px;
    width: unset;
}

.jeg_singlepost--new .jeg_authorbox .jeg_author_image .avatar {
    width: 70px;
    height: 70px;
}

.jeg_singlepost--new .jeg_authorbox .jeg_author_content {
    flex: 1 1 0;
    padding: 0;
}

.jeg_singlepost--new .jeg_authorbox .jeg_author_header {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 5px;
}

.jeg_singlepost--new .jeg_authorbox .jeg_author_header .avatar {
    display: none;
    flex-shrink: 0;
    border-radius: 100%;
    width: 64px;
    height: 64px;
}

.jeg_singlepost--new .jeg_authorbox .jeg_author_name_wrapper {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.jeg_singlepost--new .jeg_authorbox .jeg_author_name {
    margin: 0;
}

.jeg_singlepost--new .jeg_authorbox .jeg_author_name a {
    display: block;
    color: #011627;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.1px;
    line-height: 1.3;
    transition: 0.2s;
}

.jeg_singlepost--new .jeg_authorbox .jeg_author_name a:hover {
    color: #11B5C6;
}

.jeg_singlepost--new .jeg_authorbox .jeg_author_name_wrapper .profession {
    color: #212121;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    position: relative;
    top: -1px;
}

.jeg_singlepost--new .jeg_authorbox .jeg_author_desc {
    color: #011627;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
    margin: 0 0 15px 0;
}

.jeg_singlepost--new .jeg_authorbox .jeg_author_socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.jeg_singlepost--new .jeg_authorbox .jeg_author_socials a {
    color: #011627;
    font-size: 20px;
    margin: 0;
    transition: 0.2s;
}

.jeg_singlepost--new .jeg_authorbox .jeg_author_socials a:hover {
    color: #11B5C6;
}

.jeg_singlepost--new .jeg_authorbox .jeg_author_socials a i {
    display: block;
}

.jeg_singlepost--new .jeg_authorbox_background {
    position: absolute;
    bottom: 0;
    right: 0;
}

.jeg_singlepost--new .jeg_authorbox_background svg {
    display: block;
    max-width: 100%;
    height: auto;
}

.jeg_singlepost--new .post-disclaimer {
    color: #011627;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0 0 40px 0;
}

.jeg_singlepost--new .jnews_category_content_wrapper.category-list {
    border: 0;
    padding: 0;
    margin: 0;
}

.jeg_single_tpl_10 .entry-header::before {
    display: none !important;
}

.jeg_single_tpl_10 .entry-header {
    margin: 0 0 40px 0 !important;
}

@media (max-width: 991.999px) {
    .block-single-article__figure {
        margin-bottom: 24px;
    }
    
    .entry-header .jeg_post_title {
        font-size: 30px !important;
    }

    .jeg_singlepost--new .jeg_authorbox .jeg_author_image {
        display: none;
    }

    .jeg_singlepost--new .jeg_authorbox .jeg_author_header {
        margin-bottom: 20px;
    }

    .jeg_singlepost--new .jeg_authorbox .jeg_author_header .avatar {
        display: block;
    }

    .jeg_singlepost--new .jeg_authorbox .jeg_author_name_wrapper {
        flex-direction: column;
        gap: 5px;
    }

    .jeg_singlepost--new .jeg_authorbox .jeg_author_name_wrapper .profession {
        top: 0;
    }

    .jeg_singlepost--new .jeg_authorbox_background {
        width: 120px;
    }
}



/**
 * Crypto page
 */

.expandable-content-block--crypto-page {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.expandable-content-block--crypto-page-bottom {
    margin-top: 20px;
}



/**
 * Image overlay
 */

.block-article__figure,
.widget_latest_posts .latest-posts .latest-post .featured-image,
.image-overlay,
.events-list__event .event-thumbnail,
.trading-courses .jeg_posts .jeg_post .jeg_thumb .thumbnail-container {
    position: relative;
}

.block-article__figure::before,
.widget_latest_posts .latest-posts .latest-post .featured-image::before,
.image-overlay::before,
.events-list__event .event-thumbnail::before,
.trading-courses .jeg_posts .jeg_post .jeg_thumb .thumbnail-container::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(225deg, rgba(18, 210, 213, 0.55) 0%, rgba(113, 7, 150, 0.35) 100%);
    mix-blend-mode: color;
    pointer-events: none;
}

.editors-pick__main-article .block-article__figure::before,
.articles-group-block__main-article .block-article__figure::before {
    background: linear-gradient(244.97deg, rgba(44, 217, 219, 0.3) 0%, rgba(105, 5, 139, 0.6) 100%);
}

.editors-pick__main-article .block-article__figure::after,
.articles-group-block__main-article .block-article__figure::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(201.39deg, rgba(44, 217, 219, 0.05) 8.14%, rgba(29, 2, 34, 0.7) 85.93%);
}

.editors-pick__main-article .block-article__link::after,
.articles-group-block__main-article .block-article__link::after {
    display: none;
}

@media (max-width: 767.999px) {
    .editors-pick__main-article .block-article__figure::before,
    .articles-group-block__main-article .block-article__figure::before {
        background: linear-gradient(225deg, rgba(18, 210, 213, 0.55) 0%, rgba(113, 7, 150, 0.35) 100%);
    }

    .editors-pick__main-article .block-article__figure::after,
    .articles-group-block__main-article .block-article__figure::after {
        display: none;
    }
}

.content-align__left {
    text-align: left !important;
}

.price-page-currency-circle {
    width: 60px;
    height: 60px;
    background-color: #04A2C2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-page-currency-symbol {
    color: #FFFFFF;
    font-size: 35px;
    font-family: Arial, sans-serif;
}

.jeg_post_meta .jeg_meta_author img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
    width: 50px;
}

.jeg_author_content {
    margin-left: 0 !important;
}



/**
 * Author
 */

.jnews_author_header_bottom {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.jnews_author_box_container-v2 {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
}

.jnews_author_box_container-v2 .avatar {
    border-radius: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    width: 100px;
}

.jnews_author_box_container-v2 h1 {
    color: #011627;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.3;
    margin: 0 0 8px 0;
}

.expandable-content-block--author-box {
    margin: 0 0 15px 0;
}

.expandable-content-block--author-box p {
    color: #011627;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
    margin: 0 0 15px 0;
}

.expandable-content-block--author-box .expandable-content-block__button {
    font-size: 14px;
}

.jeg_author_role {
    color: #011627;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 1.3;
}

.jeg_author_content > .jeg_main_content,
.jnews_author_content_wrapper.author-list {
    margin-bottom: 0;
}

@media (max-width: 1199.999px) {
    .jnews_author_box_container-v2 {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 991.999px) {
    .jnews_author_box_container-v2 h1 {
        font-size: 30px;
    }

    .jeg_author_role {
        font-size: 18px;
    }
}



/**
 * Events
 */

.events-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 20px;
}

.events-list__event {
    flex: 0 0 calc(100% / 3 - 40px / 3 * 2);
}

.events-list__event .event-thumbnail {
    border-radius: 12px;
    overflow: hidden;
}

.events-list__event .event-thumbnail a {
    display: block;
}

.events-list__event .event-thumbnail img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.events-list__event .event-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.3px;
    color: #011627;
    margin-top: 22px;
    margin-bottom: 0;
}

.events-list__event .event-title a {
    color: #011627;
    transition: 0.2s;
}

.events-list__event .event-title a:hover {
    color: #11B5C6;
}

.events-list__event .event-date {
    color: #A3A3A3;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    margin-top: 12px;
}

@media (max-width: 1199.999px) {
    .events-list__event {
        flex: 0 0 calc(100% / 2 - 40px / 2 * 1);
    }
}

@media (max-width: 991.999px) {
    .events-list__event {
        flex: 0 0 calc(100% / 3 - 40px / 3 * 2);
    }
}

@media (max-width: 767.999px) {
    .events-list__event {
        flex: 0 0 calc(100% / 2 - 40px / 2 * 1);
    }
}

@media (max-width: 575.999px) {
    .events-list__event {
        flex: 0 0 100%;
    }
}



/**
 * Trading courses
 */

.trading-courses .jeg_posts {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 0 20px 0;
}

.trading-courses .jeg_posts .jeg_post {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;

    flex: 0 0 calc(100% / 3 - 40px / 3 * 2);
}

.trading-courses .jeg_posts .jeg_post .jeg_thumb {
    margin: 0;
}

.trading-courses .jeg_posts .jeg_post .jeg_thumb a {
    display: block;
}

.trading-courses .jeg_posts .jeg_post .jeg_thumb .thumbnail-container {
    border-radius: 12px !important;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
}

.trading-courses .jeg_posts .jeg_post .jeg_thumb .thumbnail-container::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.05);
    z-index: 1;
    pointer-events: none;
}

.trading-courses .jeg_posts .jeg_post .jeg_thumb img {
    position: static;

    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.trading-courses .jeg_posts .jeg_post .jeg_thumb .jeg_post_category {
    display: none !important;
}

.trading-courses .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_title {
    display: block !important;
    width: 100% !important;

    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.3px;
    color: #011627;
    margin-top: 22px;
    margin-bottom: 0;
}

.trading-courses .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_title a {
    color: #011627;
    transition: 0.2s;
}

.trading-courses .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_title a:hover {
    color: #11B5C6;
}

.trading-courses .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_excerpt,
.trading-courses .jeg_posts .jeg_post .jeg_postblock_content .jeg_post_meta {
    display: none !important;
}

@media (max-width: 1199.999px) {
    .trading-courses .jeg_posts .jeg_post {
        flex: 0 0 calc(100% / 2 - 40px / 2 * 1);
    }
}

@media (max-width: 991.999px) {
    .trading-courses .jeg_posts .jeg_post {
        flex: 0 0 calc(100% / 3 - 40px / 3 * 2);
    }
}

@media (max-width: 767.999px) {
    .trading-courses .jeg_posts .jeg_post {
        flex: 0 0 calc(100% / 2 - 40px / 2 * 1);
    }
}

@media (max-width: 575.999px) {
    .trading-courses .jeg_posts .jeg_post {
        flex: 0 0 100%;
    }
}

/* Single */

.single-sfwd-courses .block-single-article__figure::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.05);
    z-index: 1;
    pointer-events: none;
}

.ld-tabs {
    margin-top: 40px !important;
}

.ld-tabs .ld-tab-content > img,
.ld-tabs .ld-tab-content > p > img,
.ld-tabs .ld-tab-content figure img {
    border-radius: 10px;
}

.ld-tabs .ld-tab-content > * {
    margin: 0 0 40px 0 !important;
}

.ld-item-list {
    margin: 40px 0;
}

.ld-section-heading {
    align-items: baseline;
    margin-bottom: 40px;
}

.ld-section-heading h2 {
    color: #011627;
    font-size: 21px !important;
    font-weight: 800 !important;
    letter-spacing: -0.3px;
    line-height: 1.5;
}

.ld-section-heading .ld-item-list-actions .ld-expand-button {
    flex-direction: row-reverse;
    gap: 10px;
    background: none !important;
    padding: 0;
}

.ld-icon-arrow-down:before {
    content: url("data:image/svg+xml,%3Csvg width='6' height='4' viewBox='0 0 6 4' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L3 4L6 0H0Z'%3E%3C/path%3E%3C/svg%3E");
}

.ld-section-heading .ld-item-list-actions .ld-expand-button .ld-text {
    color: #011627;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    text-decoration: underline;
    padding: 0;
}

.learndash-wrapper .ld-expand-button .ld-icon {
    position: relative;
    top: -1px;
}

.learndash-wrapper .ld-expand-button.ld-expanded .ld-icon {
    top: 2px;
}

.ld-section-heading .ld-item-list-actions .ld-expand-button .ld-icon {
    top: -2px;
}

.ld-section-heading .ld-item-list-actions .ld-expand-button.ld-expanded .ld-icon {
    top: 0;
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
    border: 1px solid #E4E4E4 !important;
    border-radius: 12px !important;
    margin: 20px 0 !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.3px;
    color: #011627;
    transition: 0.2s;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name:hover .ld-item-title {
    color: #11B5C6;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components {
    color: #A3A3A3 !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    margin-top: 4px;
}

.learndash-wrapper .ld-status-icon {
    margin-top: 0 !important;
    margin-right: 10px !important;
}

.learndash-wrapper .ld-status-icon.ld-status-incomplete {
    border: 4px solid #E4E4E4;
}

.learndash-wrapper .ld-status-icon.ld-status-in-progress {
    border-color: #049981 #E4E4E4 #E4E4E4 #049981;
}

.learndash-wrapper #quiz_continue_link, .learndash-wrapper .ld-secondary-background, .learndash-wrapper .learndash_mark_complete_button, .learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .ld-status-complete, .learndash-wrapper .ld-alert-success .ld-button, .learndash-wrapper .ld-alert-success .ld-alert-icon {
    background-color: #049981 !important;
}

.learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon {
    font-size: 11px;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button {
    flex-direction: row-reverse;
    gap: 6px;
    background: none !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button .ld-icon-arrow-down {
    width: unset;
    height: unset;
    border-radius: 0;
    flex: 0;
    padding: 0;
    background: none !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button .ld-text {
    color: #011627 !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    text-decoration: underline;
    padding: 0;
}

.ld-table-list-header .ld-table-list-title .ld-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.3px;
    color: #FFFFFF;
}

.learndash .learndash-wrapper .ld-course-status,
.learndash .learndash-wrapper .ld-lesson-status {
    background: #F1F1F1;
    border-radius: 8px !important;
    margin-bottom: 40px;
}

.learndash .learndash-wrapper .ld-course-status .ld-status,
.learndash .learndash-wrapper .ld-lesson-status .ld-status {
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.learndash .learndash-wrapper .ld-breadcrumbs {
    background: #F1F1F1;
}

.single-sfwd-lessons .learndash-wrapper .ld-table-list {
    border: 1px solid #E4E4E4 !important;
    border-radius: 12px !important;
    margin: 40px 0 !important;
}

.learndash-wrapper .ld-table-list .ld-table-list-items {
    border: 0;
}

.learndash-wrapper .ld-table-list .ld-table-list-item {
    border-bottom: 1px solid #E4E4E4;
}

.single-sfwd-lessons .learndash-wrapper .ld-table-list .ld-table-list-item:last-child {
    border-bottom: 0;
}

.ld-content-actions {
    border-top: 1px solid #E4E4E4 !important;
    padding: 40px 0 0 0 !important;
    margin-top: 40px;
}

.ld-content-actions .ld-content-action {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.ld-content-actions .ld-content-action.ld-empty {
    display: none;
}

.learndash-wrapper .ld-content-actions .ld-content-action .ld-button {
    border: 2px solid #11B5C6 !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    line-height: 1.23 !important;
    letter-spacing: -0.2px !important;
    color: #011627 !important;
    padding: 16px 36px 12px 36px !important;
    opacity: 1 !important;
    transition: 0.2s !important;
}

.learndash-wrapper .ld-content-actions .ld-content-action .ld-button:not(.ld-button-transparent) {
    background: #FFFFFF !important;
}

.learndash-wrapper .ld-content-actions .ld-content-action .ld-button:hover,
.learndash-wrapper .ld-content-actions .ld-content-action .ld-button:focus,
.learndash-wrapper .ld-content-actions .ld-content-action .ld-button:not(.ld-button-transparent):hover,
.learndash-wrapper .ld-content-actions .ld-content-action .ld-button:not(.ld-button-transparent):focus {
    background: #11B5C6 !important;
    color: #FFFFFF !important;
}

.ld-content-actions .ld-content-action .ld-button .ld-text {
    padding: 0;
}

.ld-content-actions .ld-content-action .ld-button .ld-icon {
    display: none;
}

.ld-content-actions .ld-content-action .ld-course-step-back,
.ld-content-actions .ld-content-action .sfwd-mark-complete .learndash_mark_complete_button {
    font-weight: 700 !important;
    font-size: 13px !important;
    line-height: 1.23 !important;
    letter-spacing: -0.2px !important;
    color: #011627 !important;
    opacity: 1 !important;
    transition: 0.2s !important;
}

.ld-content-actions .ld-content-action .ld-course-step-back:hover,
.ld-content-actions .ld-content-action .ld-course-step-back:focus {
    color: #11B5C6 !important;
}

.ld-content-actions .ld-content-action .sfwd-mark-complete .learndash_mark_complete_button {
    background: none !important;
    box-shadow: none !important;
    color: #049981 !important;
    padding: 0 !important;
}

.ld-content-actions .ld-content-action .sfwd-mark-complete .learndash_mark_complete_button:hover,
.ld-content-actions .ld-content-action .sfwd-mark-complete .learndash_mark_complete_button:focus {
    color: #011627 !important;
}

.learndash-wrapper #sfwd-mark-complete::after, .learndash-wrapper .sfwd-mark-complete::after {
    display: none !important;
}

@media (max-width: 960px) {
    .learndash-wrapper .ld-content-actions {
        align-items: center;
    }

    .learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .learndash-wrapper .ld-content-actions .ld-content-action {
        padding: 0;
    }

    .learndash-wrapper .ld-content-actions > * {
        margin: 0;
    }

    .ld-content-actions .ld-content-action .sfwd-mark-complete .learndash_mark_complete_button {
        text-align: center;
    }

    .learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
        padding: 0;
    }
}

@media (max-width: 640px) {
    .learndash-wrapper .ld-content-actions,
    .learndash-wrapper .ld-content-actions .ld-content-action {
        gap: 20px;
    }

    .learndash-wrapper .ld-content-actions .ld-content-action .ld-button {
        margin: 0;
    }

    .learndash-wrapper .ld-item-list .ld-section-heading h2, .learndash-wrapper .ld-item-list .ld-section-heading h3 {
        text-align: left;
    }

    .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
        justify-content: flex-end;
        margin: 10px 0 0 0;
    }

    .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button {
        margin-top: 12px;
    }
}



/**
 * Custom page
 */

@media (min-width: 992px) {
    .custom-page:not(.about-us-page) .jeg_main_content.vc_col-sm-8,
    .custom-page:not(.about-us-page) .jeg_main_content.col-md-8,
    .custom-page:not(.about-us-page) .jeg_main_content.col-sm-8 {
        border-right: 1px solid #E4E4E4 !important;
    }

    .custom-page:not(.about-us-page) .jeg_main_content.vc_col-sm-8 + .jeg_sidebar,
    .custom-page:not(.about-us-page) .jeg_main_content.vc_col-sm-8 + .jeg_sticky_sidebar,
    .custom-page:not(.about-us-page) .jeg_main_content.col-md-8 + .jeg_sidebar,
    .custom-page:not(.about-us-page) .jeg_main_content.col-sm-8 + .jeg_sidebar {
        border-left: none !important;
    }
}

.custom-page-section + .custom-page-section {
    border-top: 1px solid #E4E4E4;
    padding-top: 60px;
    margin-top: 60px;
}

.custom-page-section.custom-page-section--no-border {
    border: 0;
    padding: 0;
}

.custom-page-section-title {
    font-weight: 800 !important;
    font-size: 22px !important;
    line-height: 1.25;
    letter-spacing: 0.1px;
    color: #011627;
    margin: 0 0 40px 0;
}

.custom-page-section-image {
    display: block;
    width: 100%;
    border-radius: 14px;
    margin-bottom: 40px;
}

.custom-page .page-header {
    margin-bottom: 36px;
}

.custom-page .page-header .page-title {
    font-weight: 800;
    font-size: 42px;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #011627;
    margin: 0;
}

.custom-page .page-header .page-subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.4px;
    color: #000000;
    margin: 36px 0 0 0;
}

.custom-page .entry-content p {
    margin-bottom: 40px !important;
}

.custom-page .entry-content p:last-of-type {
    margin-bottom: 0 !important;
}

@media (max-width: 767.999px) {
    .custom-page .page-header .page-title {
        font-size: 30px;
    }
}



/**
 * Advertising
 */

.jeg_main_content .advertising-form-title {
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: 0.1px;
    color: #000000;
    margin: 0 0 40px 0;
}

.advertising-text-widget__title {
    font-weight: 800;
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: 0.1px;
    color: #011627;
    margin-bottom: 40px;
}

.advertising-text-widget__image {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.advertising-text-widget__link {
    text-align: center;
    margin-top: 15px;
}

.advertising-text-widget__link a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
    text-decoration-line: underline;
    color: #767676;
    transition: 0.2s;
}

.advertising-text-widget__link a:hover {
    color: #11B5C6;
}

@media (max-width: 991.999px) {
    .advertising-text-widget__link {
        text-align: left;
    }
}



/**
 * About us
 */

/* Team */

.team-members {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.team-member {
    flex: 1 1 calc(100% / 3 - 30px / 3 * 2);
    background: #F1F1F1;
    border-radius: 7px;
    text-align: center;
    padding: 40px 24px;
}

.team-member__image {
    display: block;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}

.team-member__name {
    font-weight: 800;
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: 0.1px;
    color: #011627;
    margin: 20px 0 0 0;
}

.team-member__position {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.25;
    color: #11B5C6;
    margin: 10px 0 0 0;
}

/* Partners */

.partners {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 60px 0;
    margin: 40px 0;
}

.partners-carousel {
    gap: 70px;
    align-items: center;
}

.partners .partner {
    display: flex;
    flex-shrink: 0;
    width: calc(100% / 4 - 70px / 4 * 3);
    scroll-snap-align: end;
}

.partner__link,
.partner__image {
    display: block;
}

.partner__image {
    transition: 0.2s;
}

.partner__link:hover .partner__image {
    opacity: 0.7;
}

/* Text widget */

.about-us-text-widget__title {
    font-weight: 800;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0.1px;
    color: #011627;
    margin: 0 0 33px 0;
}

.about-us-text-widget .image-overlay {
    border-radius: 10px;
    overflow: hidden;
}

.about-us-text-widget__image {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.about-us-text-widget__text {
    margin-top: 40px;
}

.about-us-text-widget__text p {
    font-weight: 400;
    /* font-size: 17px; */
    /* line-height: 1.76; */
    font-size: 16px;
    line-height: 1.625em;
    color: #333333;
    margin-bottom: 40px;
}

.about-us-text-widget__text p:last-child {
    margin-bottom: 0;
}

/* Socials widget */

.about-us-socials-widget {
    border: 0 !important;
    padding: 0 !important;
    margin-top: 40px !important;
}

.about-us-socials-widget__icons {
    display: flex;
    gap: 8px;
}

.about-us-socials-widget__icon {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    background: #F1F1F1;
    color: #011627;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-socials-widget__icon:hover {
    color: #11B5C6;
}

.about-us-socials-widget__icon svg {
    transition: 0.2s;
}

@media (min-width: 991.999px) and (max-width: 1199.999px) {
    .team-member {
        flex: 1 1 calc(100% / 2 - 30px / 2 * 1);
    }

    .partners .partner {
        width: calc(100% / 3 - 70px / 3 * 2);
    }
}

@media (max-width: 767.999px) {
    .team-member {
        flex: 1 1 calc(100% / 2 - 30px / 2 * 1);
    }

    .partners .partner {
        width: calc(100% / 3 - 70px / 3 * 2);
    }
}

@media (max-width: 575.999px) {
    .team-member {
        flex: 1 1 100%;
    }

    .partners .partner {
        width: calc(100% / 2 - 70px / 2 * 1);
    }
}



/**
 * Contact Us
 */

/* Socials widget */

.contact-us-socials-widget__title {
    font-weight: 800;
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: 0.1px;
    color: #011627;
    margin-bottom: 40px;
}

.contact-us-socials-widget__icons {
    display: flex;
    gap: 8px;
}

.contact-us-socials-widget__icon {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    background: #F1F1F1;
    color: #011627;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-socials-widget__icon:hover {
    color: #11B5C6;
}

.contact-us-socials-widget__icon svg {
    transition: 0.2s;
}



/**
 * Sidebar newsletter
 */

.sidebar-newsletter p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: -0.2px;
    color: #333333;
    margin: 0 0 24px 0 !important;
}

.sidebar-newsletter .gform_wrapper .gform_body .gform_fields {
    gap: 12px;
}

.sidebar-newsletter .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    display: none;
}

.sidebar-newsletter .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice .gfield-choice-input + .gform-field-label {
    font-weight: 500;
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: -0.3px;
    color: #A3A3A3;
}

.sidebar-newsletter .gform_wrapper .gform_footer {
    margin-top: 20px !important;
}

.sidebar-newsletter .gform_validation_errors,
.sidebar-newsletter .gfield--type-honeypot {
    display: none !important;
}



/**
 * General
 */

.text--red {
    color: #F23645;
}

/* Button */

.newsbtc-button {
    display: inline-block;
    border: 2px solid #11B5C6;
    border-radius: 6px;
    color: #011627;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 48px;
    height: 48px;
    padding: 0 36px;
    transition: 0.2s;
}

.newsbtc-button:hover {
    background: #11B5C6;
    color: #FFFFFF;
}

.widget_google_news p {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.google-news-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-color: #011627;
    color: #011627;
}

.google-news-button:hover {
    background: #011627;
    color: #FFFFFF;
}

.google-news-button span {
    position: relative;
    top: 1px;
}

.google-news-button svg {
    height: 22px;
    position: relative;
    top: -1px;
}

.jnews-large-title {
    color: #011627;
    font-weight: 800;
    font-size: 42px;
    line-height: 1.25;
    letter-spacing: -1px;
    margin: 0 0 3px 0;
}

.expandable-content-block__title {
    font-weight: normal !important;
}

.links-directory-page,
.resources-directory-page {
    margin-top: 15px;
}

.jnews-gray-border {
    border-top: 1px solid #E4E4E4;
    padding: 40px 0 0 0;
    margin: 40px 0 0 0;
}

.jnews-gray-border-bottom {
    border-bottom: 1px solid #E4E4E4;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
}

.block-article__link .block-article__links-directory {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    color: #011627;
    align-items: baseline;
}

.block-article__link .block-article__links-directory span:nth-child(1) {
    font-weight: 600;
}
.block-article__link .block-article__links-directory span:nth-child(2) {
    text-decoration: underline;
    transition: 0.2s;
}

.block-article__link .block-article__links-directory span:nth-child(2):hover {
    color: #11B5C6;
}

.block-article__links-directory-circular-figure {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 100px !important;
}

.block-article__links-directory-circular-figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
}

.articles-grid {
    position: relative;
}

.articles-grid__items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    word-wrap: break-word;
}

.articles-grid__items .block-article {
    width: calc(100% / 3 - 30px / 3 * 2);
}

@media (max-width: 991.999px) {
    .articles-grid__items .block-article__title {
        font-size: 12px;
    }
    .articles-grid__items .block-article {
        width: calc(100% / 2 - 30px / 2 * 2);
    }
}

/* Form */

.gform_wrapper {
    margin: 0 !important;
}

.gform_wrapper .gform_heading {
    display: none !important;
}

.gform_wrapper .gform_body {}

.gform_wrapper .gform_body .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
}

.gform_wrapper .gform_body .gform_fields .gfield {
    flex: 1 1 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield--w-50 {
    flex-basis: calc(100% / 2 - 20px);
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: -0.2px;
    color: #011627;
    margin-top: 0 !important;
    margin-bottom: 18px;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    color: #F23645;
    margin-left: 2px;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    margin: 0 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .chosen-container .chosen-single {
    background: #FFFFFF !important;
    border: 1px solid #E4E4E4 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    width: 100% !important;
    height: auto !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 26px !important;
    letter-spacing: -0.2px !important;
    color: #333333 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox {
    margin: 0 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice {
    margin: 0 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice .gfield-choice-input {
    width: auto !important;
    margin: -1px 4px 0px 0 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice .gfield-choice-input + .gform-field-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: -0.3px;
    color: #333333;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .chosen-container {
    width: 100% !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .chosen-container .chosen-single span {
    position: relative;
    margin: 0 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .chosen-container .chosen-single span::after {
    content: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13L1.7164e-08 8.32H8L4 13Z' fill='black'/%3E%3Cpath d='M4 13L1.7164e-08 8.32H8L4 13Z' fill='black'/%3E%3Cpath d='M4 0L8 4.68H0L4 0Z' fill='black'/%3E%3Cpath d='M4 0L8 4.68H0L4 0Z' fill='black'/%3E%3C/svg%3E%0A");
    display: block;
    position: absolute;
    top: calc(50% + 2px);
    right: 0;
    transform: translateY(-50%);
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .chosen-container .chosen-single div {
    display: none !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .chosen-container .chosen-drop {
    background: #FFFFFF !important;
    border: 1px solid #E4E4E4 !important;
    border-top: 0 !important;
    border-radius: 6px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    box-shadow: none !important;
    margin-top: -6px !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .chosen-container .chosen-drop .chosen-search {
    padding: 5px 20px 16px 20px !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .chosen-container .chosen-drop .chosen-search .chosen-search-input {
    margin: 0 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .chosen-container .chosen-drop .chosen-results {
    padding: 0 20px 16px 20px !important;
    margin: 0 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .chosen-container .chosen-drop .chosen-results .active-result {
    background: #FFFFFF !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 26px !important;
    letter-spacing: -0.2px !important;
    color: #333333 !important;
    padding: 4px 0 !important;
    transition: 0.2s !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .chosen-container .chosen-drop .chosen-results .active-result:first-child {
    padding-top: 0 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .chosen-container .chosen-drop .chosen-results .active-result:last-child {
    padding-bottom: 0 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .chosen-container .chosen-drop .chosen-results .active-result:hover {
    opacity: 0.6;
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container .chosen-container .chosen-drop .chosen-results .active-result.result-selected {
    color: #11B5C6 !important;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 30px 0 0 0 !important;
}

.gform_wrapper .gform_footer .gform_button {
    background: #FFFFFF !important;
    border: 2px solid #11B5C6 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    line-height: 1.23 !important;
    letter-spacing: -0.2px !important;
    color: #011627 !important;
    width: auto !important;
    height: unset !important;
    min-height: unset !important;
    padding: 16px 36px 12px 36px !important;
    transition: 0.2s !important;
}

.gform_wrapper .gform_footer .gform_button:hover {
    background: #11B5C6 !important;
    color: #FFFFFF !important;
}

.gform_confirmation_wrapper {
    /*
    background: #049981;
    border-radius: 6px;
    padding: 20px 20px 17px 20px;
    margin: 0 !important;
    */

    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.gform_confirmation_wrapper .gform_confirmation_message {
    /*
    color: #FFFFFF;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -0.2px;
    */

    color: #049981;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: -0.2px;
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield_error {
    background: none !important;
    border: 0 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_validation_message {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color: #F23645;
    padding: 0 !important;
    margin-top: 8px;
}

.gform_validation_errors {
    background: #F23645 !important;
    border: 0 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    text-align: left !important;
    padding: 20px 20px 17px 20px !important;
    outline: none !important;
    margin: 0 0 40px 0 !important;
}

.gform_validation_errors .gform_submission_error {
    color: #FFFFFF !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.2px !important;
    margin: 0 !important;
}

.gform_validation_errors .gform_submission_error::before {
    display: none !important;
}

/* Name field fix */

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container--name .gform-grid-col {
    padding-top: 0 !important;
}

@media (min-width: 641px) {
    .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container--name {
        width: calc(100% + 20px) !important;
    }

    .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container--name .gform-grid-col {
        padding-right: 20px !important;
    }
}

@media (max-width: 641px) {
    .gform_wrapper .gform_body .gform_fields .gfield.gfield--w-50 {
        flex: 1 1 100%;
    }

    .gform_legacy_markup_wrapper li.field_sublabel_below .ginput_complex {
        margin-top: 0 !important;
    }

    .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
        margin-bottom: 0 !important;
    }

    .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container--name .gform-grid-col + .gform-grid-col {
        margin-top: 20px;
    }
}



/**
 * Etoro sidebar button
 */

 .etoro-sidebar-button {
    display: inline-flex;
    transition: 0.2s;
}

.etoro-sidebar-button:hover,
.etoro-sidebar-button:focus {
    opacity: 0.7;
}

.etoro-sidebar-button img {
    max-width: 100%;
    width: 240px;
    height: auto;
}

.etoro-sidebar-button-disclaimer {
    color: #333 !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.64 !important;
    max-width: 310px !important;
    margin: 18px 0 0 0 !important;
}

.etoro-sidebar-button-disclaimer a {
    color: inherit !important;
    text-decoration: underline !important;
    transition: 0.2s;
}

.etoro-sidebar-button-disclaimer a:hover,
.etoro-sidebar-button-disclaimer a:focus {
    color: #11b5c6 !important;
}

.jnews_category_content_wrapper {
    margin-top: 10px;
}



/**
 * Accordion
 */

.newsbtc-accordion {
    border: 1px solid #DEDFDF;
    border-radius: 8px;
    padding: 0 40px;
}

.newsbtc-accordion__title {
    border-bottom: 1px dotted #DEDFDF;
    color: #011627;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.25;
    position: relative;
    padding: 35px 48px 35px 0 !important;
    transition: 0.2s;
    cursor: pointer;
}

.newsbtc-accordion__title:hover {
    opacity: 0.7;
}

.newsbtc-accordion__title::before {
    content: "+";
    display: block;
    background: #F4F4F4;
    border-radius: 100%;
    color: #011627;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    line-height: 38px;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 32px;
    right: 0;
}

.newsbtc-accordion__item.newsbtc-accordion__item--open .newsbtc-accordion__title::before {
    content: "-";
}

.newsbtc-accordion__item.newsbtc-accordion__item--open .newsbtc-accordion__title::after {
    content: "";
    background: #11B5C6;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.newsbtc-accordion__item:last-child:not(.newsbtc-accordion__item--open) .newsbtc-accordion__title {
    border-bottom: 0;
}

.newsbtc-accordion__content {
    display: none;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.625;
    padding: 35px 0 0 0;
}

.newsbtc-accordion__item:last-child .newsbtc-accordion__content {
    padding: 35px 0;
}

.newsbtc-accordion__content *:last-child {
    margin-bottom: 0;
}

.newsbtc-accordion__content a {
    color: #11B5C6;
    transition: 0.2s;
}

.newsbtc-accordion__content a:hover {
    color: #333333;
}

a.article-translation__link {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 1.25;
    transition: .2s;
}

.horizontal-scroll {
    overflow-x: auto;
}

.horizontal-scroll table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}

.horizontal-scroll td,
.horizontal-scroll th {
    word-wrap: normal;
    word-break: normal;
    white-space: normal;
}


/**
 * Reason to trust NewsBTC
 */

.trust {
    background: #F7F7F7;
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 40px;
}

.content-inner .trust {
    display: none;
    margin-bottom: 24px !important;
}

.trust__title {
    display: flex;
    gap: 10px;
    align-items: center;
}

.trust__title-text {
    color: #011627;
    font-size: 17px !important;
    font-weight: 800 !important;
    letter-spacing: 0.1px;
    line-height: 1.25;
    margin: 0;
}

.trust__title-logo {
    width: auto;
    max-height: 28px;
    position: relative;
    top: -1px;
}

.trust__title-icon {
    display: none;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #FFFFFF;
    border-radius: 100%;
    color: #000000;
    width: 38px;
    height: 38px;
    transform: rotate(180deg);
    margin-left: auto;
}

.trust--open .trust__title-icon svg {
    transform: rotate(180deg);
}

.trust__content {
    padding-top: 16px;
}

.trust__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.trust__list-item {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.trust__list-item-icon {
    color: #11B5C6;
    flex-shrink: 0;
    position: relative;
    top: 1px;
}

.trust__list-item-text {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
}

.trust__accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.trust__accordion-item {}

.trust__accordion-item-title {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    transition: 0.2s;
    cursor: pointer;
}

.trust__accordion-item-title:hover {
    opacity: 0.8;
}

.trust__accordion-item-title-text {
    color: #011627;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
}

.trust__accordion-item-title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #FFFFFF;
    border-radius: 100%;
    color: #000000;
    width: 38px;
    height: 38px;
    transform: rotate(180deg);
}

.trust__accordion-item--open .trust__accordion-item-title-icon svg {
    transform: rotate(180deg);
}

.trust__accordion-item-content {
    display: none;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    padding-top: 6px;
}

.trust__accordion-item-content p {
    margin: 0 0 16px 0;
}

.trust__accordion-item-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.999px) {
    .trust {
        display: none;
    }

    .content-inner .trust {
        display: block;
    }

    .trust__title {
        transition: 0.2s;
        cursor: pointer;
    }
    
    .trust__title:hover {
        opacity: 0.8;
    }

    .trust__title-icon {
        display: flex;
    }

    .trust__content {
        display: none;
    }

    .trust__accordion-item-title {
        transition: 0;
        cursor: initial;
    }
    
    .trust__accordion-item-title:hover {
        opacity: 1;
    }
    
    .trust__accordion-item-title-icon {
        display: none;
    }

    .trust__accordion-item-content {
        display: block;
    }
}


/**
 * Single meta
 */

.entry-header .jeg_post_title {
    margin-bottom: 12px;
}

.entry-header .jeg_post_meta .jeg_meta_author {
    margin-right: 24px;
}

.entry-header .jeg_post_meta .jeg_meta_author .avatar {
    width: 54px;
    height: 54px;
}

.entry-header .jeg_post_meta .jeg_meta_author .jeg_meta_author__name {
    display: flex;
    gap: 8px;
    align-items: baseline;
    flex-wrap: wrap;
}

.entry-header .jeg_post_meta .jeg_meta_author .jeg_meta_author__name a {
    color: #11B5C6;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.25;
}

.entry-header .jeg_post_meta .jeg_meta_author .jeg_meta_author__name a:hover {
    color: #011627;
}

.entry-header .jeg_post_meta .jeg_meta_author .jeg_meta_author__name .profession {
    color: #212121;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    position: relative;
    top: -1px;
}

.entry-header .jeg_post_meta .jeg_meta_author .jeg_meta_date {
    color: #A3A3A3;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    margin-top: 4px;
}

/* Fact checked */

.fact-checked {
    display: flex !important;
    align-items: center;
}

.fact-checked__avatar {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.fact-checked__avatar .avatar {
    display: block;
    border-radius: 100%;
    width: 54px;
    height: 54px;
}

.fact-checked__content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    border: 1px solid #11B5C6;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 6px 12px 6px calc(16px + 10px);
    margin-left: -16px;
}

.fact-checked__text {
    display: flex;
    gap: 4px;
    align-items: baseline;
    color: #A3A3A3;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
}

.fact-checked__text svg {
    flex-shrink: 0;
    position: relative;
    top: 1px;
}

.fact-checked__name {
    display: flex;
}

.fact-checked__name a {
    color: #11B5C6;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.25;
    transition: 0.2s;
}

.fact-checked__name a:hover {
    color: #011627;
}

@media (max-width: 991.999px)  {
    .entry-header .jeg_meta_container {
        /* width: 100%; */
    }

    .entry-header .jeg_post_meta_1 {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .entry-header .jeg_post_meta .jeg_meta_author .avatar {
        width: 40px;
        height: 40px;
    }

    .fact-checked {
        margin-left: calc(40px + 14px);
    }

    .fact-checked__avatar {
        display: none;
    }

    .fact-checked__content {
        flex-direction: row;
        gap: 6px;
        align-items: baseline;
        border: 0;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }

    .fact-checked__name a {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: -0.2px;
        line-height: 1.25;
    }

    .fact-checked__text {
        flex-direction: row-reverse;
    }
}


/**
 * Change font awesome twitter icon
 */

.fa-twitter::before {
    content: "\e61b" !important;
}

.jeg_share_button .jeg_btn-twitter:not(.select-share-button) {
    background: #232C39 !important;
}
