/***Post detail page ***/
.entry ol, .entry ul {
    margin-bottom: 20px;
    padding-left: 0;
    margin-left: 20px;
}
.entry ul li, .entry ol ul li, .comment-content ul li, .comment-content ol ul li,.entry ol li{
    color: var(--text-primary);
    margin: 0;
    font-size: var(--Font-Size-type-size-body-p1);
    line-height: var(--Line-Height-type-lh-body-p1);
    margin-bottom: 25px;
}
body.single-post ul.wp-block-list{
    margin-left: 0;
}
.entry p {
    color: var(--text-primary);
    margin: 0;
    font-size: var(--Font-Size-type-size-body-p1);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    line-height: var(--Line-Height-type-lh-body-p1);
    margin-bottom: 25px;
}
.entry-content h2 {
    font-size: var(--Font-Size-type-size-sub-heading-h2);
    color: var(--text-primary);
    font-weight: 700;
    margin-bottom: 20px;
}
.entry-content h3 {
    font-size: var(--Font-Size-type-size-title-h3);
    color: var(--text-primary);
    font-weight: var(--Font-Weight-type-weight-semi-bold-600);
    margin-bottom: 16px;
}
.entry-content h4 {
    font-size: var(--Font-Size-type-size-title-h3);
    color: var(--text-primary);
    font-weight: var(--Font-Weight-type-weight-semi-bold-600);
    margin-bottom: 16px;
}
.entry-content h5 {
    font-size: var(--Font-Size-type-size-title-h3);
    color: var(--text-primary);
    font-weight: var(--Font-Weight-type-weight-semi-bold-600);
}
.entry-content h6 {
    font-size: var(--Font-Size-type-size-title-h3);
    color: var(--text-primary);
    font-weight: var(--Font-Weight-type-weight-semi-bold-600);
}
/* wp-block-list with story highlights bullet style */
.wp-block-list {
    margin-bottom: 20px;
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.wp-block-list li {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0;
    padding: 0 0 0 24px;
    font-size: var(--Font-Size-type-size-body-p1);
    line-height: var(--Line-Height-type-lh-body-p1);
    color: var(--text-primary);
    margin-bottom: 16px;
    position: relative;
}

.wp-block-list li::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--primary-80);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.single-post #tie-wrapper {
    background: var(--bg-page);
}
#main-content-row .main-content{
    margin-top: 14px;
}

.featured-area img{
    border-radius: 8px;
}
.total-readers span{
    color: var(--info-100);
}
.vote_for_post h5 span.like-count, .vote_for_post h5 span.dislike-count {
    padding: 0;
    margin: 0;
}
.total-like span{
    color: var(--success-100);
}
.total-dislike span{
    color: var(--error-100);
}
.single-post .entry-content p a {
    color: var(--primary-100) !important;
    font-weight: var(--Font-Weight-type-weight-medium-500);
}

.featured-area{
    margin-bottom: 24px;
}
/* Story Highlights Container */
#story-highlights {
    border: 1px solid var(--neutral-muted-border);
    background-color: var(--bg-surface);
    border-radius: var(--radius-8);
    padding: var(--space-20);
    display: flex;
    flex-direction: column;
    gap: var(--space-12);
}
#story-highlights > .wp-block-group__inner-container{

    display: flex;
    flex-direction: column;
    gap: var(--space-12);

}

/* Story Highlights Title */
#story-highlights .widget-title {
    margin: 0;
    padding: 0;
}

#story-highlights .widget-title .the-subtitle {
    font-family: var(--Font-Family-type-family-primary);
    font-size: var(--Font-Size-type-size-label);
    font-weight: var(--Font-Weight-type-weight-bold-700);
    line-height: var(--Line-Height-type-lh-label);
    letter-spacing: var(--Letter-Spacing-type-spacing-label);
    text-transform: uppercase;
    color: var(--primary-80);
    margin: 0;
    padding: 0;
}

/* Story Highlights List */
#story-highlights ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--space-16);
}

#story-highlights ul li {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: flex;
    gap: var(--space-16);
    align-items: flex-start;
    width: 100%;
    border: none;
}

/* Blue Bullet Point */
#story-highlights ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--primary-80);
    border-radius: 50%;
    position: static;
    top: auto;
    left: auto;
    flex: 0 0 8px;
    margin-top: 10px;
    display: block;
}

/* Story Highlights List Item Media/Content */
#story-highlights .media {
    display: flex;
    align-items: flex-start;
    flex: 1;
}

#story-highlights .media-body {
    flex: 1;
}

#story-highlights .media-body p {
    font-family: var(--Font-Family-type-family-primary);
    font-size: var(--Font-Size-type-size-body-p1);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    line-height: var(--Line-Height-type-lh-body-p1);
    color: var(--text-primary);
    margin: 0;
    padding: 0;
}

#story-highlights .media-body p.highlight {
    margin: 0;
    padding: 0;
}

#story-highlights .media-body p.highlight span {
    font-weight: var(--Font-Weight-type-weight-medium-500);
    color: var(--text-primary);
}

/* Gutenberg story highlights use plain list items instead of the legacy media markup. */
#story-highlights .story-highlights-list li {
    padding-left: 0;
}
.single-post .entry-content p a:hover{
    background: transparent;
    color: var(--primary-100);
}
.single-post .main-content {
    z-index: 9;
}
.short_content{
    font-weight: var(--Font-Weight-type-weight-medium-500);
    font-size: var(--Font-Size-type-size-sub-title-h4);
    color: var(--text-muted);
    line-height: var(--Line-Height-type-lh-body-p1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reduce-line-height{
	    line-height: var(--Line-Height-type-lh-sub-title-h4);
}
.price-percentages li{
    display: inline-block;
    font-weight: var(--Font-Weight-type-weight-bold-700);
    font-size: var(--Font-Size-type-size-label);
    line-height: var(--Line-Height-type-lh-sub-title-h4);
    color: var(--text-primary);
    margin-right: 22px;
}
.price-percentages li{
    border: 1px solid var(--cp-legacy-brand-alpha-30);
    border-radius: 50px;
    padding: 4px;
    line-height: 0;
}
.price-high-low{
    color: var(--success-100);
	font-weight: var(--Font-Weight-type-weight-medium-500);
    font-size: var(--Font-Size-type-size-label);
}
.price-high-low img{
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
}
.percentage-high-low{
    vertical-align: middle;
    margin-top: 0px;
    margin-left: 3px;
    color: var(--error-100);
}
.percentage-high-low img{
    margin-left: 4px;
    vertical-align: middle;
    margin-top: -1px;
}
.percentage-high{
    color: var(--success-100);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    font-size: var(--Font-Size-type-size-label);
}
.percentage-high img{
    margin-left: 4px;
	vertical-align: middle;
    margin-top: -2px;
}

.token-image{
    vertical-align: middle;
    margin-top: -4px;
    width: 20px;
	border-radius: 50%;
}
.token-name{
    font-size: var(--Font-Size-type-size-label);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    line-height: var(--Line-Height-type-lh-label);
    color: var(--text-primary);
    margin: 0 4px;
}
#main-content-row .homepage_banner_ad{
    margin: 35px 0px 0px;
}

.homepage_sidebanner_ad{
    padding: 0;
    margin: 32px 0;
}
.category-link-section{
	    margin: 32px 0;
}
.single-caption-text{
	    border-radius: 8px;
}
.loader-before-data{
    background: var(--grey-5);
    height: 12px;
    border-radius: 2px;
    animation: pulse 1.5s infinite ease-in-out;
    position: relative;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}

@keyframes pulse {
    0% {
        background-color: var(--grey-0);
      }
      50% {
        background-color: var(--grey-5);
      }
      100% {
        background-color: var(--grey-0);
      }
}
/****************** Youtuve video live sticky ****************************/

.youtube-video-live{
    left: auto;
    z-index: 999;
    position: fixed;
    bottom: 12px;
    right: 20px;
}
.youtube-video-live iframe{
    position: relative;
    border-radius: 8px;
    height: 170px;
    max-width: 300px;
}
.youtube-video-live .tie-fluid-width-video-wrapper{
    padding-top: 0;
}
.hide-sticky-video{
    font-size: var(--Font-Size-type-size-sub-heading-h2);
    font-weight: var(--Font-Weight-type-weight-semi-bold-600);
    color: var(--error-100);
    background: transparent;
    bottom: 53%;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 99999;
}
/****************** Subsciber newsletter css starts******************************/
.copy-post-link img {
    position: relative;
    top: -2px;
    margin-right: 2px;
    cursor: pointer;
}
.disclaimer_block{

    border-radius: var(--radius-8);
    padding: 16px;
}
.disclaimer_block h3{
    color: var(--text-primary)!important;
    font-weight: var(--Font-Weight-type-weight-bold-700)!important;
    font-size: var(--Font-Size-type-size-label)!important;
    line-height: var(--Line-Height-type-lh-label)!important;
    margin-bottom: 6px!important;
}
.disclaimer_block p{
    font-weight: var(--Font-Weight-type-weight-medium-500)!important;
    color: var(--text-secondary)!important;
    font-size: var(--Font-Size-type-size-caption)!important;
    line-height: var(--Line-Height-type-lh-caption)!important;
    margin-bottom: 0 !important;
}
.disclaimer_block .mr-bottom{
    margin-bottom: 10px;
}
.subscribe-newsletter{
    background-color: var(--cp-legacy-brand-alpha-05);
    border: 1px solid var(--cp-legacy-brand-alpha-30);
    border-radius: var(--radius-8);
    padding: 20px;
    margin: 28px 0;
}
#share-buttons-bottom{
    margin-top: 28px;
}
.subscribedSuccess{
    background-color: var(--cp-legacy-surface-base) !important;
}
.subscribe-newsletter h4{
    color: rgba(0, 82, 204, 0.7);
    font-weight: var(--Font-Weight-type-weight-semi-bold-600);
    font-size: var(--Font-Size-type-size-sub-title-h4);
    line-height: var(--Line-Height-type-lh-body-p1);
}
.subscribe-newsletter h3{
    color: var(--text-primary);
    font-weight: var(--Font-Weight-type-weight-semi-bold-600);
    font-size: var(--Font-Size-type-size-title-h3);
    line-height: var(--Line-Height-type-lh-sub-title-h4);
    margin: 14px 0 6px;
}
.subscribe-newsletter p{
    color: var(--text-muted);
    font-size: var(--Font-Size-type-size-sub-title-h4);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    line-height: var(--Line-Height-type-lh-body-p1);
    margin-bottom: 12px;
}
.custom-checkbox {
    display: none;
}
.checkbox-wrapper{
    margin-top: 16px;
    margin-bottom: 4px;
}
.custom-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: var(--Font-Size-type-size-label);
    user-select: none;
    color: var(--text-primary);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    line-height: var(--Line-Height-type-lh-body-p1);
    margin-right: 12px;
}
.custom-label span{
    position: relative;
    top: 2px;
}
.custom-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: var(--radius-8);
    background-color: transparent;
    border: 1px solid var(--cp-legacy-brand-alpha-30);
}
.custom-checkbox:checked + .custom-label::before {
    background-color: var(--cp-legacy-surface-base);
    border-color: #ffffff;
}
.custom-label::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.overlay-block .custom-label, .overlay-block .article-page-subscriber {
    pointer-events: none;
}
.checkbox-wrapper li{
    display: none;
}
.custom-checkbox:checked + .custom-label::after {
    opacity: 1;
}
.article-page-subscriber{
    display: flex;
    margin: 18px 0 6px;
}
.email-wrapper, .email-wrapper .email-input{
    width: 100%;
}
.article-page-subscriber .submit-button{
    min-width: 130px;
    background-color: var(--primary-100);
    padding: 6px 10px;
    min-height: 40px;
    border-radius: var(--radius-8);
    margin-left: 22px;
    font-weight: var(--Font-Weight-type-weight-medium-500);
    font-size: var(--Font-Size-type-size-label);
    line-height: var(--Line-Height-type-lh-label);
    color: var(--color-foreground-inverse);
}
.email-wrapper .email-input{
    width: 100%;
    min-height: 45px;
    border: 1px solid var(--cp-legacy-brand-alpha-30);
    border-radius: var(--radius-8);
    padding: 6px 10px;
    background: var(--bg-surface);
    color: var(--text-muted);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    font-size: var(--Font-Size-type-size-label);
    line-height: var(--Line-Height-type-lh-sub-title-h4);
}
.subscription-form h6{
    color: var(--text-muted);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    font-size: var(--Font-Size-type-size-caption) !important;
    line-height: var(--Line-Height-type-lh-caption);
}
.subscription-form h6 span{
    font-weight: var(--Font-Weight-type-weight-bold-700);
}
.custom-checkbox:checked + .custom-label::before {
    background-color: var(--primary-100);
    border-color: var(--primary-100);
}
.custom-checkbox:checked + .custom-label {
    color: var(--primary-100);
}
#successfully-subscribed{
    margin-bottom: 0;
    font-size: var(--Font-Size-type-size-caption);
    color: var(--success-100);
}
#error-message-select{
    color: var(--error-100);
    font-size: var(--Font-Size-type-size-caption);
    margin-bottom: 0;
}
.subscription-form #error-message-select{
    margin-bottom: 20px;
}
.subscription-form #newsletterSelectOption{
	    margin: 0;
}
.subscription-form  #newsletterSelectOption li {
	margin-bottom:0;
}
/*************  social share css *****************************/

#share-buttons-bottom{
    background: rgba(1, 1, 54, 0.05);
    padding: 16px 20px;
    border-radius: var(--radius-8);
    display: flex;
    align-items: center;
}
#share-buttons-bottom h3{
    display: inline-block;
    font-weight: var(--Font-Weight-type-weight-medium-500);
    font-size: var(--Font-Size-type-size-sub-title-h4);
    line-height: var(--Line-Height-type-lh-sub-title-h4);
    color: var(--text-primary);
}
#share-buttons-bottom  .share-links{
    margin-left: auto;
}

.share-links a.twitter-share-btn, .share-links a.twitter-share-btn:before {
    background: #000;
}
.post-tags-modern a:hover{
    color: var(--primary-100) !important;
}
.post-tags-modern a {
    float: none;
    background: var(--primary-5);
    padding: 4px 10px 4px;
    border-radius: var(--radius-4);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    color: var(--text-primary);
    font-size: var(--Font-Size-type-size-label);
    margin: 4px;
    display: inline-block;
    border: 0;
}


.share-links a .share-btn-icon {
    width: 30px;
    height: 30px;
    float: left;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.share-links a {
    display: inline-block;
    margin: 2px;
    height: 30px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    border-radius: 100%;
    width: 30px;
}
.magazine2 .share-buttons-bottom {
    border: 0;
    margin-left: 0%;
    padding: 10px 0 20px;
}
#related-posts .mag-box-title h3 {
    font-size: var(--Font-Size-type-size-title-h3);
    margin-right: 20px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: calc(100% - 145px);
    float: left;
    font-weight: var(--Font-Weight-type-weight-semi-bold-600);
}
#related-posts .the-global-title{
    border-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    display: flex;
}
#related-posts .the-global-title:before, #related-posts .the-global-title:after{
    display: none;
}
#related-posts .related-posts-list .date {
    font-size: var(--Font-Size-type-size-label);
    color: var(--primary-100);
    margin-top: 5px;
    font-weight: var(--Font-Weight-type-weight-medium-500);
}
#related-posts .related-item .post-title {
    line-height: var(--Line-Height-type-lh-sub-title-h4);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    margin-top: 8px;
}
#related-posts .post-title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--text-primary);
    font-size: var(--Font-Size-type-size-label);
    line-height: var(--Line-Height-type-lh-label);
}
.entry .wp-block-pullquote, .entry .wp-block-quote{
    color: var(--text-secondary);
    font-size: var(--Font-Size-type-size-caption);
    border-left: 7px solid var(--primary-100);
    background: var(--bg-surface);
    border-radius: 0;
    padding: 25px !important;
    width: 80%;
    margin: 0 auto 25px;
    text-align: left;
}
.entry .wp-block-pullquote p, .entry .wp-block-quote p {
    font-size: var(--Font-Size-type-size-body-p1);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    line-height: var(--Line-Height-type-lh-body-p1) !important;
}
blockquote::before, q::before{
    display: none;
}
#related-posts .post-meta .meta-item.tie-icon:before , .theiaStickySidebar .post-meta .meta-item.tie-icon:before{
display: none;
}

#the-sticky-video .featured-area-inner .tie-fluid-width-video-wrapper.tie-ignore-fitvid iframe{
    height: 420px;
    position: relative;
}
.wp-block-heading.get-graph-symbol, .wp-block-heading.exchange-symbol{
	    visibility: hidden;
	    font-size: 0;
}

/**story heightlight*/
#story-highlights {
    max-width: 100%;
    width: 100%;
    margin-bottom: 24px;
    margin-right: 4%;
    margin-top: 24px;

}
#story-highlights .the-subtitle {
    font-size: var(--Font-Size-type-size-label);
    line-height: var(--Line-Height-type-lh-label);
    font-weight: 700;
    color: var(--Primary-Brand-primary);
    text-transform: uppercase;
}
#story-highlights .the-subtitle strong{
    font-weight: 700;
}
#story-highlights .widget-title::after,#story-highlights .widget-title::before{
    display: none;
}
#story-highlights .widget-title {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
#story-highlights ul {
    margin-bottom: 25px;
}
#story-highlights li {
    list-style: none;
    border-bottom: 1px solid var(--cp-legacy-brand-alpha-30);
    padding: 10px 0;
    margin-bottom: 0;
}


/**Table of contents**/
.yoast-table-of-contents {
    padding: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid var(--cp-legacy-info-surface);
    border-radius: var(--radius-16);
	box-shadow: 0px 4px 40px 0px var(--cp-legacy-text-alpha-08);
}
.yoast-table-of-contents h2 {
    color: var(--text-primary);
    font-weight: var(--Font-Weight-type-weight-semi-bold-600);
    font-size: var(--Font-Size-type-size-title-h3);
    width: fit-content;
    display: inline-block;
    margin-bottom: 0;
}
#toggleButton{
    cursor: pointer;
    display: inline-block;
    float: right;
    position: relative;
    line-height: 8px;
     top: -1px;
}
#toggleButton .toggle-icon {
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

#toggleButton .rotated {
    transform: rotate(180deg);
}
.yoast-table-of-contents ul {
    display: block;
    overflow: hidden;
    max-height: 1000px;
    opacity: 1;
    border: 1px solid var(--cp-legacy-brand-alpha-30);
    border-radius: var(--radius-8);
    margin: 8px 0 0;
    padding-left: 0;
    transition: max-height 0.3s ease-out;
}
.yoast-table-of-contents ul li {
    margin: 0;
    line-height: 1.7;
    margin-bottom: 0;
    color: var(--info-100);
    font-size: var(--Font-Size-type-size-label);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    list-style-type: none;
    position: relative;
    border-bottom: 1px solid var(--cp-legacy-brand-alpha-30);
    padding: 8px 14px;
}
.yoast-table-of-contents ul li:last-child{
    border-bottom: 0;
}
.yoast-table-of-contents ul li a {
    color: var(--info-100);
    position: relative;
}
.yoast-table-of-contents ul li a::before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--info-100);
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
.yoast-table-of-contents ul.hidden {
    max-height: 0;
    transition: max-height 0.3s ease-out;
    opacity: 0;
    margin: 0;
    border: 0;

}
#toggleButton img{
    margin-top: 7px;
}
.related-item img{
    border-radius: var(--radius-8);
}

/**Table**/
.wp-block-table {
    padding: 0;
    margin-bottom: 30px;
    background: var(--bg-surface);
    border: 0;
    border-radius: 0;
}
.wp-block-table .table-is-responsive,
.wp-block-table .table-is-responsive .table-is-responsive {
    border: 0;
    border-radius: 0;
    background: transparent;
}
.wp-block-table .table-is-responsive table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    margin-bottom: 0;
    border: 1px solid var(--neutral-muted-border);
    border-radius: var(--radius-8);
    overflow: hidden;
    background: var(--bg-surface);
    font-size: var(--Font-Size-type-size-label);
    line-height: var(--Line-Height-type-lh-label);
    font-weight: var(--Font-Weight-type-weight-medium-500);
}
.fact-check-table.wp-block-table .table-is-responsive table {
    border: 1px solid var(--color-brand-primary);
}


.wp-block-table td, .wp-block-table th{
    padding: 8px 12px;
    border: 0;
    color: var(--text-primary);
    background: var(--bg-surface);
    font-size: var(--Font-Size-type-size-label);
    line-height: var(--Line-Height-type-lh-label);
    font-weight: var(--Font-Weight-type-weight-medium-500);
}
.wp-block-table .table-is-responsive table tr > td:not(:last-child),
.wp-block-table .table-is-responsive table tr > th:not(:last-child) {
    border-right: 1px solid var(--neutral-muted-border);
}
.wp-block-table .table-is-responsive table tr:not(:last-child) > td,
.wp-block-table .table-is-responsive table tr:not(:last-child) > th {
    border-bottom: 1px solid var(--neutral-muted-border);
}

.entry table tbody td, .entry table tbody th {
    border: 0;
}
.wp-block-image img {
    border-radius: var(--radius-8);
}

.wp-block-table .table-is-responsive table td:last-child strong,
.wp-block-table .table-is-responsive table td:last-child b {
    font-weight: var(--Font-Weight-type-weight-bold-700);
}
.wp-block-table table td:first-child strong,
.wp-block-table table td:first-child b {
    font-weight: 500;
}
.wp-block-table table tbody tr:first-child td,
.wp-block-table table tbody tr:first-child strong,
.wp-block-table table tbody tr:first-child b {
    text-transform: uppercase;
    font-weight: 700;
}
.single-post .entry table tbody tr td:first-child:not(.price-prediction.single-post .entry table tbody tr td:first-child) {


/* Label/Bold - 700 */
font-size: var(--Font-Size-type-size-label);
font-style: normal;
line-height: var(--Line-Height-type-lh-label); /* 128.571% */
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
    background-color: var(--cp-legacy-brand-alpha-05);

}

.wp-block-table:not(.wp-block-table.is-style-stripes) .table-is-responsive table tr:first-child td,
.wp-block-table:not(.wp-block-table.is-style-stripes) .table-is-responsive table tr:first-child th {
color: var(--text-muted);
letter-spacing: 2px;
font-size: var(--Font-Size-type-size-label);
font-style: normal;
font-weight: var(--Font-Weight-type-weight-bold-700);
line-height: var(--Line-Height-type-lh-label); /* 128.571% */
}
.entry .wp-block-table:not(.wp-block-table.is-style-stripes){
    border: 0;
    border-radius: 0;
}
/**FAQ**/
.schema-faq.wp-block-yoast-faq-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}
.schema-faq-section {
    border-radius: var(--radius-8);
    padding: 12px 16px;
    border: 1px solid var(--neutral-grey-border);
    box-shadow: none;
    background: var(--bg-surface);
    margin: 0;
}
.wp-block-yoast-faq-block .schema-faq-question {
    cursor: pointer;
    font-size: var(--Font-Size-type-size-sub-title-h4);
    color: var(--text-primary);
    font-weight: var(--Font-Weight-type-weight-semi-bold-600);
    line-height: var(--Line-Height-type-lh-sub-title-h4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}
.wp-block-yoast-faq-block .schema-faq-question strong {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}
.wp-block-yoast-faq-block .schema-faq-answer {
    display: none;
    color: var(--text-secondary);
    margin: 12px 0 0 !important;
    font-size: var(--Font-Size-type-size-body-p1);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    line-height: var(--Line-Height-type-lh-body-p1);
    border-top: 1px solid var(--neutral-muted-border);
    padding-top: 12px;
}
.wp-block-yoast-faq-block .schema-faq-answer a {
    color: var(--Primary-Brand-primary);
    font-weight: var(--Font-Weight-type-weight-bold-700);
}
.wp-block-yoast-faq-block .schema-faq-answer strong,
.wp-block-yoast-faq-block .schema-faq-answer b {
    color: var(--text-primary);
    font-weight: var(--Font-Weight-type-weight-bold-700);
}
.schema-faq-section:last-child p {
    margin-bottom: 0 !important;
}
.faq-toggle {
    margin-left: auto;
    transition: transform 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.faq-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    min-width: 16px;
    margin-left: 0;
}

.rotate-icon {
    transform: rotate(180deg);
}
/**Top gainer and top looser**/
.top-gainer {
    background: transparent;
    border-radius: var(--radius-8);
    padding: 0;
    margin-bottom: 16px;
}

.top-gainer .shortcode_title {
    margin-bottom: 16px;
}

.top-gainer .shortcode_title h6 {
    margin: 0;
    color: var(--text-primary);
    font-size: var(--Line-Height-type-lh-sub-title-h4);
    line-height: var(--Line-Height-type-lh-title-h3);
    font-weight: var(--Font-Weight-type-weight-bold-700);
}

.top-gainer .top-gainers-loosers ul {
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    user-select: none;
}

.top-gainer .top-gainers-loosers ul::-webkit-scrollbar {
    display: none;
}

.top-gainer .top-gainers-loosers ul li {
    list-style: none;
    flex: 0 0 calc((100% - 48px) / 5);
    min-width: 235px;
    margin: 0 !important;
    padding: 0;
    vertical-align: top;
    white-space: normal;
}

.top-gainer .top-gainer-desc {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    grid-template-areas:
        "meta meta"
        "icon name";
    row-gap: 4px;
    column-gap: 8px;
    padding: 16px;
    border: 1px solid var(--neutral-grey-border);
    border-radius: var(--radius-8);
    background: var(--bg-surface);
    align-items: center;
}

.top-gainer .top-gainer-desc h4 {
    grid-area: meta;
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0;
    font-size: 0 !important;
}

.top-gainer .top-gainer-desc .color-green,
.top-gainer .top-gainer-desc .color-red {
    margin: 0;
    font-size: var(--Line-Height-type-lh-sub-title-h4) !important;
    line-height: var(--Line-Height-type-lh-title-h3);
    font-weight: var(--Font-Weight-type-weight-bold-700);
}

.top-gainer .top-gainer-desc .color-green {
    color: var(--success-text);
}

.top-gainer .top-gainer-desc .color-red {
    color: var(--error-bg-text);
}

.top-gainer .top-gainer-desc .color-green img,
.top-gainer .top-gainer-desc .color-red img {
    display: none;
}

.top-gainer .top-market-card-price {
    color: var(--text-muted);
    font-size: var(--Font-Size-type-size-label);
    line-height: var(--Line-Height-type-lh-label);
    font-weight: var(--Font-Weight-type-weight-medium-500);
}

.top-gainer .top-gainer-desc > img {
    grid-area: icon;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 32px;
    border: 1px solid var(--neutral-muted-border);
    object-fit: cover;
}

.top-gainer .top-gainer-desc > a {
    grid-area: name;
    min-width: 0;
    display: block;
    text-decoration: none;
}

.top-gainer .top-gainer-desc h3 {
    margin: 0;
    color: var(--text-secondary);
    font-size: var(--Font-Size-type-size-label) !important;
    line-height: var(--Line-Height-type-lh-label) !important;
    font-weight: var(--Font-Weight-type-weight-bold-700);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-gainer .top-gainer-desc h3 span {
    display: none;
}

/** market shortcode card **/
.cp-market-card {
    display: grid;
    gap: 16px;
    padding: 16px;
    margin-bottom: 16px;
    border: 1px solid var(--neutral-grey-border);
    border-radius: var(--radius-8);
    background: var(--bg-surface);
}

.cp-market-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cp-market-card__header h6 {
    margin: 0;
    color: var(--text-primary);
    font-size: var(--Font-Size-type-size-h6);
    line-height: var(--Line-Height-type-lh-title-h6);
    font-weight: var(--Font-Weight-type-weight-bold-700);
}

.cp-market-card__header a {
    color: var(--brand-primary-default);
    font-size: var(--Font-Size-type-size-label);
    line-height: var(--Line-Height-type-lh-label);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    text-decoration: none;
}

.cp-market-card__overview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cp-market-card__token {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.cp-market-card__token img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--neutral-muted-border);
    object-fit: cover;
}

.cp-market-card__token-meta {
    min-width: 0;
}

.cp-market-card__token-meta h3 {
    margin: 0;
    color: var(--text-primary);
    font-size: var(--Font-Size-type-size-label);
    line-height: var(--Line-Height-type-lh-label);
    font-weight: var(--Font-Weight-type-weight-bold-700);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cp-market-card__token-meta p {
    margin: 0;
    color: var(--text-muted);
    font-size: var(--Font-Size-type-size-xs);
    line-height: var(--Line-Height-type-lh-small);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    text-transform: uppercase;
}

.cp-market-card__price {
    display: grid;
    justify-items: end;
    gap: 2px;
    text-align: right;
}

.cp-market-card__price h4 {
    margin: 0;
    color: var(--text-primary);
    font-size: var(--Font-Size-type-size-label);
    line-height: var(--Line-Height-type-lh-label);
    font-weight: var(--Font-Weight-type-weight-bold-700);
}

.cp-market-card__delta {
    color: var(--text-muted);
    font-size: var(--Font-Size-type-size-xs);
    line-height: var(--Line-Height-type-lh-small);
    font-weight: var(--Font-Weight-type-weight-medium-500);
}

.cp-market-card__delta.is-up {
    color: var(--success-text);
}

.cp-market-card__delta.is-down {
    color: var(--error-bg-text);
}

.cp-market-card__metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cp-market-card__metric {
    display: grid;
    gap: 4px;
    padding: 12px;
    border-radius: var(--radius-8);
    background: var(--bg-surface-secondary);
}

.cp-market-card__metric span {
    color: var(--text-muted);
    font-size: var(--Font-Size-type-size-xs);
    line-height: var(--Line-Height-type-lh-small);
    font-weight: var(--Font-Weight-type-weight-medium-500);
}

.cp-market-card__metric strong {
    color: var(--text-primary);
    font-size: var(--Font-Size-type-size-label);
    line-height: var(--Line-Height-type-lh-label);
    font-weight: var(--Font-Weight-type-weight-bold-700);
}

.cp-market-card__metric small {
    color: var(--text-muted);
    font-size: var(--Font-Size-type-size-xs);
    line-height: var(--Line-Height-type-lh-small);
    font-weight: var(--Font-Weight-type-weight-medium-500);
}

/**compnay profile popover**/
.profile-details{
	text-transform: capitalize;
}
.company_user_profile {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.profile_data {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-weight: var(--Font-Weight-type-weight-bold-700);
    text-transform: capitalize;
    gap: 4px;
}
.info-icons {
    width: 16px;
    min-width: 16px;
    vertical-align: middle;
}
.company__wrapper {
    position: relative;
    display: inline-flex;
    height: 18px;
}
.company_user_profile:hover .company__content,
.company_user_profile:focus-within .company__content,
.company_user_profile .company__content:hover,
.company_user_profile .company__content:focus-within {
    z-index: 20;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) !important;
}
.company__content {
    --cp-popover-shift-x: 0px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed !important;
    left: var(--cp-company-popover-left, 0px) !important;
    top: var(--cp-company-popover-top, 0px) !important;
    bottom: auto !important;
    right: auto !important;
    transform: translate3d(0, 10px, 0) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: min(328px, calc(100vw - 24px));
    padding: 12px 16px;
    box-shadow: 0 20px 25px -5px var(--cp-legacy-shadow-05), 0 8px 10px -6px var(--cp-legacy-shadow-05);
    background: var(--bg-surface) !important;
    border: 1px solid var(--neutral-muted-border) !important;
    border-radius: var(--radius-8) !important;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
    line-height: 1;
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}
.company__content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
}
.company__content.is-popover-up {
    top: var(--cp-company-popover-top, 0px);
    bottom: auto;
    margin-top: 0;
    margin-bottom: 0;
    transform: translate3d(0, 0, 0) !important;
}
.company_user_profile:hover .company__content.is-popover-up,
.company_user_profile:focus-within .company__content.is-popover-up,
.company_user_profile .company__content.is-popover-up:hover,
.company_user_profile .company__content.is-popover-up:focus-within {
    transform: translate3d(0, 0, 0) !important;
}
.company__content .company_logo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 4px 12px;
}
.company__content .company_logo > a:first-child,
.company__content .company_logo .user_profile_img {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--primary-20);
}
.company__content .company_logo > a:first-child {
    overflow: hidden;
    display: inline-flex;
}
.company__content .company_logo .company_logo_img,
.company__content .company_logo .user_profile_img {
    margin: 0;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}
.company__content .company_logo .company_logo_img {
    width: 100%;
    height: 100%;
}
.company__content .company-name-row {
    width: 100%;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.company__content .company-name-row .profile_link_element--inline {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}
.company__content .company-name-row .profile_link_element--inline img {
    display: block;
    width: 16px;
    height: 16px;
}
.company__content .company-name-row .company-name {
    margin: 0;
    flex: 0 1 auto;
    max-width: calc(100% - 24px);
    font-size: var(--Font-Size-type-size-sub-title-h4);
    line-height: var(--Line-Height-type-lh-sub-title-h4);
    font-weight: var(--Font-Weight-type-weight-semi-bold-600);
    color: var(--text-primary);
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company__content .profile_designation,
.company__content .company-details {
    width: 100%;
    margin: 0;
    font-size: var(--Font-Size-type-size-label);
    line-height: var(--Line-Height-type-lh-label);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    color: var(--text-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.company__content .company_mail {
    width: 100%;
    margin: 0;
    color: var(--text-muted);
    font-weight: var(--Font-Weight-type-weight-medium-500) !important;
    font-size: var(--Font-Size-type-size-label) !important;
    line-height: var(--Line-Height-type-lh-label);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company__content .company_category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px !important;
    margin: 4px 0 0 0 !important;
    border-radius: var(--radius-8);
    background: var(--neutral-muted-border);
    max-width: 100%;
}
.company__content .company_category span {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--text-secondary);
    font-size: var(--Font-Size-type-size-caption) !important;
    line-height: var(--Line-Height-type-lh-caption);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company__content .profile-company-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    margin-top: 0;
    width: 100%;
}
.company__content .company-social-icons {
    display: inline-flex;
    margin: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.company__content .company-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: var(--radius-6);
    background: var(--neutral-muted-border);
}
.company__content .company-social-icons img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}
.company__content--person .company_logo .user_profile_img {
    order: 1;
}
.company__content--person .profile-company-social {
    order: 2;
    width: auto;
    max-width: calc(100% - 52px);
    margin-left: auto;
}
.company__content--person .company-name-row {
    order: 3;
}
.company__content--person .profile_designation {
    order: 4;
}
.company__content--person .company-details {
    order: 5;
}
.company__content--person .company_mail {
    order: 6;
}
.company__content--person .company_category {
    order: 7;
}
.company__content--company .company_logo > a:first-child {
    order: 1;
}
.company_user_profile--company .company__content--company {
    position: fixed !important;
    left: var(--cp-company-popover-left, 0px) !important;
    top: var(--cp-company-popover-top, 0px) !important;
    bottom: auto !important;
    right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    z-index: 1200;
    transform: translate3d(0, 10px, 0) !important;
}
.company_user_profile--company:hover .company__content--company,
.company_user_profile--company:focus-within .company__content--company {
    transform: translate3d(0, 0, 0) !important;
}
.company_user_profile--company .company__content--company.is-popover-up,
.company_user_profile--company:hover .company__content--company.is-popover-up,
.company_user_profile--company:focus-within .company__content--company.is-popover-up {
    transform: translate3d(0, 0, 0) !important;
}
.company__content--company .company-name-row {
    order: 2;
}
.company__content--company .company-details {
    order: 3;
}
.company__content--company .company_mail {
    order: 4;
}
.company__content--company .company_category {
    order: 5;
}
.company__content--company .profile-company-social {
    order: 6;
}
@media (max-width: 767px) {
    .company__content {
        width: min(328px, calc(100vw - 16px));
    }
}

/**compnay profile **/
.company-details--single {
    margin-bottom: 24px;
}
.company-details--single .company-details-block--single {
    padding: 12px 16px;
    margin-bottom: 0;
    border: 1px solid var(--neutral-muted-border);
}
.company-details--single .company_news_block--single .companies_details--single {
    width: 100%;
}
.company-details--single .companies_details--single .media {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.company-details--single .companies_details--single .media .media-left {
    margin: 0;
    width: 40px;
    flex: 0 0 40px;
}
.company-details--single .companies_details--single .media .media-left a {
    display: block;
    width: 40px;
    height: 40px;
}
.company-details--single .companieslogo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--primary-20);
    object-fit: cover;
}
.company-details--single .companies_details--single .media .media-body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.company-details--single .company-profile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}
.company-details--single .company-profile-head > a:first-child {
    min-width: 0;
    flex: 1 1 auto;
    text-decoration: none;
}
.company-details--single .company-full-name {
    margin: 0 !important;
    font-size: var(--Font-Size-type-size-sub-title-h4) !important;
    line-height: var(--Line-Height-type-lh-sub-title-h4);
    font-weight: var(--Font-Weight-type-weight-semi-bold-600);
}
.company-details--single .company-profile-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}
.company-details--single .company-profile-arrow img {
    width: 16px;
    height: 16px;
    display: block;
}
.company-details--single .company_news_block .about-company {
    margin: 0;
    padding: 0;
    color: var(--text-muted);
    font-size: var(--Font-Size-type-size-label) !important;
    line-height: var(--Line-Height-type-lh-label);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company-details-block {
    padding: 15px;
    margin-bottom: 25px;
    border-radius: var(--radius-8);
    background: var(--bg-surface);
    border: 1px solid var(--grey-20);
}
.companies_details {
    border-right: 0 solid #e4e3e3;
}
.companies_details .media {
    margin-bottom: 5px;
    display: inline-block;
}
.companies_details .media .media-left {
    margin-top: 0;
    width: 50px;
    margin-right: 10px;
    display: inline-block;
}
.companieslogo {
    width: 50px;
    border-radius: var(--radius-16);
}
.companies_details .media .media-body {
    display: inline-block;
    vertical-align: top;
}
.company-full-name {
    font-weight: var(--Font-Weight-type-weight-medium-500);
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    font-size: var(--Font-Size-type-size-body-p1) !important;
    text-transform: capitalize;
    line-height: 1;
}
.business-models {
    margin-bottom: 0px;
}
.business-model-list {
    color: var(--text-muted);
    font-size: var(--Font-Size-type-size-label);
    font-weight: var(--Font-Weight-type-weight-medium-500);
}
ul.business-model-list {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 6px !important;
}
.single .entry ul.business-model-list li {
    list-style-type: none;
    font-size: var(--Font-Size-type-size-caption) !important;
    font-weight: var(--Font-Weight-type-weight-medium-500);
    display: inline-block;
    line-height: var(--Line-Height-type-lh-label) !important;
    border-radius: var(--radius-4);
    color: var(--cp-legacy-brand-ink-4);
    margin-right: 6px;
    margin-bottom: 2px;
    -webkit-font-smoothing: antialiased;
    background: #dde1f7;
    padding: 0px 5px;
}
.company_news_block .about-company {
    font-size: var(--Font-Size-type-size-caption) !important;
    margin-bottom: 0;
    padding-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
}
.company_category span {
    background: rgba(0, 41, 255, 0.3);
    padding: 6px 8px;
    border-radius: var(--radius-4);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    margin: 0 5px 0 0;
    display: initial;
    font-size: var(--Font-Size-type-size-caption) !important;
    color: #576192;
}

/**person profile **/

/**Pros and cons **/
.review_wrap #review-box.review-box{
	display:none;
}
#review {
    background: var(--cp-legacy-brand-alpha-10);
    padding: 20px 20px 0;
    border-radius: var(--radius-8);
    margin: 0;
    width: 100%;
    box-shadow: none;
}
.review-heading .review-title {
    padding: 0;
    background-color: transparent;
    border: 0;
}
#review .review-list li {
    padding: 6px 15px;
    font-size: var(--Font-Size-type-size-body-p1);
    border: 0;
    margin-bottom: 15px;
    border-radius: var(--radius-8);
    background: var(--grey-5);
}
.wp-review-edge-template .review-list li span {
    margin-top: 3px;
    display: inline-block;
    font-size: var(--Font-Size-type-size-label);
    color: var(--text-primary);
    font-weight: var(--Font-Weight-type-weight-medium-500);
}
.review-list .review-star {
    float: right;
}
.review-star {
    position: relative;
    margin: 0 auto;
    display: inline-block;
}
#review .review-total-wrapper {
    border-right: 1px solid var(--cp-legacy-info-surface);
    padding: 42px 0!important;
    background: var(--bg-surface);
    border-radius: var(--radius-8);
    margin-bottom: 25px;
}
#review .review-total-box {
    font-weight: var(--Font-Weight-type-weight-medium-500) !important;
}
.review-wrapper .review-list {
    padding-right: 15px;
    border-top: 0 !important;
}
.review-pros-cons .review-cons .mb-5 strong:before, .review-pros-cons .review-pros .mb-5 strong:before{
    display: none;
}
#review .review-pros-cons .review-cons ul, .review-pros-cons ol, .review-pros-cons ul{
    vertical-align: text-top;
    margin-top: 8px;
    margin-bottom: 0;
}
#review .review-pros-cons .review-pros ul li:before {
    color: green;
    margin-left: -25px;
    content: url('https://image.coinpedia.org/wp-content/uploads/2024/08/23104952/thumb-prons.svg');
    vertical-align: middle;
    opacity: 6;

}
#review .review-pros-cons .review-cons ul li:before {
    color: red;
    margin-left: -22px;
    content: url('https://image.coinpedia.org/wp-content/uploads/2024/08/23105028/cons.svg');
    vertical-align: middle;
    opacity: 6;
}
#review.review-wrapper .review-pros-cons .review-pros, #review.review-wrapper .review-pros-cons .review-cons{
    margin-bottom: 20px;
}

.review-pros-cons li {
    margin-bottom: 10px!important;
    line-height: var(--Line-Height-type-lh-body-p1) !important;
    font-size: var(--Font-Size-type-size-sub-title-h4) !important;
    -webkit-font-smoothing: antialiased;
    display: flex;
}

#review .review-pros-cons .review-cons, #review .review-pros-cons .review-pros {
    margin-top: 0;
}
#review.review-wrapper .review-pros-cons {
    border-top: 0 !important;
}
#review .review-pros-cons .review-pros, #review .review-pros-cons .review-cons {
    padding: 16px !important;
    margin-top: 0px;
    border-radius: var(--radius-8);
    background: var(--grey-5) !important;
}
.review-pros-cons .review-pros ol {
    margin-left: 0px;
    background: var(--cp-legacy-success-soft);
    padding: 15px 15px 5px;
    border-radius: 5px;
    list-style: disc;
    padding-left: 20px;
}
#review .review-pros ol li {
    background: url('https://image.coinpedia.org/wp-content/uploads/2024/08/23104952/thumb-prons.svg') no-repeat 0px 0px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 35px;
    background-size: 24px;
}
.review-pros-cons .review-cons ol {
    margin-left: 0px;
    background:transparent;
    padding: 15px 15px 5px;
    border-radius: 5px;
}
#review .review-cons ol li {
    background: url('https://image.coinpedia.org/wp-content/uploads/2024/08/23105028/cons.svg') no-repeat 0px 0px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 35px;
    background-size: 24px;
}
#review .review-total-wrapper .review-total-box div {
    font-weight: 400;
    font-size: 44px;
}
#review .review-total .review-result-wrapper i {
    font-size: 24px;
}
/**beginners and traders guide detail page*/

.beginners-guide.single-post #tie-wrapper, .traders.single-post #tie-wrapper {
    background: var(--bg-page);
}


.beginners-guide .yoast-table-of-contents ul li, .traders .yoast-table-of-contents ul li {
    color: #33E166;
}
.beginners-guide.single-post .entry-content p a, .traders.single-post .entry-content p a {
    color: #1b6afa !important;
}

.beginners-guide .enroll_quiz_btn, .traders .enroll_quiz_btn {
    color: var(--color-foreground-inverse);
    font-weight: 400;
}

.academy_tags {
    text-align: center;
    margin-bottom: 20px;
}
.academy_tags span {
    background: var(--cp-legacy-brand-alpha-10);
    padding: 4px 10px 2px;
    border-radius: 4px;
    font-weight: 400;
    color: var(--cp-legacy-text-strong);
    font-size: 14px;
    margin: 4px;
    display: inline-block;
}
/*******************  vote like and dislike **************************************/
.like_dislike_voting{
    background: var(--cp-legacy-brand-alpha-05);
    margin: 26px 0;
    padding: 20px;
    border-radius: 8px;
    z-index: -1;
    position: relative;
}
.vote_for_post {
    margin-left: 0;
    background: transparent;
    border-radius: 6px;
    position: relative;
    z-index: -1;
}

.cp-post-tail-stack .cp-feedback-card .like_dislike_voting,
.cp-post-tail-stack .cp-feedback-card .vote_for_post {
    z-index: 1;
}
.like_dislike_btns{
    display: inline-block;
    float: right;
    margin-top: 1px;
}
.like_dislike_btns h5{
    z-index: 999;
    position: relative;
}
.vote_for_post_align {
    margin-top: 12px;
    border: 1px solid var(--cp-legacy-brand-border-30);
    padding: 20px;
    border-radius: 8px;
}
.vote_for_post h4 {
    font-size: 16px;
    margin-top: 0;
    font-weight: 500;
    color: var(--cp-legacy-text-strong);
    display: inline-block;
    line-height: 20px;
}
.single-post .post-components{
    z-index: -1;
    position: relative;
}
#responsemessage {
    font-size: 14px !important;
}
.vote_popup .modal-footer {
    text-align: right;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 15%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    background-color: var(--cp-legacy-shadow-40);
    text-align: center;
}


.vote_popup {
    padding-right: 0;
    position: relative !important;
    padding-top: 20px !important;
    background: 0 0 !important;
    padding-left: 0px;

}
.vote_popup .modal-dialog {
    width: auto;
    margin: 0 auto;
    text-align: left;
    transition: opacity 0.3s ease-in-out;
}
.vote_popup h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--cp-legacy-text-strong);
}
#article_comment{
    background: var(--cp-legacy-surface-base);
    border: 1px solid var(--cp-legacy-brand-border-30);
    border-radius: 8px;
    padding: 10px 14px;
    width: 100%;
}
.select_article_status {
    margin-top: 15px;
    margin-bottom: 15px;
}
.select_article_status .active {
    background: var(--cp-legacy-brand-ink-3);
    color: var(--color-foreground-inverse);
}
.select_article_status button {
    background: var(--cp-legacy-brand-alpha-10);
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#err_category {
    color: var(--cp-legacy-error) !important;
    margin: 10px 0 !important;
    font-size: 13px !important;
}

.vote_close, .vote_submit {
    padding: 10px 20px;
    margin-top: 6px;
}
.vote_close {
    margin-right: 8px;
}
.vote_for_post h5 .btn {
    font-weight: 600;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
    float: none;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 14px;
}
.vote_for_post h5 .btn img{
    vertical-align: sub;
    display: inline-block;
}

.writing_yes.cp-feedback-btn-loading,
.writing_no.cp-feedback-btn-loading {
    position: relative;
    pointer-events: none;
    color: transparent !important;
}

.writing_yes.cp-feedback-btn-loading > :not(.cp-feedback-btn-loader),
.writing_no.cp-feedback-btn-loading > :not(.cp-feedback-btn-loader) {
    opacity: 0;
}

.writing_yes.cp-feedback-btn-loading .cp-feedback-btn-loader,
.writing_no.cp-feedback-btn-loading .cp-feedback-btn-loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.writing_yes.cp-feedback-btn-loading .spinner,
.writing_no.cp-feedback-btn-loading .spinner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55em;
}

.writing_yes.cp-feedback-btn-loading .spinner > div,
.writing_no.cp-feedback-btn-loading .spinner > div {
    display: inline-block;
    border-radius: 100%;
    animation: cpFeedbackBouncedelay 1.4s infinite both;
    width: 0.34em;
    height: 0.34em;
}

.writing_yes.cp-feedback-btn-loading .spinner .bounce1,
.writing_yes.cp-feedback-btn-loading .spinner .bounce2,
.writing_no.cp-feedback-btn-loading .spinner .bounce1,
.writing_no.cp-feedback-btn-loading .spinner .bounce2 {
    animation-delay: 0s;
    margin-right: 0.14em;
}

.writing_yes.cp-feedback-btn-loading .spinner .bounce1,
.writing_no.cp-feedback-btn-loading .spinner .bounce1 {
    animation-delay: -0.32s;
}

.writing_yes.cp-feedback-btn-loading .spinner .bounce2,
.writing_no.cp-feedback-btn-loading .spinner .bounce2 {
    animation-delay: -0.16s;
}

.writing_yes.cp-feedback-btn-loading .spinner > div {
    background-color: var(--success-100, #2b8e2b);
}

.writing_no.cp-feedback-btn-loading .spinner > div {
    background-color: var(--error-100, #f01414);
}

@keyframes cpFeedbackBouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

#responsemessage {
    transition: color 0.3s ease-in-out;
}
.academy_tags a {
    color: var(--cp-legacy-text-strong);
}
.post-tags-modern .tagcloud{
    padding-top: 24px;
}
/*academy pages sidebar*/

.single-post.beginners-guide .sidebar .theiaStickySidebar,  .single-post.traders .sidebar .theiaStickySidebar, .single-post.checklist .theiaStickySidebar
{
    display:none;
}

.google_news-space{
    text-align: right;
    float: right;
    margin-top: 0px;
}
.beginners-guide .google_news-space, .traders .google_news-space{
    margin-top: 0px !important;
    min-height: 47px;
}
/* ccrypto live news */

.homepage_banner_ad.banner_ad_hide{
    display: none;
}

/**banner ad**/
.header_banner_ad .stream-title{
    background: 0 0;
    color: var(--cp-legacy-text-alpha-92) !important;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 200;

}
/**Team members**/
.team-members-list ul {
    margin-bottom: 0px !important;
    white-space: nowrap;
    overflow: auto;
    background: var(--cp-legacy-surface-base);
    padding: 15px 10px !important;
    text-align: center;
    margin-left: 0 !important;
    border-radius: 5px;
    margin-top: 5px;
}
.team-members-list ul li {
    list-style: none !important;
    min-width: 144px;
    margin-right: 0px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px !important;
    text-align: center;
    max-width: 150px;
    padding: 0 8px !important;
}
.team-members-list .team-members img {
    width: 50px;
    border-radius: 50px;
}
.team-members-list .team-members h5 {
    color: var(--cp-legacy-text-strong);
    font-size: 14px;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin-top: 2px;
    -webkit-font-smoothing: antialiased;
}
.team-members-list .team-members h6 {
    font-size: 13px;
    color: var(--cp-legacy-brand-ink-6);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: capitalize;
}
/* price prediction subscriber and poll subsriber design css start */
.price-prediction-subscriber{
    background: var(--cp-legacy-surface-base);
    border: 1px solid #DDDDDD;
    border-radius: 14px;
    padding: 12px 14px;
    max-width: 600px;
	margin: 0 auto 20px;
}
.price-prediction-subscriber h2{
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 0;
}
.price-prediction-subscriber span img{
      vertical-align: middle;
    margin-right: 6px;
    width: 36px;
}
.price-prediction-subscriber .subscribe-btn{
    display: inline-block;
    background: var(--cp-legacy-brand-ink-2);
    color: var(--color-foreground-inverse);
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    float: right;
    padding: 7px 28px;
    border-radius: 10px;
    margin-top: 1px;
   transition: all 0.3s ease 0s;
   box-shadow: 0px 5px 10px 0px var(--cp-legacy-shadow-40);
}
.price-prediction-subscriber .subscribe-btn:hover{
   background:var(--cp-legacy-brand-ink-5);
}
.poll-vote{
    background: var(--cp-legacy-surface-base);
    padding: 14px 18px 12px;
    margin: 20px 0;
    border-left: 5px solid var(--cp-legacy-brand-ink-2);
    border-radius: 6px;
}
.quetions-options{
    display: inline-block;
}
.vote-btn{
    display: inline-block;
    float: right;
}
.vote-btn button{
    display: inline-block;
    background: var(--cp-legacy-brand-ink-2);
    color: var(--color-foreground-inverse);
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    float: right;
    padding: 6px 30px 6px;
    border-radius: 8px;
    margin-top: 15px;
	transition: all 0.3s ease 0s;
	box-shadow: 0px 5px 10px 0px var(--cp-legacy-shadow-40);
}
.surveybtns{
    margin-top: 18px;
}
.poll-vote h3{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.radiobtns{
    margin-right: 20px;
}
.view-results{
    margin: 14px 0 8px;
}
.view-results input{
    max-width: 48%;
    width: 48%;
    border: 1px solid #818181;
    min-height: 42px;
    border-radius: 8px 0 0 8px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 300;
    color: var(--cp-legacy-text-secondary);
}
.view-results .input-group{
   display: flex;
    align-items: stretch;
    width: 100%;
}
.view-results .input-group-append {
    margin-left: -1px;
}
.view-results .input-group-text{
    background: var(--cp-legacy-brand-ink-2);
    padding: 9px 26px 9px;
    margin-left: -14px;
    border-radius: 8px;
    font-size: 14px;
    color: var(--color-foreground-inverse);
    font-weight: 300;
	transition: all 0.3s ease 0s;
    box-shadow: 0px 5px 10px 0px var(--cp-legacy-shadow-40);
	display: flex;
    align-items: center;
    min-height: 42px;
	justify-content: center;
    cursor: pointer;
}
.company_news_block {
    padding: 14px;
}
.progressbar{

      width: 58%;
      border-radius: 15px;
    display: inline-block;
    margin-left: 4px;
}
.progressbar span{
    color: var(--color-foreground-inverse);
    padding: 1%;
    text-align: right;
    font-size: 20px;
    border-radius: 15px;
    display: block;
}
.view-result-block p{
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--cp-legacy-text-secondary);
    margin-right: 20px;
	    min-width: 30px;
}
#display-percentage, #display-percentage-positive{
    color: var(--cp-legacy-text-strong);
    font-size: 14px;
    font-weight: 400;
}
#view-result-poll, #subscriber-poll{
display:none;
}
.vote-btn .input-group-text:hover, .view-results .input-group-text:hover{
   background:var(--cp-legacy-brand-ink-5);
}
.entry p.error-msg{
    color: var(--cp-legacy-error);
    font-size: 14px !important;
    line-height: 24px;
}
.entry p.submit-msg{
	 color: var(--cp-legacy-success-strong);
    font-size: 14px !important;
    line-height: 24px;
	margin-bottom: 6px;
}
.poll_quetions_button{
	    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.academy_layout_sidebar{
    padding-right: 15px !important;
}
.data_green{
    color:var(--cp-legacy-success);
}
.data_red{
    color: var(--cp-legacy-error);
}
.data_orange{
    color: var(--cp-legacy-orange);
}
/* price prediction subscriber and poll subsriber design css End */
@media (max-width: 991px){

    .post-has-toggle #the-post .entry{
        max-height: initial;
        overflow: initial;
        position: relative;
    }
    .post-has-toggle #the-post .entry:not(.is-expanded):before, .toggle-post-content #toggle-post-button{
        display: none;
    }
    .top-gainer .top-gainers-loosers ul li {
        min-width: 220px;
    }
    .top-gainer .top-gainer-desc .color-green,
    .top-gainer .top-gainer-desc .color-red {
        margin-top: 0 !important;
    }
    .top-gainer .top-gainer-desc h4 {
        line-height: normal !important;
    }
    .top-markets .dropdown-item h2 {
        font-size: 14px;
    }
    .single .entry ul.business-model-list li {
        padding: 1px 5px;
    }
    .company__wrapper {
        position: relative;
        height: 18px;
    }
    .company__content {
        left: var(--cp-company-popover-left, 0px) !important;
        top: var(--cp-company-popover-top, 0px) !important;
        transform: translate3d(0, 10px, 0) !important;
        width: min(328px, calc(100vw - 24px));
    }
    .company__content.is-popover-up {
        transform: translate3d(0, 0, 0) !important;
    }
    .company_user_profile--company .company__content--company {
        position: fixed !important;
        left: var(--cp-company-popover-left, 0px) !important;
        top: var(--cp-company-popover-top, 0px) !important;
        bottom: auto !important;
        right: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        z-index: 1200;
        transform: translate3d(0, 10px, 0) !important;
    }
    .company_user_profile--company:hover .company__content--company,
    .company_user_profile--company:focus-within .company__content--company {
        transform: translate3d(0, 0, 0) !important;
    }
    .company_user_profile--company .company__content--company.is-popover-up,
    .company_user_profile--company:hover .company__content--company.is-popover-up,
    .company_user_profile--company:focus-within .company__content--company.is-popover-up {
        transform: translate3d(0, 0, 0) !important;
    }
    .yoast-table-of-contents ul li {
        font-size: 24px !important;
    }
    .yoast-table-of-contents ul li a {
        font-size: 14px !important;
        margin-bottom: 0;
        line-height: 24px !important;
    }
    .yoast-table-of-contents ul li ul{
        border: 0;
    }
    /* review block */
    .beginners-guide.post-template-default .marquee, .traders.post-template-default .marquee{
        background: var(--cp-legacy-surface-base);
    }
    #review .review-list li {
        font-size: 14px !important;
        padding: 10px 12px !important;
        text-align: center;
    }
    .review-list .review-star {
        float: none;
        display: block;
    }
    .price-percentages li:last-child{
        margin-right:0;
    }
    .price-percentages li{
        font-size: 12px;
    }

    .magazine2.has-sidebar .sidebar {
        margin-top: 0px;
    }
    .youtube-video-live iframe{
        height: 145px;
        max-width: 198px;
    }

}
@media (min-width: 992px) and (max-width: 1121px){
    .price-percentages li{
        margin-right: 10px;
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
.team-members-list ul {
    display: flex;
}

}
@media (max-width: 767px){
    .short_content{
        font-size: 14px;
        line-height: 25px;
    }
    .entry-content h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .entry-content h3 {
        font-size: 19px;
        margin-bottom: 16px;
    }
    .entry-content h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .entry-content h5 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .entry-content h6 {
        font-size: 16px;
        margin-bottom: 14px;

    }
    .entry p{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
        font-weight: 400;
    }
    .post-tags-modern a {
        padding: 4px 9px;
        font-size: 13px;
        border-radius: 2px;
    }
    .vote_for_post h4 {
        text-align: center;
        font-size: 16px;
    }
    .vote_popup h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .select_article_status button {
        font-size: 11px;
        padding: 1px 8px;
        border-radius: 5px;
        margin: 3px;
    }
    .vote_popup .modal-body .form-group textarea {
        font-size: 12px !important;
    }
    #related-posts .mag-box-title h3 {
        font-size: 18px !important;
        max-width: 200px;
    }
    #related-posts .related-posts-list {
        margin: 0 -8px -20px;
    }
    .first-side-ad a {
        font-size: 10px;
    }
    .header_banner_ad .stream-title{
        font-size: 14px;
    }
    #story-highlights .the-subtitle{
        margin-bottom: 6px;
        font-size: 18px;
		margin-top: 10px;
    }
    #story-highlights .highlight {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    .single .entry ul li, .single .entry ol li{
        line-height: 26px;
        font-size: 15px;
    }
    .review-cons ul li, .review-pros ul li {
        font-size: 15px!important;
        line-height: 22px!important;
        margin-bottom: 10px!important;
    }
    .meta-author-wrapper {
        margin-right: 0 !important;
    }
    #related-posts .post-thumb {
        display: none;
    }
    .single-post .post-components #related-posts .related-posts-list .related-item {

        width: 100%!important;

    }
    #related-posts .related-item {
        padding-bottom: 15px!important;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }
    #related-posts .related-posts-list .date:before{
        display: none;
    }
    #related-posts .related-posts-list .date{
        font-size: 12px;
    }
    #related-posts .the-global-title{
        margin-bottom: 14px;
    }
    #related-posts .related-item .post-title{
        font-size: 14px;
        margin-top: 4px;
    }
    .vote_for_post h5 span {
        float: none;
        font-size: 14px;
    }
    .entry .wp-block-pullquote, .entry .wp-block-quote{
        padding: 16px !important;
    }
    .entry .wp-block-pullquote p, .entry .wp-block-quote p{
        font-size: 15px !important;
        line-height: 26px !important;
    }
    .company_news_block .about-company {
        font-size: 14px !important;
    }

    .review-list{
        margin-bottom: 12px;
    }
    .beginners-guide .featured-area iframe, .traders .featured-area img {
        border-radius: 8px;
    }
	#the-sticky-video .featured-area-inner .tie-fluid-width-video-wrapper.tie-ignore-fitvid iframe {
		height: 200px;
	}
   .price-prediction-subscriber{
		padding: 8px;
	}
	.price-prediction-subscriber span img{
         margin-right: 3px;
		width: 34px;
    }
	.price-prediction-subscriber h2{
		font-size: 16px;
	}
	.price-prediction-subscriber .subscribe-btn{
		padding: 4px 14px 5px;
		border-radius: 7px;
		margin-top: 0px;
	   font-size: 13px;
	}
	.view-result-block p{
		    margin-bottom: 10px;
	}
	.poll_quetions_button{
		    display: inline-block;
	}
	.vote-btn {
    float: unset;
	}
	.quetions-options {
		display: block;
	}
	.surveybtns {
		margin-top: 8px;
	}
	.vote-btn button{
		margin-top: 11px;
		padding: 5px 30px 4px;
		font-size: 14px;
	}
	.poll-vote h3{
	font-size: 16px;
	}
	.poll-vote{
		padding: 10px 12px 8px;
	}
	.view-results{
		display: flex;
	}
	.view-results input {
		max-width: 100%;
		width: 100%;
	   font-size: 14px !important;
	}
	.view-results .input-group-text{
		padding: 9px 12px;
		margin-left: -4px;
		border-radius: 8px;
		font-size: 13px;
		min-width: 110px;
	}
	.progressbar span{
	 padding: 2%;
	}
	#story-highlights .story-highlights-list li{
	 font-size: 15px !important;
	 line-height: 1.5 !important;
	}
    .price-percentages{
        margin-top: 0px;
    }


	.price_prediction_block .wp-post-image{
		    max-height: inherit !important;
	}
	.loader-before-data{
		width:16px;
	}
	.wp-block-table td, .wp-block-table th{
		    min-width: 60px;
		    padding: 8px 8px;
	}
	.wp-block-table .has-fixed-layout {
		table-layout: inherit;
	}
	.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    	word-break: initial;
	}
	.single_live_news_time{
		letter-spacing: 0.4px;
		font-size: 13px;
	}
	.single_live_news_time svg {
		width: 16px;
	}
	 .youtube-video-live{
        bottom: 66px;
    }
}
    @media (max-width: 599px){
        .like_dislike_btns{
            float: left;
            margin-top: 10px;
            display: flex;
            justify-content: space-between;
            width: 100%;
        }
        .vote_for_post_align{
            display: inline-block;
            width: 100%;
        }
        .vote_for_post h5{
            display: flex;
            width: 100%;
        }
        .vote_for_post h5 .btn:first-child{
            margin-left: 0;
        }
        .vote_for_post h5 .btn{
            font-size: 12px;
            white-space: nowrap;
            margin: 0 6px;
            width: 50%;
            text-align: center;
        }

        .vote_popup .btn {
            width: fit-content;
        }
        .vote_for_post h4{
            text-align: left;
            font-size: 16px;
            display: block;
        }
    }

    @media (max-width: 580px){
		.copy-post-link img {
        	top: 0px;
    	}

        #share-buttons-bottom{
            display: block;
            text-align: center;
			 padding: 16px 14px;
        }
        #share-buttons-bottom .share-links{
            margin-top: 9px;
        }
        .share-links a{
            margin: 6px 2px 0;
        }
        .subscribe-newsletter h3{
            font-size: 18px;
        }
        .subscribe-newsletter p{
            font-size: 14px;
            line-height: 24px;
        }
        .subscribe-newsletter{
            padding: 14px;
        }
        .custom-label{
            font-size: 12px;
            white-space: nowrap;
            margin-right: 7px;
        }
        .checkbox-wrapper .custom-label:last-child{
            margin-right: 0;
        }
        .custom-label::before{
            top: -2px;
        }
        .article-page-subscriber{
            display: block;
        }
        .article-page-subscriber .submit-button{
            margin-left: 0;
            margin-top: 18px;
            width: 100%;
            font-size: 12px;
        }
        .email-wrapper .email-input{
            font-size: 13px !important;

        }
        .home_page_heading_tag{
            font-size: 16px;
            margin-bottom: 6px;
        }
        .custom-label::after{
            top: 0px;
        }


    }
@media(max-width:520px){
    .token-name{
        margin: 0 2px;
    }
    .token-image{
        width: 18px;
    }
	.percentage-high,  .percentage-low{
		    font-size: 12px;
	}
	.price-percentages .price{
		font-size: 14px;
	}
    .price-percentages li:nth-child(2){
        margin-right: 6px;
    }
    .percentage-high-low {
        font-size: 12px;
        font-weight: 500;
    }
    .percentage-high-low img{
        width: 12px;
    }
    .percentage-high img{
        width: 10px;
    }

}
@media (min-width: 380px){
    .checkbox-wrapper li{
        margin-right: 12px;
    }
}
@media (max-width: 380px){
    .checkbox-wrapper{
        display: flex;
        justify-content: space-between;
    }
}
@media(max-width:320px){
    .like_dislike_voting{
        padding: 14px;
    }
    .like_dislike_btns h5{
        display: flex;
    }
    .vote_for_post_align{
        padding: 12px;
    }
    .vote_for_post h5 .btn{
        font-size: 10px;
        padding: 8px 16px;
        white-space: nowrap;
    }
    .vote_for_post h5 .btn:first-child{
        margin-right: 0;
    }
}



@media (max-width: 480px){
    #review .review-total-wrapper{
        padding: 20px 0!important;
    }
    #review .review-total-wrapper .review-total-box div{
        font-size: 30px;
    }
    #review .review-total .review-result-wrapper i {
        font-size: 20px;
    }
    .wp-review-87471.review-wrapper .mb-5{
        font-size: 18px !important;
    }
}
@media screen and (max-width: 480px){
#review .review-wrapper .review-list, #review .review-wrapper .review-total-wrapper {
    width: 100%;
}
.review-wrapper .review-list{
     padding-right: 0px;
      margin-bottom: 10px !important;
}
}
@media (max-width: 320px){
.featured-area .featured-area-inner .single-featured-image{
    margin-top: 3px;
}
.enroll_quiz_btn {
    padding: 9px 12px 7px;
    font-size: 12px;
}
.category-beginners-guide .course_block h5, .category-traders .course_block h5{
    font-size: 13px;
}
.category-beginners-guide .with_login h4, .category-traders .with_login h4{
    font-size: 20px;
}

}

/**remove this css after enabled option on jannah*/
.post-components .about-author{
    display: none;
}
#share-buttons-bottom .share-title {
    display: none;
}

/******************** Live blog Posting css  *****************/
body.cp-liveblog-single-enhanced #tie-wrapper,
.single-post.live-blog-news #tie-wrapper{
    background: var(--cp-legacy-surface-page);
}

.single-post.live-blog-news .entry-content.entry.clearfix,
.single-post.live-blog-news .entry-content.entry{
    position: relative;
}

.cp-liveblog-skeleton{
    display: none;
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 3;
    pointer-events: none;
    background: var(--bg-surface);
    padding-top: 20px;
}

.cp-liveblog-skeleton__pulse{
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg,var(--cp-legacy-text-alpha-08) 25%,var(--cp-legacy-text-alpha-14) 50%,var(--cp-legacy-text-alpha-08) 75%);
}

.cp-liveblog-skeleton__pulse::after{
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, var(--cp-legacy-surface-alpha-80) 50%, rgba(255,255,255,0) 100%);
    animation: cp-liveblog-skeleton-shimmer 1.4s infinite;
}

html.cp-liveblog-hydrating body.live-blog-news .cp-liveblog-skeleton{
    display: block;
}

html.cp-liveblog-hydrating body.live-blog-news .entry-content > .liveblog-section,
html.cp-liveblog-hydrating body.live-blog-news .entry-content > .cp-liveblog-feed{
    opacity: 0;
}

html.cp-liveblog-hydrating body.live-blog-news .liveblog-section::before,
html.cp-liveblog-hydrating body.live-blog-news .liveblog-section::after,
html.cp-liveblog-hydrating body.live-blog-news .cp-liveblog-day-group::before,
html.cp-liveblog-hydrating body.live-blog-news .cp-liveblog-skeleton__items::before,
html.cp-liveblog-hydrating body.live-blog-news .cp-liveblog-skeleton__diamond{
    opacity: 0;
}

.cp-liveblog-skeleton__day{
    width: 220px;
    height: 18px;
    margin: 0 0 24px 28px;
    border-radius: 4px;
}

.cp-liveblog-skeleton__items{
    position: relative;
    padding-left: 28px;
}



.cp-liveblog-skeleton__item{
    position: relative;
    padding-left: 28px;
}

.cp-liveblog-skeleton__item + .cp-liveblog-skeleton__item{
    margin-top: 20px;
}



.cp-liveblog-skeleton__card{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    border: 1px solid var(--cp-legacy-surface-soft);
    border-radius: 8px;
    background: var(--bg-surface);
}

.cp-liveblog-skeleton__time{
    width: 96px;
    height: 18px;
    border-radius: 4px;
}

.cp-liveblog-skeleton__title{
    width: 72%;
    height: 36px;
    border-radius: 6px;
}

.cp-liveblog-skeleton__line{
    width: 100%;
    height: 18px;
    border-radius: 4px;
}

.cp-liveblog-skeleton__line--short{
    width: 68%;
}

@keyframes cp-liveblog-skeleton-shimmer{
    100%{
        transform: translateX(100%);
    }
}

.cp-liveblog-feed{
    --cp-liveblog-accent: var(--cp-legacy-brand-primary);
    --cp-liveblog-accent-soft: var(--cp-legacy-brand-alpha-28);
    --cp-liveblog-card-border: var(--cp-legacy-surface-soft);
    --cp-liveblog-card-shadow: none;
    --cp-liveblog-content-indent: 28px;
    --cp-liveblog-timeline-x: -17px;
    --cp-liveblog-marker-center: 8px;
    --cp-liveblog-row-gap: 20px;
    --cp-liveblog-gap-half: calc(var(--cp-liveblog-row-gap) / 2);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 24px 0 12px;
}

.cp-liveblog-feed::before{
    content: none;
}

.cp-liveblog-day-group{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cp-liveblog-day-group::before{
    content: "";
    position: absolute;
    top: var(--cp-liveblog-group-line-top, 0px);
    bottom: calc(100% - var(--cp-liveblog-group-line-bottom, 0px));
    left: calc(var(--cp-liveblog-content-indent) + var(--cp-liveblog-timeline-x));
    width: 1px;
    background: var(--cp-liveblog-accent-soft);
    z-index: 0;
    pointer-events: none;
}

p.cp-liveblog-day-title, .cp-liveblog-day-title{
    margin: 0;
    padding-left: var(--cp-liveblog-content-indent);
    color: var(--cp-legacy-text-secondary);
    font-size: var(--Font-Size-type-size-label);
    line-height: var(--Line-Height-type-lh-label);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cp-liveblog-day-items{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--cp-liveblog-row-gap);
    padding-left: var(--cp-liveblog-content-indent);
}

.liveblog-section{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    margin: 0;
    border-left: 0;
    overflow: visible;
    z-index: 1;
}

.liveblog-section > .wp-block-group__inner-container{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.liveblog-section::before {
    content: "";
    position: absolute;
    left: calc(var(--cp-liveblog-timeline-x) - 4px);
    top: calc(var(--cp-liveblog-marker-center) - 4px);
    width: 8px;
    height: 8px;
    background: var(--cp-liveblog-accent);
    transform: rotate(45deg);
    z-index: 2;
}

.liveblog-section::after{
    content: none;
}

.liveblog-section .modified-date{
    margin: 0;
    color: var(--cp-legacy-text-secondary);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
}

.liveblog-section .modified-date span{
    display: inline-flex;
    align-items: center;
    min-height: 18px;
}

.cp-liveblog-enhanced .liveblog-section > .wp-block-group__inner-container > .modified-date.cp-liveblog-original-time{
    display: none;
}

p.cp-liveblog-card-time, .cp-liveblog-card-time{
    margin: 0;
    color: var(--cp-legacy-text-secondary);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
}

.liveblog-section > .stream-item-inline-post{
    margin: 0;
    padding-bottom: 0;
}

.liveblog-content .stream-item-inline-post{
    padding-bottom: 0;
    margin: 0;
}

.liveblog-sub-section{
    margin: 0;
    border-radius: 8px;
    border: 1px solid var(--cp-liveblog-card-border);
    background: var(--bg-surface);
    padding: 20px;
    box-shadow: var(--cp-liveblog-card-shadow);
}

.liveblog-sub-section > .wp-block-group__inner-container{
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.single-post.live-blog-news .liveblog-sub-section:last-child{
    margin-bottom: 0;
}

.live-blog-news .header_banner_ad{
    position: relative;
    margin: 0;
    max-width: 100%;
    padding: 12px 18px 18px;
    border-radius: 14px;
    border: 1px solid var(--cp-liveblog-card-border);
    background: var(--cp-legacy-surface-soft);
    box-shadow: 0px 8px 24px rgba(23, 23, 23, 0.06);
}

.live-blog-news .header_banner_ad .stream-title{
    display: block;
    margin: 0 0 12px;
    color: rgba(23, 23, 23, 0.55);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
}

.live-blog-news .header_banner_ad img,
.live-blog-news .header_banner_ad video{
    display: block;
    width: 100%;
    border-radius: 10px;
}

.header_banner_ad .close-ad-btn{
    background: var(--cp-legacy-text-muted);
    padding: 4px 4px 4px 6px;
    border-radius: 6px;
    cursor: pointer;
    color: var(--color-foreground-inverse);
    position: absolute;
    right: 8px;
    font-size: 11px;
    line-height: 14px;
    top: 11px;
}

.liveblog-section .liveblog-title{
    margin: 0;
    color: var(--cp-legacy-text-strong);
    font-weight: 700;
    font-size: var(--Font-Size-type-size-title-h3);
    line-height: var(--Line-Height-type-lh-title-h3);
}

.liveblog-section .liveblog-content,
.liveblog-section .liveblog-content > .wp-block-group__inner-container{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.liveblog-section .liveblog-content p{
    margin: 0;
 font-size: var(--Font-Size-type-size-body-p1);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    line-height: var(--Line-Height-type-lh-body-p1);
}

.liveblog-section .liveblog-content p:last-child{
    margin-bottom: 0;
}
.single_live_news_time{
    color: var(--cp-legacy-surface-page);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
    border-radius: 6px;
    background: var(--cp-legacy-error);
    padding: 8px 10px;
}
.single_live_news_time img{
    vertical-align: sub;
}
.live-block-counts{
    color: var(--cp-legacy-text-soft);
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
.single_live_news_time svg{
    position: relative;
    top: 4px;
}

/************** Fact check css *****************/



 /************** Fact check css *****************/


@media (max-width: 767px) {
    .cp-liveblog-skeleton__day{
        width: 180px;
        margin-left: 22px;
        margin-bottom: 20px;
    }

    .cp-liveblog-skeleton__items{
        padding-left: 22px;
    }

    .cp-liveblog-skeleton__items::before{
        left: 9px;
    }

    .cp-liveblog-skeleton__item{
        padding-left: 22px;
    }

    .cp-liveblog-skeleton__diamond{
        left: 5px;
    }

    .cp-liveblog-skeleton__card{
        padding: 16px;
    }

    .cp-liveblog-skeleton__title{
        width: 82%;
        height: 30px;
    }

    .cp-liveblog-feed{
        --cp-liveblog-content-indent: 22px;
        --cp-liveblog-timeline-x: -13px;
        --cp-liveblog-row-gap: 18px;
        --cp-liveblog-gap-half: calc(var(--cp-liveblog-row-gap) / 2);
        gap: 28px;
        margin: 20px 0 8px;
    }

    .cp-liveblog-day-title{
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0;
        padding-left: 22px;
    }

    .cp-liveblog-day-items{
        --cp-liveblog-marker-center: 7px;
        gap: var(--cp-liveblog-row-gap);
        padding-left: var(--cp-liveblog-content-indent);
    }

    .liveblog-section{
        gap: 12px;
    }

    .liveblog-section > .wp-block-group__inner-container{
        gap: 12px;
    }

    .liveblog-section .modified-date{
        font-size: 12px;
        line-height: 18px;
    }

    .cp-liveblog-card-time{
        font-size: 12px;
        line-height: 18px;
    }

    .liveblog-sub-section{
        border-radius: 8px;
        padding: 16px;
    }



    .live-blog-news .header_banner_ad{
        padding: 10px 12px 12px;
        border-radius: 12px;
    }

    .live-blog-news .header_banner_ad .close-ad-btn{
        font-size: 10px;
    }
}

/* ==================================== */
/* POST META - Desktop & Mobile Layouts */
/* ==================================== */

/* Desktop Post Meta Layout */


.post-meta-item {
    display: flex;
    align-items: center;
    color: var(--text-secondary, #41464c);
}

.post-meta-separator {
    width: 1px;
    height: 18px;
    background-color: var(--border-default, var(--cp-legacy-border-default));
    transform: translateY(3px);
}

.post-meta-engagement {
    display: flex;
    align-items: center;
    gap: var(--space-12, 12px);
}

.post-meta-engagement [class*="like-dislike"],
.post-meta-engagement li {
    display: inline-flex;
    align-items: center;
    gap: var(--space-4, 4px);
    margin: 0;
    padding: 0;
    font-size: var(--Font-Size-type-size-caption);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    line-height: var(--Line-Height-type-lh-caption);
    list-style: none !important;
}
.post-meta-engagement [class*="like-dislike"]{
    gap:16px;
}
.post-meta-share-btn {
    display: none;
    width: 36px;
    height: 36px;
    border: 1px solid var(--border-default, var(--cp-legacy-border-default));
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}
.post-meta-share-btn-mobile{
    display: none!important;
}
.post-meta-share-btn:hover {
    border-color: var(--primary-80, var(--cp-legacy-brand-primary));
    background-color: var(--cp-legacy-brand-alpha-05);
}

/* Mobile Post Meta Layout */


.post-meta-separator-mobile {
    width: 1px;
    height: 14px;
    background-color: var(--border-default, var(--cp-legacy-border-default));
    transform: translateY(3px);
}

.post-meta-engagement-mobile {
    display: flex;
    align-items: center;
    gap: var(--space-4, 4px);
}

.post-meta-engagement-mobile [class*="like-dislike"],
.post-meta-engagement-mobile li {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin: 0;
    padding: 0;
    font-size: var(--Font-Size-type-size-caption);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    line-height: var(--Line-Height-type-lh-caption);
    list-style: none !important;
}
.post-meta-engagement-mobile [class*="like-dislike"]{
    gap:16px;
}

.like-dislike-wrapper .cp-like-dislike-counts-skeleton-holder {
    display: none;
    margin: 0;
    padding: 0;
}

.like-dislike-wrapper .cp-like-dislike-meta-skeleton {
    width: 90px;
    height: 14px;
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        var(--cp-legacy-text-alpha-08, rgba(18, 24, 31, 0.08)) 25%,
        var(--cp-legacy-text-alpha-16, rgba(18, 24, 31, 0.16)) 50%,
        var(--cp-legacy-text-alpha-08, rgba(18, 24, 31, 0.08)) 75%
    );
    background-size: 200% 100%;
    animation: cp-like-dislike-meta-shimmer 1.25s linear infinite;
}

.like-dislike-wrapper .cp-like-dislike-meta-skeleton::before {
    content: none;
    display: none;
}

.like-dislike-wrapper.cp-like-dislike-counts-loading > li:not(.cp-like-dislike-counts-skeleton-holder) {
    display: none !important;
}

.like-dislike-wrapper.cp-like-dislike-counts-loading .cp-like-dislike-counts-skeleton-holder {
    display: inline-flex;
    align-items: center;
}

.post-meta-engagement-mobile .cp-like-dislike-meta-skeleton {
    width: 76px;
    height: 12px;
}

@keyframes cp-like-dislike-meta-shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.post-meta-share-btn-mobile {
    width: 36px;
    height: 36px;
    border: 1px solid var(--border-default, var(--cp-legacy-border-default));
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.post-meta-share-btn-mobile:hover {
    border-color: var(--primary-80, var(--cp-legacy-brand-primary));
    background-color: var(--cp-legacy-brand-alpha-05);
}

/* Typography and hover states for author names */
.post-basic-information .popover__wrapper {
    text-decoration: none;
}

.post-basic-information .text-primary-80 {
    color: var(--primary-80, var(--cp-legacy-brand-primary));
}

.post-basic-information .hover-text-primary-100:hover {
    color: var(--primary-100, var(--cp-legacy-brand-primary));
}

.post-basic-information .hover-underline:hover {
    text-decoration: underline;
}

.post-basic-information .text-secondary {
    color: var(--text-secondary, #41464c);
}
@media (max-width: 767px) {
    .live-blog-news .header_banner_ad .close-ad-btn img {
        width: 10px;
    }
    .live-blog-news .header_banner_ad .close-ad-btn{
        padding: 3px 4px 3px 6px;
    }
	.live-block-counts{
		font-size: 12px;
	}

}
@media (max-width: 342px) {
	.live-block-counts{
		    margin-top: 4px;
	}
}


/******************** Related News redesign *****************/
#related-posts.cp-related-news-block{
    margin-top: 0;
}

#related-posts.cp-related-news-block .cp-related-news-header{
    margin-bottom: 16px;
}

#related-posts.cp-related-news-block .cp-related-news-header h3{
    color: var(--text-secondary, var(--cp-legacy-text-secondary));
    font-size: var(--Font-Size-type-size-label);
    font-weight: var(--Font-Weight-type-weight-bold-700);
    line-height: var(--Line-Height-type-lh-label);
    letter-spacing: 2px;
    text-transform: uppercase;
}

#related-posts.cp-related-news-block .cp-related-news-list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#related-posts.cp-related-news-block .cp-related-news-list > li.cp-related-news-item{
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

#related-posts.cp-related-news-block .cp-related-news-thumb{
    display: block;
    aspect-ratio: 236 / 142;
    overflow: hidden;
    border-radius: 8px;
    background: var(--cp-legacy-surface-soft);
    margin-bottom: 8px;
}

#related-posts.cp-related-news-block .cp-related-news-thumb-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#related-posts.cp-related-news-block .cp-related-news-content{
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

#related-posts.cp-related-news-block .cp-related-title{
    margin: 0;
}

#related-posts.cp-related-news-block .cp-related-title a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--text-primary, var(--cp-legacy-text-strong));
    font-size: var(--Font-Size-type-size-sub-title-h4);
    font-weight: var(--Font-Weight-type-weight-semi-bold-600);
    line-height: var(--Line-Height-type-lh-sub-title-h4);
    text-decoration: none;
    text-overflow: ellipsis;
}

#related-posts.cp-related-news-block .cp-related-title a:hover{
    color: var(--primary-100, var(--cp-legacy-brand-primary));
}

#related-posts.cp-related-news-block .cp-related-meta{
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    min-width: 0;
}

#related-posts.cp-related-news-block .cp-related-news-author,
#related-posts.cp-related-news-block .cp-related-news-time{
    font-size: var(--Font-Size-type-size-label);
    font-weight: var(--Font-Weight-type-weight-medium-500);
    line-height: var(--Line-Height-type-lh-label);
    white-space: nowrap;
}

#related-posts.cp-related-news-block .cp-related-news-author{
    color: var(--primary-100, var(--cp-legacy-brand-primary));
    text-decoration: none;
}

#related-posts.cp-related-news-block .cp-related-news-author:hover{
    text-decoration: underline;
}

#related-posts.cp-related-news-block .cp-related-news-time{
    color: var(--text-secondary, var(--cp-legacy-text-secondary));
}

#related-posts.cp-related-news-block .cp-related-news-separator{
    width: 1px;
    height: 18px;
    flex: 0 0 auto;
    background: var(--border-default, rgba(18, 24, 31, 0.12));
}

@media (max-width: 991px) {
    #related-posts.cp-related-news-block .cp-related-news-header{
        margin-bottom: 14px;
    }

    #related-posts.cp-related-news-block .cp-related-news-list{
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        overflow-x: auto;
        padding-bottom: 8px;
        scroll-snap-type: x proximity;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    #related-posts.cp-related-news-block .cp-related-news-list::-webkit-scrollbar{
        display: none;
    }

    #related-posts.cp-related-news-block .cp-related-news-list > li.cp-related-news-item{
        flex: 0 0 309px;
        width: 309px;
        scroll-snap-align: start;
    }

    #related-posts.cp-related-news-block .cp-related-news-thumb{
        display: block;
        margin-bottom: 8px;
    }
}

.cp-lazy-shortcode{
    --cp-lazy-shortcode-base-start: var(--color-light-surface-muted, #f0f0f0);
    --cp-lazy-shortcode-base-mid: var(--color-light-border-default, #e0e0e0);
    --cp-lazy-shortcode-shell: var(--color-light-surface-default, #ffffff);
    --cp-lazy-shortcode-shell-border: var(--color-light-divider, rgba(18, 24, 31, 0.08));
}

.dark-skin .cp-lazy-shortcode{
    --cp-lazy-shortcode-base-start: var(--color-dark-surface-muted, #1e242a);
    --cp-lazy-shortcode-base-mid: var(--color-dark-border-default, #41464c);
    --cp-lazy-shortcode-shell: var(--color-dark-surface-default, #12181f);
    --cp-lazy-shortcode-shell-border: var(--color-dark-divider, rgba(255, 255, 255, 0.08));
}

.cp-lazy-shortcode--inline,
.cp-lazy-shortcode--inline-pill{
    display: inline-flex;
    vertical-align: middle;
    line-height: 1;
}

.cp-lazy-shortcode--table,
.cp-lazy-shortcode--profile-card,
.cp-lazy-shortcode--market-movers,
.cp-lazy-shortcode--market-card{
    display: block;
    width: 100%;
    min-height: var(--cp-lazy-shortcode-min-height, auto);
    padding: 20px;
    border: 1px solid var(--cp-lazy-shortcode-shell-border);
    border-radius: 8px;
    background: var(--cp-lazy-shortcode-shell);
    overflow: hidden;
}

.cp-lazy-shortcode__bar,
.cp-lazy-shortcode__avatar,
.cp-lazy-shortcode__chip{
    display: block;
    flex: 0 0 auto;
    border-radius: 999px;
    background: linear-gradient(90deg,
        var(--cp-lazy-shortcode-base-start) 25%,
        var(--cp-lazy-shortcode-base-mid) 50%,
        var(--cp-lazy-shortcode-base-start) 75%);
    background-size: 200% 100%;
    animation: cpLazyShortcodeShimmer 1.35s linear infinite;
}

.cp-lazy-shortcode__bar--inline{
    width: var(--cp-lazy-shortcode-width, 12ch);
    height: var(--cp-lazy-shortcode-height, 1.15em);
    border-radius: 6px;
}

.cp-lazy-shortcode__bar--pill{
    width: var(--cp-lazy-shortcode-width, 18ch);
    height: var(--cp-lazy-shortcode-height, 28px);
    border-radius: 999px;
}

.cp-lazy-shortcode__table,
.cp-lazy-shortcode__profile-card{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cp-lazy-shortcode__table-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cp-lazy-shortcode__bar--heading{
    width: 38%;
    height: 24px;
    border-radius: 8px;
}

.cp-lazy-shortcode__bar--label{
    width: 32%;
    height: 16px;
}

.cp-lazy-shortcode__bar--value{
    width: 42%;
    height: 16px;
}

.cp-lazy-shortcode__profile-top{
    display: flex;
    align-items: center;
    gap: 16px;
}

.cp-lazy-shortcode__avatar{
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.cp-lazy-shortcode__avatar--token{
    width: 36px;
    height: 36px;
}

.cp-lazy-shortcode__profile-meta{
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
}

.cp-lazy-shortcode__bar--medium{
    width: 56%;
    height: 16px;
}

.cp-lazy-shortcode__bar--full{
    width: 100%;
    height: 16px;
}

.cp-lazy-shortcode__bar--short{
    width: 28%;
    height: 16px;
}

.cp-lazy-shortcode__chip-row{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cp-lazy-shortcode__chip{
    width: 86px;
    height: 28px;
    border-radius: 999px;
}

.cp-lazy-shortcode__chip--short{
    width: 68px;
}

.cp-lazy-shortcode__market-movers{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cp-lazy-shortcode__market-card{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cp-lazy-shortcode__market-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cp-lazy-shortcode__market-overview{
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(80px, 120px);
    align-items: center;
    gap: 12px;
}

.cp-lazy-shortcode__market-meta,
.cp-lazy-shortcode__market-price{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cp-lazy-shortcode__market-price{
    justify-self: end;
    align-items: flex-end;
}

.cp-lazy-shortcode__market-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cp-lazy-shortcode__market-cell{
    display: grid;
    gap: 8px;
    padding: 12px;
    border-radius: 8px;
    background: var(--cp-lazy-shortcode-shell);
    box-shadow: inset 0 0 0 1px var(--cp-lazy-shortcode-shell-border);
}

.cp-lazy-shortcode__mover-row{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.cp-lazy-shortcode__mover-card{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border-radius: 8px;
    background: var(--cp-lazy-shortcode-shell);
    box-shadow: inset 0 0 0 1px var(--cp-lazy-shortcode-shell-border);
}

.cp-lazy-shortcode--failed .cp-lazy-shortcode__bar,
.cp-lazy-shortcode--failed .cp-lazy-shortcode__avatar,
.cp-lazy-shortcode--failed .cp-lazy-shortcode__chip{
    animation: none;
    background: var(--cp-lazy-shortcode-base-start);
}

@keyframes cpLazyShortcodeShimmer{
    0%{
        background-position: 200% 0;
    }

    100%{
        background-position: -200% 0;
    }
}

@media (max-width: 767px){
    .cp-lazy-shortcode--table,
    .cp-lazy-shortcode--profile-card,
    .cp-lazy-shortcode--market-movers,
    .cp-lazy-shortcode--market-card{
        padding: 16px;
    }

    .cp-lazy-shortcode__mover-row{
        grid-template-columns: 1fr;
    }

    .cp-lazy-shortcode__market-overview{
        grid-template-columns: auto 1fr;
    }

    .cp-lazy-shortcode__market-price{
        grid-column: 1 / -1;
        justify-self: start;
        align-items: flex-start;
    }

    .cp-lazy-shortcode__market-grid{
        grid-template-columns: 1fr;
    }

    .cp-lazy-shortcode__table-row{
        gap: 12px;
    }

    .cp-market-card__overview {
        flex-direction: column;
        align-items: flex-start;
    }

    .cp-market-card__price {
        justify-items: start;
        text-align: left;
    }

    .cp-market-card__metrics {
        grid-template-columns: 1fr;
    }
}
