/*
Theme Name: Discovery Alert
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: discovery-alert
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.breadcrumb {
    color: #535353;
    font-size: 14px;
}

.article__item__card a:hover {
    color: #E78125 !important;
}

.author__box {
    background-color: #E7812536;
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
}

.author__box .author__photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: contain;
    object-position: bottom;
    background: #fff;
}

.author__box .author__name {
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #1A1A1A;
}

.author__box .author__job__title {
    font-weight: bold;
    margin: 2px 0;
    color: #1A1A1A;
}

.author__box .author__short__description {
    margin: 5px 0 0;
    color: #1A1A1A;
}

.author__box .author__readmore {
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    padding: 6px 20px;
    background-image: linear-gradient(135deg, #f77d00 0%, #f5ba38 100%);
    text-decoration: none;
}

.author__box .author__readmore a:hover {
    color: #fff !important;
}

.author__box .author__socials {
    display: flex;
    justify-content: right;
    font-size: 14px;
    gap: 10px;
}

.author__box .author__socials a {
    color: #1A1A1A;
    padding-right: 5px;
    /*text-decoration: underline;*/
    display: flex;
    align-items: center;
    gap: 5px;
}

.author__box .author__socials a:hover {
    color: #f28d40;
}

.author__box .author__socials a:hover svg {
    fill: #f28d40;
}

.author__box .author__socials a:after {
    padding-left: 5px;
    display: inline-block;
    content: "|";
}

.author__box .author__socials a:last-child {
    padding-right: 0;
}

.author__box .author__socials a:last-child:after {
    display: none;
}

.author__meta a:hover span {
    color: #E78125 !important;
}

.post__feature__image img {
    aspect-ratio: 16 / 9 !important;
    object-fit: cover;
}

.trading_view_chart > div {
    height: 500px;
}

/*.widget__top__right .tradingview-widget-container {*/
/*    width: 640px;*/
/*    height: 230px;*/
/*}*/

.tabs__filter search.e-filter {
    justify-content: space-between;
    /*border: 1px solid #555;*/
}

.tabs__filter search.e-filter .e-filter-item {
    background: #fff;
    border: 1px solid #C5C5C5;
    border-right: 0;
    padding: 15px 30px;
    font-size: 18px;
    color: #333;
}

.tabs__filter search.e-filter .e-filter-item:hover {
    background-image: linear-gradient(135deg, #f77d00 0%, #f5ba38 100%);
    border-color: #C5C5C5;
    color: #fff;
}

.tabs__filter search.e-filter .e-filter-item:last-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.tabs__filter search.e-filter .e-filter-item:nth-last-child(3) {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-right: 1px solid #C5C5C5;
}

.tabs__filter search.e-filter .e-filter-item[aria-pressed="true"] {
    background-image: linear-gradient(135deg, #f77d00 0%, #f5ba38 100%);
    color: #fff;
}

.e-search-form .e-search-input {
    padding: 10px 45px !important;
}

.elementor-widget-search .icon {
    font-size: 16px !important;
}

.asx__video__item > .e-con-inner {
    padding: 0;
}

.asx__video__item {
    border-radius: 10px;
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    padding: 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(0, 0, 0, 0.15);
}

.asx__video__item:hover {
    border-color: #f77d00;
}

.asx__video__item p {
    margin-bottom: 0;
}

.asx__video__item .item__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.asx__video__item .item__thumb:after {
    content: "";
    display: inline-block;
    width: 65px;
    height: 66px;
    background: url("assets/images/video-icon.svg");
    position: absolute;
}

.asx__video__item:hover .item__thumb:after {
    background: url("assets/images/video-icon-hover.svg");
}

/*.asx__video__item:before {*/
/*    content: "";*/
/*    height: calc(100% - 4px);*/
/*    width: calc(100% - 4px);*/
/*    border: 2px solid;*/
/*    border-radius: 7px;*/
/*    position: absolute;*/
/*    border-image: linear-gradient(45deg, #f77d00, #f5ba38, #f5ba38) 1;*/
/*    !*background-image: linear-gradient(135deg, #f77d00 0%, #f5ba38 100%);*!*/

/*}*/
.asx__videos__carousel {
    margin-left: calc(calc(100% - 1355px) / 2) !important;
}

.asx__videos__carousel > .elementor-loop-container {
    padding-left: 20px;
}

.asx__videos__carousel .e-loop-item {
    padding: 35px 0;
}

.heading__divider .elementor-divider {
    padding: 0 !important;
}

.heading__divider span.elementor-divider-separator {
    border-image: linear-gradient(45deg, #f77d00, #f5ba38, #f5ba38) 1;
}

.gradient-text {
    background: linear-gradient(90deg, #f78708, #f6b433);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.box__gradient {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    /*border-top: 5px solid ;*/
    /*border-image: linear-gradient(45deg, #f77d00, #f5ba38, #f5ba38) 1;*/
}

.grid__style2 .grid__item {
    border-radius: 10px;
    border: 1px solid #ddd;
    /*box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);*/
    overflow: hidden;
}

.grid__style2 .grid__item .item__cat li,
.grid__style1 .grid__item .item__cat li {
    margin: 0 !important;
}

.grid__style2 .grid__item .item__cat li a,
.grid__style1 .grid__item .item__cat li a {
    padding: 5px 20px;
    display: inline-block !important;
    position: relative;
    border-radius: 35px;
    border: 1px solid #f77d00;
    margin: 0 !important;
    font-size: 16px;
}

.grid__style2 .grid__item .item__cat li .elementor-post-info__terms-list,
.grid__style1 .grid__item .item__cat li .elementor-post-info__terms-list {
    font-size: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    flex-direction: row;
}

.grid__style2 .grid__item .item__cat a::before {
    content: "";
    position: absolute;
    inset: 2px; /* thickness of border */
    border-radius: inherit;
}

.grid__style2 .grid__item .item__cat a,
.grid__style1 .grid__item .item__cat a {
    background: linear-gradient(90deg, #f78708, #f6b433);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.hero__heading__title span {
    background: linear-gradient(90deg, #f78708, #f6b433);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.post__carousel .elementor-loop-container {
    padding: 16px;
    margin: 0 -16px;
}

.subscribe__form .elementor-field-type-acceptance {
    font-family: "Lato";
    font-weight: normal;
    font-size: 22px;
}

.subscribe__form .elementor-field-type-acceptance a {
    color: #F77D00;
}

.primary__btn.btn--white a {
    background-image: none !important;
    background: #fff;
    color: #F69F1F;
}

.primary__btn.btn__not_bg a {
    background-image: none;
!important;
}

.subscribe__form__orange button {
    background-image: none;
}

.img__full__width * {
    width: 100%;
}

@media (max-width: 480px) {
    .author__box {
        flex-direction: column;
        display: flex;
        align-items: center
    }

    .author__box .author__content {
        text-align: center;
    }

    .author__box .author__socials {
        text-align: center;
        justify-content: center;
    }

    /*.widget__top__right .tradingview-widget-container {*/
    /*    width: 335px !important;*/
    /*    height: 290px !important;*/
    /*}*/
    .asx__videos__carousel {
        margin-left: 0 !important;
    }

    .asx__video__item {
        box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 16%);
    }

    .asx__videos__carousel > .elementor-loop-container {
        padding: 11px;
    }

    .post__carousel .elementor-loop-container {
        padding: 15px 16px;
    }

    .tabs__filter {
        display: none;
    }
}

/*join b2b */
.mepr_mepr_b2b_fields_start_point, .mepr_mepr_b2b_fields_end_point {
    display: none;
}

.is_b2b_membersihp {
    display: none;
}

.b2b-membership-nxt-btn {
    text-align: center;
}

.commodity-marquee .elementor-shortcode {
    flex: auto;
}

.b2b-membership-nxt-btn span {
    color: #ffff;
}

.mepr_price_cell-b2b {
    display: inline;
}

.back_signup {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

/*.b2b-back-btn, .b2b-nxt-btn{*/
/*    cursor: pointer;*/
/*    display: block;*/
/*    background-color: #c40d3c !important;*/
/*    -moz-transform: skew(-22deg, 0);*/
/*    -ms-transform: skew(-22deg, 0);*/
/*    -webkit-transform: skew(-22deg, 0) !important;*/
/*    transform: skew(-22deg, 0);*/
/*    height: 50px;*/
/*    width: 20% !important;*/
/*    opacity: 1;*/
/*    padding: 10px 20px !important;*/
/*    border-radius: 0px !important;*/
/*}*/
.mp-form-instruction {
    margin-top: 20px;
    background: #F0F0F0;
    padding: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}

.mp-form-instruction:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 27px solid #F0F0F0;
    position: absolute;
    left: 20px;
    bottom: -13px;
}

.mp-form-instruction p {
    margin-bottom: 10px;
}

.mp-form-instruction ul {
    padding-left: 15px;
    margin-bottom: 10px;
}

.mp-form-instruction li {
}

.mp-form-row.mepr_bold.mepr_price.terms_b2b {
    display: none;
}

.b2b_coupon {
    padding-top: 10px;
    padding-bottom: 20px;
    display: inline-block;
    /*     display: none; */
}

.mepr-order-bumps {
    margin-top: 25px;
}

.mepr-order-bumps h4 {
    margin-bottom: 20px;
}

/* b2b ends  */

.mepr-step {
    display: none;
}

.mepr-step.active {
    display: block;
}

.mepr-step-nav {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.mepr-step-nav button {
    background-image: linear-gradient(135deg, #f77d00 0%, #f5ba38 100%);
    color: white;
    border: none;
    padding: 20px 25px;
    border-radius: 6px;
    cursor: pointer;
    min-width: 150px;
}

.mepr-step-nav button.btn-sign-up {
    background-image: linear-gradient(135deg, #40b140 0%, #44e944 100%);
}

.mepr-step-progress {
    width: 100%;
    margin: 40px 0;
}

.mepr-step-progress ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: step;
}

.mepr-step-progress li {
    text-align: center;
    flex: 1;
    position: relative;
    font-weight: 500;
}

.mepr-step-progress li::before {
    content: counter(step);
    counter-increment: step;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background-color: #999;
    color: white;
    display: block;
    margin: 0 auto 8px;
    font-weight: bold;
    font-size: 15px;
}

.mepr-step-progress li::after {
    content: '';
    position: absolute;
    top: 18px;
    left: 50%;
    width: 100%;
    height: 4px;
    background-color: #ccc;
    z-index: -1;
}

.mepr-step-progress li:first-child::after {
    left: 50%;
    width: 100%;
}

.mepr-step-progress li:last-child::after {
    display: none;
}

/* Active + Completed states */
.mepr-step-progress li.active::before,
.mepr-step-progress li.completed::before {
    background-color: #d97a1e; /* Orange active circle */
}

.mepr-step-progress li.completed::after {
    background-color: #d97a1e; /* Orange line between completed steps */
}

/* Adjust line between steps */
.mepr-step-progress li.active::after {
    background: linear-gradient(to right, #d97a1e 0%, #ccc 0%);
}

.mepr-field-error {
    border: 2px solid #e74c3c !important;
    background-color: #fff5f5;
    transition: all 0.2s ease;
}

.mepr-field-error:focus {
    outline: none;
    border-color: #e74c3c;
    box-shadow: 0 0 5px rgba(231, 76, 60, 0.4);
}

#mepr_signup_form.is_b2b .mepr-submit {
    position: absolute;
    right: 10px;
    top: 20px;
    min-width: 150px;
    display: none;
}

#mepr_signup_form .mp-form-submit {
    position: relative;
    text-align: right;
}

.asx__field.asx_company a {
    display: inline-block;
    background: #FBE5D3;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px 15px;
}

.all-categories-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.all-categories-list li a {
    color: #333333 !important;
}

.all-categories-list li a:hover {
    color: #e78125 !important;
}

.all-categories-list li {
    margin: 4px 0;
}

.all-categories-list li .count {
    margin-left: 6px;
    color: #666;
    font-size: 0.9em;
}

.carousel__loop__item p {
    margin-bottom: 0;
}

.subscribe__form .iti {
    width: 100%;
}

.iti .iti__selected-country {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: 2px solid #ddd;
    padding: 10px;
    background: rgba(0, 0, 0, .05) !important;
    color: #333;
}

.iti .iti__selected-country:hover {
    color: #333 !important;
    border-right: 2px solid #ddd !important;
}

#mepr_signup_form .mepr_mepr-address-two {
    display: none;
}

.elementor-form .iti {
    width: 100% !important;
}

.header__main__menu.scroll-down {
    transform: translateY(-100%);
}

.header__main__menu.scroll-up {
    transform: translateY(0);
    position: fixed;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease;
    z-index: 10;
}

.elementor-form .form-note {
    color: #fff;
    font-size: 13px;
    display: flex;
    gap: 5px;
    bottom: -25px;
    position: absolute;
}

.free-stock-news-single__sidebar .form-note,
.video-single__sidebar .form-note,
.news-article-single__sidebar .form-note {
    position: initial !important;
    color: #333 !important;
}

.remove__no__spam .form-note {
    display: none;
}

#subscriber__form .form-note,
.subscribe__form .form-note {
    color: #333;
}

#subscriber__form .form-note {
    position: initial !important;
}

.elementor-form .e-form__buttons {
    justify-content: center;
}

.elementor-form .elementor-form-fields-wrapper {
    align-items: flex-start;
}

footer a:hover,
footer a:hover * {
    color: #C40D3C !important;
}

#mepr_signup_form .mepr-order-bumps .mepr-order-bump {
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    background: #dddddd24;
}

#mepr_signup_form .have-coupon-link {
    display: block;
    width: 100%;
    border: 2px dashed;
    border-radius: 10px;
    font-size: 20px;
    padding: 20px;
    font-weight: bold;
}

@media (max-width: 480px) {
    .b2b-steps .elementor-column.col-b {
        width: 33.33% !important;
    }

    .elementor-9650 .elementor-element.elementor-element-2c67b879,
    .elementor-9650 .elementor-element.elementor-element-3d6b870e,
    .elementor-9650 .elementor-element.elementor-element-6102e171,
    .elementor-9650 .elementor-element.elementor-element-504b5e61 {
        top: -4.5px !important;
    }

    .b2b-back-btn, .b2b-nxt-btn {
        width: 30% !important;
    }

    .elementor-9650 .elementor-element.elementor-element-6102e171.b2b_three {
        margin-left: 45px;
    }

    .mepr-form .form_step_2.is_b2b_membersihp .mp-form-submit {
        width: 40% !important;
    }

    .divide2-sg .elementor-divider-separator {
        width: 80% !important;
    }

    .mepr-step-progress li {
        font-size: 12px;
    }
}

.live-search {
    position: relative;
}

.live-search .search-icon {
    position: absolute;
    top: 55%;
    left: 15px;
    transform: translateY(-50%);
}

.live-search-results {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 9999;
}

.live-search-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.live-search-results li {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 10px;
    align-items: center
}

.live-search-results .live-search-item .live-search-thumb {
    width: 50px;
}

.live-search-results .live-search-item .live-search-thumb img {
    border-radius: 10px
}

.live-search-results .live-search-item .live-search-content {
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    line-height: 18px;
}

.live-search-results li a {
    text-decoration: none;
    justify-content: space-around;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    line-height: 11px !important;
    color: #333;
}

.live-search-results li:hover {
    background: #f0f0f0;
}

.live-search-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-left: 20px;
}

.live-search input {
    border-radius: 10px !important;
    padding-left: 40px !important;
}

.live-search .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.live-search-input {
    width: 100% !important;
    padding: 10px 35px 10px 10px !important;
    border: 1px solid #ddd !important;
    margin: 0px !important;
}

.live-search-close {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    cursor: pointer;
    display: none; /* hidden by default */
}

.live-search-close::before,
.live-search-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 16px;
    background-color: #666;
    transform-origin: center;
}

.live-search-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.live-search-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.live-search-close:hover::before,
.live-search-close:hover::after {
    background-color: #000;
}

.live-search-results .live-search-item .live-search-content-type {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-transform: none;
    flex-shrink: 0;
}

.live-search-results .live-search-item .live-search-content > div {
    color: #929292;
    font-weight: normal;
}

.home .live-search-icon {
    color: #fff !important;
    padding-right: 20px !important;
}

.home .header__sticky.sticked .live-search-icon {
    color: #333 !important;
}

@media (max-width: 480px) {
    .live-search-wrapper {
        margin: 0;
    }
}

#mepr_signup_form .mepr_price_cell_label {
    font-size: 30px;
}

#mepr_signup_form .mepr_price_cell {
    font-weight: bold;
    color: #e98627;
    font-size: 30px;
}

#mepr_signup_form label[for="mepr_agree_to_privacy_policy1"] {
    font-weight: normal;
    text-transform: none;
}

#mepr_signup_form label[for="mepr_agree_to_privacy_policy1"] a {
    font-weight: bold;
}

#mepr_signup_form .order_bumps_banner {
    display: flex;
    border: 2px solid #ddd;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 18px;
}

#mepr_signup_form .order_bumps_banner .bumps_banner_left {
    background: #051131;
    padding: 30px;
    color: #fff;
    display: grid;
}

#mepr_signup_form .order_bumps_banner h3 {
    margin-top: 0;
}

#mepr_signup_form .order_bumps_banner .bumps_banner_left h3 {
    color: #fff;
}

#mepr_signup_form .order_bumps_banner h3 span {
    color: #f78a0d;
}

#mepr_signup_form .order_bumps_banner ul {
    margin: 10px 0;
}

#mepr_signup_form .order_bumps_banner .bumps_banner_right {
    padding: 30px;
}

@media (max-width: 480px) {
    #mepr_signup_form .order_bumps_banner {
        flex-direction: column;
    }
}

.widget__top__right, .widget__top__right * {
    width: 100% !important;
}

#mepr-stripe-payment-form input[type="submit"] {
    float: right;
    margin-right: 10px;
}

.home__hero_banner {
    position: relative;
}

.home__hero_banner:after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    bottom: -1px;
    z-index: 2;
    height: 212px;
    right: 0;
    position: absolute;
    background: url("assets/images/bottom-right-shape-grey.png") no-repeat bottom right !important;
    background-size: 101% 100% !important;
}

.home__hero_banner:before {
    content: "" !important;
    display: block !important;
    width: 50% !important;
    bottom: 0;
    z-index: 2;
    background: #081130;
    left: 0;
    position: absolute;
    background-size: cover !important;
}

@media (max-width: 480px) {
    .home__hero_banner:before {
        display: none !important;
    }

    .home__hero_banner:after {
        display: none !important;
    }
}

ul.company-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.company-list li a {
    display: inline-block;
    padding: 5px 20px;
    background-image: linear-gradient(135deg, #f77d00 0, #f5ba38 100%);
    border-radius: 35px;
    color: #fff;
    font-weight: bold;
}

ul.company-list li a:hover {
    color: #fff;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #e78125;
    display: inline-block;
    margin: 0 5px;
}

.grid_item .grid__item_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    overflow: hidden;
    text-overflow: ellipsis;
}

.single__key__points ul {
    padding-left: 18px;
}

.all-categories-list {
    gap: 6px;
}

.all-categories-list li a {
    font-size: 14px;
}

.single__key__points h2, .stock__news__content h2 {
    font-size: 25px !important;
    line-height: 1.2em;
}

.stock__news__content h3 {
    font-size: 22px !important;
    line-height: 1.2em;
}

.news__item .loop__item__image img {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
}

.video-placeholder {
    position: relative;
    display: inline-block;
    max-width: 100%;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video__main__featured .video-placeholder {
    aspect-ratio: 16 / 9 !important;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}

.video__main__featured .video-placeholder .video-thumb {
    height: 100%;
}

.video-thumb {
    display: block;
    width: 100%;
    height: auto;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-image: linear-gradient(135deg, #F77D00 0%, #F5BA38 100%);
    border-radius: 50%;
    transition: 0.3s;
    z-index: 2;
}

.video-play-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    border-style: solid;
    border-width: 14px 0 14px 22px;
    border-color: transparent transparent transparent white;
}

.video-placeholder:hover .video-play-btn {
    background: #fff;
}

.video-placeholder:hover .video-play-btn::before {
    border-color: transparent transparent transparent #F77D00;
}

.video-placeholder video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
}

.single-video .video-placeholder video,
.single-video .video-thumb,
.archive .video-placeholder video,
.archive .video-thumb {
    /*border-radius: 8px !important;*/
}

h1.stock-archive-title {
    font-size: 35px;
    margin: 0;
}

.company__title {
    font-family: "Lato";
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333 !important;
}

.company__title:hover,
.company__code:hover,
.news__item__meta a:hover {
    color: #E78125 !important;
}

.search-company-wrapper {
    position: relative;
    width: 100%;
}

.search-company-wrapper input {
    width: 100%;
    padding: 10px 10px 10px 35px !important;
    border-radius: 10px !important;
    border-color: #E78125 !important;
}

.search-company-wrapper .search-icon {
    position: absolute;
    left: 10px;
    top: 53%;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none; /* click-through */
    color: #555;
}

.social-media {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.social-media .social-media__item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    text-decoration: underline;
}

.social-media .social-media__item {
    display: flex;
    align-items: center;
}

.social-media .social-media__item:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin-left: 15px;
    background: #333
}

.social-media .social-media__item:last-child:after {
    display: none;
}

.social-media .social-media__item a svg {
    width: 18px;
}

.archive .company.type-company,
.hub_listing_page .type-hub {
    display: flex;
}

.archive .company.type-company .company-prefix,
.hub_listing_page .type-hub .company-prefix
{
    width: 32px;
    font-size: 18px;
    margin-top: 13px;
}

.archive .company.type-company .company-prefix + .news__item,
.hub_listing_page .type-hub .company-prefix + .news__item
{
    margin-left: 0;
}

.archive .company.type-company .news__item,
.hub_listing_page .type-hub .news__item
{
    margin-left: 30px;
}

.content__width--300 {
    width: 320px !important;
    flex: 0 0 320px !important;
}

.content__width--160 {
    width: 160px !important;
    flex: 0 0 160px !important;
}

.content__width--300 .all-categories-list li a {
    font-size: 13px !important;
}

@media (max-width: 480px) {
    .single__key__points h2, .stock__news__content h2, .asx-highlight-box h2 {
        font-size: 22px !important;
    }

    .stock__news__content h3 {
        font-size: 18px !important;
    }

    .news__item__meta .elementor-inline-items {
        justify-content: space-between;
    }

    .stock__news__content table {
        width: 100%;
        table-layout: auto;
        min-width: max-content !important
    }

    .stock__news__content td,
    .stock__news__content th {
        white-space: normal;
        word-break: break-word;
    }

    .mepr-step-progress {
        margin: 0;
    }

    #mepr_signup_form .order_bumps_banner .bumps_banner_right ul li {
        margin-bottom: 5px;
    }

    #mepr_signup_form .order_bumps_banner .bumps_banner_left {
        gap: 10px;
    }

    .mepr-step-progress {
        line-height: 0 !important;
    }

    .mepr-step-progress li::before {
        margin-bottom: 15px !important;
    }

    .content__width--300 {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .content__width--160 {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/* Begin Hub Page*/
/* ============================================
           CSS VARIABLES
           ============================================ */
:root {
    --color-primary: #0A1628;
    --color-secondary: #1E3A5F;
    --color-accent: #E85D04;
    --color-accent-hover: #D45203;
    --color-white: #FFFFFF;
    --color-gray-50: #F8FAFC;
    --color-gray-100: #F1F5F9;
    --color-gray-200: #E2E8F0;
    --color-gray-300: #CBD5E1;
    --color-gray-400: #94A3B8;
    --color-gray-500: #64748B;
    --color-gray-600: #475569;
    --color-gray-700: #334155;
    --color-gray-800: #1E293B;

    --font-display: 'Fraunces', Georgia, serif;
    --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;

    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 25px;
    --space-2xl: 3rem;
    --space-3xl: 4rem;

    --max-width: 1300px;
    --sidebar-width: 300px;
    --header-height: 72px;

    --transition-fast: 150ms ease;
    --transition-base: 250ms ease;
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}


/* ============================================
   LAYOUT
   ============================================ */
.container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
}

.main-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: var(--space-2xl);
    align-items: start;
}

.content-primary {
    min-width: 0; /* Prevents grid blowout */
    /*overflow: hidden;*/
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
    background: var(--color-white);
    border-bottom: 1px solid var(--color-gray-200);
    position: sticky;
    top: 0;
    z-index: 100;
    height: var(--header-height);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.logo {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--color-primary);
}

.logo-mark {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--color-accent), #FF8A4C);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
}

.main-nav {
    display: flex;
    gap: var(--space-xl);
}

.nav-link {
    font-weight: 500;
    color: var(--color-gray-600);
    padding: var(--space-sm) 0;
    position: relative;
}

.nav-link:hover {
    color: var(--color-primary);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: width var(--transition-base);
}

.nav-link:hover::after {
    width: 100%;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: var(--space-md);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-lg);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all var(--transition-fast);
    border: none;
}

.btn-primary {
    background: var(--color-accent);
    color: var(--color-white);
}

.btn-primary:hover {
    background: var(--color-accent-hover);
    transform: translateY(-1px);
}

.btn-outline {
    background: transparent;
    border: 1px solid var(--color-gray-300);
    color: var(--color-gray-700);
}

.btn-outline:hover {
    border-color: var(--color-gray-400);
    background: var(--color-gray-50);
}

/* ============================================
   AD SLOTS - 4 IAB SIZES
   ============================================ */
.ad-slot {
    background: var(--color-gray-100);
    border: 1px dashed var(--color-gray-300);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gray-400);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
}

.ad-slot::before {
    content: 'Advertisement';
    position: absolute;
    top: var(--space-xs);
    left: var(--space-sm);
    font-size: 0.625rem;
}

.ad-billboard {
    width: 970px;
    height: 250px;
    margin: 0 auto;
}

.ad-half-page {
    width: 300px;
    height: 600px;
}

.ad-medium-rect {
    width: 100%;
    height: 250px;
}

.ad-leaderboard {
    width: 728px;
    height: 90px;
    margin: 0 auto;
}

/*.ad-container { padding: var(--space-lg) 0; text-align: center; }*/

/* ============================================
   BILLBOARD SECTION
   ============================================ */
.billboard-section {
    background: var(--color-white);
    padding: var(--space-xl) 0;
    border-bottom: 1px solid var(--color-gray-200);
}

/* ============================================
   BREADCRUMBS
   ============================================ */
.breadcrumbs {
    padding: var(--space-md) 0;
    font-size: 0.875rem;
}

.breadcrumbs ol {
    display: flex;
    gap: var(--space-sm);
    list-style: none;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.breadcrumbs li:not(:last-child)::after {
    content: '›';
    color: var(--color-gray-400);
}

.breadcrumbs a {
    color: var(--color-gray-500);
}

.breadcrumbs a:hover {
    color: var(--color-accent);
}

.breadcrumbs [aria-current="page"] {
    color: var(--color-gray-700);
    font-weight: 500;
}

/* ============================================
   HUB HERO
   ============================================ */
.hub-page-wrapper {
    background: #fff;
}

.hub-page-wrapper .breadcrumb {
    background: #fff;
}

.hub-hero {
    padding: var(--space-3xl) 0;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    color: var(--color-white);
    position: relative;
    /*overflow: hidden;*/
}

.hub-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hub-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: var(--space-3xl);
    align-items: center;
}

.hub-hero-content {
}

.hub-category {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    background: rgba(255, 255, 255, 0.15);
    padding: var(--space-xs) var(--space-md);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: var(--space-lg);
    backdrop-filter: blur(4px);
}

.hub-hero h1 {
    color: var(--color-white);
    margin-bottom: var(--space-md);
    max-width: 700px;
}

.hub-description {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    line-height: 1.7;
}

.hub-stats {
    display: flex;
    gap: var(--space-3xl);
    margin-top: var(--space-xl);
    padding-top: var(--space-xl);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hub-stat-value {
    font-family: "Poppins";
    font-size: 2rem;
    font-weight: 700;
}

.hub-stat-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.65);
    margin-top: var(--space-xs);
}

/* ============================================
   HERO SIGNUP FORM - SLEEK & COMPACT
   ============================================ */
.hero-signup {
    background: var(--color-white);
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    position: relative;
}

.hero-signup button {
    padding: 0 !important;
    font-size: 16px !important;
}

.hero-signup input {
    height: 50px !important;
}

.hero-signup .iti__country-list .iti__flag, .hero-signup .iti__country-name {
    color: #333;
}

.hero-signup .iti .iti__selected-country {
    width: 90px;
}

.hero-signup .iti__tel-input {
    padding-left: 100px !important;
}

/* Urgency Banner */
.hero-signup__banner {
    background: linear-gradient(90deg, var(--color-accent), #FF8A4C);
    color: var(--color-white);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 6px var(--space-md);
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.hero-signup__inner {
    padding: var(--space-lg);
}

/* Header Row - Headline + Social Proof inline */
.hero-signup__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
}

.hero-signup__headline {
    font-family: "Lato";
    font-size: 20px;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.3;
    margin-bottom: 15px;
}

.hero-signup__rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    color: var(--color-gray-500);
    white-space: nowrap;
}

.hero-signup__stars {
    color: #FBBF24;
    letter-spacing: -2px;
}

/* Trust Row - Compact */
.hero-signup__trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-md);
    font-size: 0.6875rem;
    color: var(--color-gray-400);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.trust-item svg {
    width: 12px;
    height: 12px;
}

/* ============================================
   CONTENT SECTIONS
   ============================================ */
.content-section {
    padding: var(--space-2xl) 0;
}

/* Spacing between content sections */
.content-primary > section {
    margin-bottom: var(--space-3xl);
}
.content-primary > section:has(ins[data-ad-status="filled"]){
    margin-bottom: 40px !important;
}

.content-primary > section:last-child {
    margin-bottom: 0;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-xl);
    padding-bottom: var(--space-md);
    border-bottom: 2px solid;
    border-image: linear-gradient(45deg, #f77d00, #f5ba38, #f5ba38) 1;
}

.section-title {
    display: flex;
    align-items: end;
    gap: var(--space-sm);
    width: 100%;
    justify-content: space-between;
}

.section-title h2 {
    font-size: 30px;
    margin: 0;
}

.section-title-bar {
    width: 4px;
    height: 24px;
    background: var(--color-accent);
    border-radius: 2px;
}

.section-view-all {
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-accent);
    text-decoration: none;
    transition: all var(--transition-fast);
}

.section-view-all:hover {
    color: var(--color-accent-hover);
    gap: var(--space-sm);
}

.section-view-all svg {
    width: 16px;
    height: 16px;
    transition: transform var(--transition-fast);
}

.section-view-all:hover svg {
    transform: translateX(4px);
}


/* ============================================
   FEATURED SLIDER
   ============================================ */
.featured-slider-container {
    position: relative;
}

.featured-slider {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.featured-slider .swiper-slide {
    height: initial;
    padding: 10px;
}

.featured-slider .swiper-button-prev:after, .featured-slider .swiper-button-next:after {
    display: none;
}

.featured-slider .swiper-button-prev {
    left: -35px;
}

.featured-slider.company-articles .swiper-button-prev {
    left: -30px;
}

.featured-slider .swiper-button-next {
    right: -35px;
}

.featured-slider.company-articles .swiper-button-next {
    right: -30px;
}

.featured-slider.swiper {
    position: initial;
    margin: 0 -10px;
    /*padding: 10px;*/
}

.featured-slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
}

.featured-nav {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.featured-nav__btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid var(--color-accent);
    background: var(--color-white);
    color: var(--color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.featured-nav__btn:hover {
    background: var(--color-accent);
    color: var(--color-white);
}

.featured-nav__btn svg {
    width: 18px;
    height: 18px;
}

.featured-nav__count {
    font-size: 0.875rem;
    color: var(--color-gray-500);
    min-width: 50px;
    text-align: center;
}

/* ============================================
   FEATURED CARDS - CONSISTENT 4-COLUMN GRID
   ============================================ */
.article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
}

.article-card {
    background: var(--color-white);
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    transition: all var(--transition-base);
    display: flex;
    flex-direction: column;
}

.video__badge {
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 35px 35px 35px 35px;
    padding: 0 10px 0 10px;
    background-image: linear-gradient(135deg, #F77D00 0%, #F5BA38 100%);
    color: #fff;
    font-size: 12px;
    align-items: center;
    font-weight: 500;
    gap: 5px;
    letter-spacing: 1px;
    font-family: 'Poppins';
    display: flex;
    line-height: 20px;
}

.article-card__image {
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, var(--color-gray-200), var(--color-gray-300));
    position: relative;
    display: block;
    overflow: hidden;
}

.article-card__image img {
    aspect-ratio: 16/9;
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
    transition: transform var(--transition-base);
}

.article-card__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px !important;
    color: var(--color-primary);
    display: -webkit-box;
    text-align: center;
    padding: 10px 5px;
    margin: 0;
    min-height: 92px;
}

.article-card__title a {
    color: inherit;
    font-size: 18px;
    line-height: 24px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}


.article-card__excerpt {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-top: var(--space-xs);
    margin-bottom: var(--space-xs);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-card__source {
    display: flex;
    align-items: center;
    gap: var(--space-xs);
}

.article-card__source a {
    font-size: 15px;
    color: #333;
}

.article-card__source svg {
    width: 12px;
    height: 12px;
}

.article-card__ticker {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    color: #333;
}

.article-card__ticker svg {
    width: 12px;
    height: 12px;
}

.article-card__middle {
    font-size: 13px;
    padding: 12px 0;
    font-family: 'Lato';
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    text-align: center;
}

.article-card__middle .card__middle--company {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.article-card__middle .card__middle--company a {
    color: #333;
    /*font-weight: bold;*/
}

.article-card__middle .card__middle--mid-cap {
    /*font-weight: bold;*/
}

.article-card__middle .card__middle--company svg {
    width: 14px;
    height: 14px;
}

.article-card__middle div {
    border-right: 1px solid #ddd;
    font-weight: bold;
}

.article-card__middle div:last-child {
    border: 0;
}

.article-card__footer {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-top: 1px solid #BBBBBB;
    background: #fff3ec;
    justify-content: space-evenly;
    gap: 5px;
    text-align: center;
}

.article-card__footer .event-type--label,
.article-card__footer .market-impact--label {
    color: #8e8e8e;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.article-card__footer .event-type--value,
.article-card__footer .market-impact--value {
    font-weight: bold;
    font-size: 13px;
}

.article-card__footer .card__footer--event-type,
.article-card__footer .card__footer--market-impact {
    display: flex;
    flex-direction: column;
    line-height: normal;
    gap: 3px;
}

.article-card__footer .market-impact--value {
    display: flex;
    justify-content: center;
    font-size: 13px;
    gap: 2px;
    align-items: center;
    font-weight: bold;
}

.article-card__footer .market-impact--value img {
    width: 13px;
    height: auto;
    object-fit: contain;
}

/*.article-card__footer .market-impact--value.high-impact:before {*/
/*    content: "";*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    background: url(assets/images/fire-icon.png) no-repeat;*/
/*    background-size: contain;*/
/*    position: absolute;*/
/*    left: 13px;*/
/*}*/

.article-card__footer .market-impact--value .icon {
    font-size: 10px;
    font-style: normal;
}

.article-card__footer .divider {
    width: 1px;
    background: #ddd;
    height: 25px;
}

.article-card__top {
    padding: 10px 15px;
}

/* ============================================
   NEWS ARTICLE CARD
   ============================================ */
.news-article-card {
    background: var(--color-white);
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    transition: all var(--transition-base);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-article-card__image {
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, var(--color-gray-200), var(--color-gray-300));
    position: relative;
    display: block;
    overflow: hidden;
}

.news-article-card__image img {
    aspect-ratio: 16/9;
    transition: transform var(--transition-base);
}

.news-article-card__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px !important;
    color: var(--color-primary);
    display: -webkit-box;
    padding: 10px 8px;
    margin: 0;
    /*min-height: 92px;*/
}
.single-hub .news-article-card__title {
    padding: 10px 10px;
}

.news-article-card__title a {
    color: inherit;
    font-size: 18px;
    line-height: 24px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.news-article-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.news-article-card__middle {
    font-size: 13px;
    padding: 12px 0;
    font-family: 'Lato';
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    text-align: center;
    border-top: 1px solid #ddd;
}
.single-hub .news-article-card__middle,
.author .news-article-card__middle{
    padding: 12px 10px;
    display: block;
    text-align: left;
}

.news-article-card__middle .card__middle--company {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.news-article-card__middle .card__middle--company a {
    color: #333;
}

.news-article-card__middle .card__middle--mid-cap {
}

.news-article-card__middle .card__middle--company svg {
    width: 14px;
    height: 14px;
}

.news-article-card__middle div {
    border-right: 1px solid #ddd;
    font-weight: bold;
}

.news-article-card__middle div:last-child {
    border: 0;
}
.news-article-card__middle .source-icon svg{
    width: 12px;
    height: 12px;
}

/* ============================================
   Video CARDS - CONSISTENT 4-COLUMN GRID
   ============================================ */
.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
}

.video-card {
    background: var(--color-white);
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    transition: all var(--transition-base);
}


.video-card__title {
    font-weight: 600;
    line-height: 24px !important;
    color: var(--color-primary);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 !important;
    text-align: center;
    padding: 10px 5px;
    min-height: 98px;
}

.video-card__title a {
    color: inherit;
    font-size: 20px;
    line-height: 24px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-slider-container {
    position: relative;
    /*padding: 0 40px;*/
}


.video-card__excerpt {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: var(--space-xs);
    margin-bottom: var(--space-xs);
}

.video-card__source {
    display: flex;
    align-items: center;
    gap: var(--space-xs);
}

.video-card__source a {
    font-size: 15px;
    color: #333;
}

.video-card__source svg {
    width: 12px;
    height: 12px;
}

.video-card__ticker {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    color: #333;
}

.video-card__ticker svg {
    width: 12px;
    height: 12px;
}

.video-slider .swiper-button-prev:after, .video-slider .swiper-button-next:after {
    display: none;
}

.video-slider .swiper-button-prev {
    left: -30px;
}

.video-slider .swiper-button-next {
    right: -30px;
}

.video-slider.swiper {
    position: initial;
    padding: 10px;
    margin: 0 -10px;
}

/* ============================================
   ARTICLE CARDS - STANDARD
   ============================================ */
.article-grid {
    display: grid;
    gap: var(--space-xl);
}

.article-grid--3col {
    grid-template-columns: repeat(3, 1fr);
}
.article-grid--4col {
    grid-template-columns: repeat(4, 1fr);
}

/* In-grid ad slot */
.featured-grid__ad {
    background: var(--color-gray-50);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
}

.featured-grid__ad .ad-slot {
    width: 100%;
    max-width: 300px;
}

.article-grid--2col {
    grid-template-columns: repeat(2, 1fr);
}


.article-card__image {
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, var(--color-gray-200), var(--color-gray-300));
    position: relative;
    overflow: hidden;
}

.article-card__image img {
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
    transition: transform 0.4s ease;
}


.article-card__content {
    /*padding: 10px 15px;*/
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.article-card__meta {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    font-size: 0.75rem;
    color: var(--color-gray-500);
    margin-bottom: var(--space-sm);
}

.article-card__category {
    color: var(--color-accent);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.article-card__source {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

/* ============================================
   IN-CONTENT AD - LEADERBOARD
   ============================================ */
.in-content-leaderboard {
    margin: var(--space-2xl) 0;
    padding: var(--space-lg) 0;
    border-top: 1px solid var(--color-gray-200);
    border-bottom: 1px solid var(--color-gray-200);
    text-align: center;
}

/* ============================================
   IN-CONTENT AD - 300x250 INTEGRATED
   Placed between article sections with context
   ============================================ */
.content-ad-break {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-2xl) 0;
    margin: var(--space-lg) 0;
}

.content-ad-break .ad-medium-rect {
    border-radius: 8px;
}

/* ============================================
   SIDEBAR
   ============================================ */
.sidebar {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: var(--space-xl);
    width: 300px;
    height: 100% !important;
}

.sidebar-widget {
    background: var(--color-white);
    border-radius: 7px;
    padding: 15px;
    border: 1px solid #ddd;
    /*box-shadow: var(--shadow-sm);*/
}

.sidebar-widget__title {
    font-size: 0.875rem !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-gray-500) !important;
    margin-bottom: var(--space-lg);
    padding-bottom: var(--space-sm);
    border-bottom: 2px solid;
    border-image: linear-gradient(45deg, #f77d00, #f5ba38, #f5ba38) 1;
}

/* Related Hubs List */
.related-hubs-list {
    list-style: none;
    padding: 0;
}

.related-hubs-list li {
    margin-bottom: 0;
}

.related-hubs-list a {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) 0;
    font-size: 0.9375rem;
    color: var(--color-gray-700);
    border-bottom: 1px solid var(--color-gray-100);
    transition: all var(--transition-fast);
}

.related-hubs-list a::before {
    content: '→';
    color: var(--color-accent);
    font-size: 0.875rem;
    opacity: 0;
    transform: translateX(-8px);
    transition: all var(--transition-fast);
}

.related-hubs-list a:hover {
    color: var(--color-accent);
    padding-left: var(--space-sm);
}

.related-hubs-list a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.related-hubs-list li:last-child a {
    border-bottom: none;
}

/* Trending Widget */
.trending-list {
    list-style: none;
    padding: 0
}

.trending-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
    padding: var(--space-md) 0;
    border-bottom: 1px solid var(--color-gray-100);
}

.trending-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.trending-item:first-child {
    padding-top: 0;
}

.trending-rank {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-gray-300);
    min-width: 28px;
}

.trending-content h4 {
    font-family: "Poppins";
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: var(--space-xs);
    transition: color var(--transition-fast);
    margin-top: 0;
}

.trending-item:hover .trending-content h4 {
    color: var(--color-accent);
}

.trending-meta {
    font-size: 0.75rem;
    color: var(--color-gray-500);
}

/* Key Topics */
.topics-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
}

.topic-tag {
    background: var(--color-gray-100);
    color: var(--color-gray-700);
    padding: var(--space-xs) var(--space-md);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all var(--transition-fast);
}

.topic-tag:hover {
    background: var(--color-accent);
    color: var(--color-white);
}

/* Newsletter */
.newsletter-widget {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: var(--color-white);
}

.newsletter-widget .sidebar-widget__title {
    color: rgba(255, 255, 255, 0.7);
    border-bottom-color: var(--color-accent);
}

.newsletter-text {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: var(--space-lg);
    line-height: 1.6;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.newsletter-input {
    padding: var(--space-md);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--color-white);
    font-family: var(--font-body);
    font-size: 0.875rem;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-input:focus {
    outline: none;
    border-color: var(--color-accent);
    background: rgba(255, 255, 255, 0.15);
}

.newsletter-btn {
    background: var(--color-accent);
    color: var(--color-white);
    padding: var(--space-md);
    border: none;
    border-radius: 6px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background var(--transition-fast);
}

.newsletter-btn:hover {
    background: var(--color-accent-hover);
}

/* ============================================
   EDUCATIONAL GUIDES (uses featured-card styles)
   ============================================ */
/*.guides-section {*/
/*    margin-top: var(--space-2xl);*/
/*}*/

/* ============================================
   ANALYSIS SECTION
   ============================================ */
/*.analysis-section {*/
/*    margin-top: var(--space-2xl);*/
/*}*/

/* ============================================
   SEO CONTENT
   ============================================ */
.seo-content {
    background: var(--color-white);
    /*border-radius: 12px;*/
    /*padding: var(--space-2xl);*/
    /*margin-top: var(--space-2xl);*/
    /*border: 1px solid #ddd;*/
}

.seo-content h2 {
    margin-bottom: var(--space-lg);
    font-size: 25px
}

.seo-content p {
    color: var(--color-gray-600);
    margin-bottom: var(--space-md);
    line-height: 24px;
    font-size: 17px;
    font-family: "Figtree";
}

.seo-content p:last-of-type {
    margin-bottom: 0;
}

.faq-section {
    margin-top: var(--space-2xl);
}

.faq-section h3 {
    font-size: 20px
}

h4.faq-question {
    font-size: 17px;
}

.faq-item {
    border-bottom: 1px solid var(--color-gray-200);
    padding: var(--space-lg) 0;
}

.faq-item:first-of-type {
    padding-top: 0;
}

.faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.faq-question {
    font-family: var(--font-display);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: var(--space-sm);
}

.faq-answer {
    color: var(--color-gray-600);
    line-height: 1.7;
}

.news-article-single__main .seo-content,
.free-stock-news-single__main .seo-content
{
    border: 0;
    padding: 0;
    margin-bottom: 50px;
}
.news-article-single__main .faq-section h3,
.free-stock-news-single__main .faq-section h3
{
    margin-bottom: 5px;
}
.news-article-single__main .seo-content h2,
.free-stock-news-single__main .seo-content h2
{
    font-size: 25px;
}
.news-article-single__main .seo-content p,
.free-stock-news-single__main .seo-content p
{
    color: #333;
    font-size: 17px;
    line-height: 24px;
    font-family: "Figtree", sans-serif;
}
.news-article-single__main p:empty,
.free-stock-news-single__main p:empty,
.news-article-single__main p br:only-child,
.free-stock-news-single__main p br:only-child
{
    display: none;
}

/* ============================================
   LOAD MORE BUTTON
   ============================================ */
.load-more-container {
    text-align: center;
    margin-top: var(--space-xl);
}

.load-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    padding: var(--space-md) var(--space-2xl);
    background: var(--color-white);
    border: 2px solid var(--color-accent);
    border-radius: 8px;
    color: var(--color-accent);
    font-family: var(--font-body);
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-fast);
}
.related-hub-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    padding: 10px var(--space-2xl);
    background: var(--color-white);
    border: 2px solid var(--color-accent);
    border-radius: 8px;
    color: var(--color-accent);
    font-family: var(--font-body);
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-fast);
    background-image: linear-gradient(135deg, #F77D00 0%, #F5BA38 100%);
    color: #fff !important;
    border: 0;
    font-size: 18px;
    flex-shrink: 0;
}
.related-hub-button svg {
    width: 16px;
    fill: #fff;
}

.load-more-btn:hover, .related-hub-button:hover {
    background: var(--color-accent);
    color: var(--color-white);
}

.load-more-btn svg {
    width: 18px;
    height: 18px;
    transition: transform var(--transition-fast);
}

.load-more-btn:hover svg {
    transform: translateY(2px);
}


.hub-divider {
    height: 1px;
    background: #e2e8f0;
}

a.hub-heading-button {
    display: flex;
    padding: 15px 20px 15px 20px;
    background-image: linear-gradient(135deg, #F77D00 0%, #F5BA38 100%);
    border-style: none;
    border-radius: 7px 7px 7px 7px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    align-items: center;
    gap: 10px;
}

a.hub-heading-button:hover {
    color: #fff !important;
}

a.hub-heading-button svg {
    width: 15px;
    fill: #fff;
}

.faq-question {
    cursor: pointer;
    position: relative;
    padding-right: 28px;
}

.faq-question::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(45deg); /* down */
    transition: transform 0.25s ease;
}

.faq-item.active .faq-question::after {
    transform: translateY(-50%) rotate(-135deg); /* up */
}

.faq-answer-wrap {
    display: none;
}

.faq-item.active .faq-answer-wrap {
    height: 100%; /* enough for most answers */
    max-height: 1000px; /* big enough for content */
}


@media print {
    .ad-slot, .ad-container, .sidebar, .site-header, .site-footer, .newsletter-widget {
        display: none !important;
    }

    body {
        min-width: auto;
    }

    .main-layout {
        display: block;
    }
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

/* --------------------------------------------
   MAX WIDTH: 1350px
--------------------------------------------- */
@media (max-width: 1350px) {
    .container {
        padding: 0 20px !important;
    }

}


/* --------------------------------------------
   MAX WIDTH: 1200px
--------------------------------------------- */
@media (max-width: 1200px) {
    .main-layout {
        /*grid-template-columns: 1fr 260px;*/
        gap: var(--space-xl);
    }

    .hub-hero-inner {
        grid-template-columns: 1fr 360px;
    }
}

/* --------------------------------------------
   MAX WIDTH: 992px (Tablet)
--------------------------------------------- */
@media (max-width: 992px) {
    .ad-billboard {
        width: 100%;
    }

    .main-nav,
    .header-actions {
        display: none; /* mobile menu later */
    }

    /*.main-layout {*/
    /*    grid-template-columns: 1fr;*/
    /*}*/
    .sidebar {
        width: 100%;
        order: 3;
    }

    .hub-hero-inner {
        grid-template-columns: 1fr;
    }

    .hero-signup {
        max-width: 480px;
        margin: 0 auto;
    }

    /* 3-column grids → 2 columns */
    .video-grid,
    .featured-grid,
    .article-grid--3col,
    .article-grid--4col{
        grid-template-columns: repeat(2, 1fr);
    }

    .video-slider .video-card {
        flex: 0 0 calc((100% - var(--space-lg)) / 2);
    }
}

/* --------------------------------------------
   MAX WIDTH: 768px (Large Mobile)
--------------------------------------------- */
@media (max-width: 768px) {

    .container {
        padding: 0 var(--space-md);
    }

    .hub-hero {
        padding: var(--space-2xl) 0;
    }

    /* Hero stats stack */
    .hub-stats {
        flex-direction: row;
        gap: var(--space-lg);
    }

    /* 2 columns → 1 column */
    .video-grid,
    .featured-grid,
    .article-grid--3col,
    .article-grid--4col,
    .article-grid--2col {
        grid-template-columns: 1fr;
    }

    .video-slider .video-card {
        flex: 0 0 80%;
    }

    .featured-nav {
        justify-content: flex-start;
        margin-top: var(--space-md);
    }

    /* Form fields stack */
    .form-row {
        grid-template-columns: 1fr;
    }

    .main-layout {
        grid-template-columns: 100%;
    }

    .billboard-section {
        padding: 0;
    }
}


/* --------------------------------------------
   MAX WIDTH: 576px (Mobile)
--------------------------------------------- */
@media (max-width: 576px) {

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .ad-billboard {
        width: 100%;
        height: 120px;
    }

    .ad-leaderboard {
        width: 100%;
        height: 60px;
    }

    /* Make ad slots fluid */
    .ad-half-page,
    .ad-medium-rect {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 4/3;
    }

    /* Trending list fixes */
    .trending-item {
        gap: var(--space-sm);
    }

    .featured-slider .swiper-button-next {
        right: 0;
        top: 0;
    }

    .featured-slider .swiper-button-prev {
        left: 0;
        top: 0;
    }

    .featured-slider.swiper {
        padding-top: 15px;
    }

    .video-slider .swiper-button-next {
        right: 0;
        top: 0;
    }

    .video-slider .swiper-button-prev {
        left: 0;
        top: 0;
    }

    .video-slider.swiper {
        padding-top: 30px;
        margin: 0 -20px;
    }

    .seo-content {
        margin-top: 0;
        /*padding: 20px;*/
    }

    .section-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .sidebar {
        grid-column: 1;
    }

    .content-primary > section {
        margin-bottom: var(--space-2xl);
    }

    .article-card__title a {
        font-size: 20px;
    }
}

#swx-articles, #swx-videos, .swx-news-articles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.swx-article-filter .swx-tabs {
    display: flex;
}

.swx-article-filter .swx-tabs .swx-tab {
    background: #fff;
    border: 1px solid #C5C5C5;
    border-right: 0;
    padding: 15px 30px;
    font-size: 18px;
    color: #333;
    border-radius: 0;
    line-height: normal;
}

.swx-article-filter .swx-tabs .swx-tab:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.swx-article-filter .swx-tabs .swx-tab:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-right: 1px solid #C5C5C5;
}

.swx-article-filter .swx-tabs .swx-tab.active {
    background-image: linear-gradient(135deg, #f77d00 0%, #f5ba38 100%);
    color: #fff;
}

.swx-article-filter .swx-article-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.swx-article-filter .swx-article-heading .swx-heading-button a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: #ddd;
    background-image: linear-gradient(135deg, #F77D00 0%, #F5BA38 100%);
    border-style: none;
    border-radius: 7px 7px 7px 7px;
    padding: 20px 25px 20px 25px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
}

.swx-article-filter .swx-article-heading {
    margin-bottom: 30px;
}

.swx-article-filter .swx-article-heading .swx-heading-button a svg {
    width: 16px;
    fill: #fff;
}

/*.header__main__menu.scroll-up {*/
/*    top: 80px;*/
/*}*/

@media (max-width: 480px) {
    .swx-article-filter .swx-tabs {
        display: none;
    }

    #swx-articles, #swx-videos, .swx-news-articles {
        grid-template-columns: 100%;
    }
}

/* End Hub Page */

.google__adsense__banner > .e-con-inner {
    padding: 0;
}

/* Card Inline */
.article__card__inline {
    border-bottom: 1px solid #ddd;
    padding: 22px 0 30px 0;
    display: flex;
    gap: 10px;
    flex-direction: column
}

.article__card__inline .card__inline__image {
    position: relative;
}

.article__card__inline .card__inline__top {
    display: flex;
    gap: 20px;
    flex-direction: row
}

.article__card__inline .card__inline__top .card__inline__date {
    width: 200px;
}

.article__card__inline:last-child {
    border-bottom: 0;
}

.article__card__inline:first-child {
    border-top: 1px solid #ddd;
}

.card__inline__image a {
    width: 200px;
    border-radius: 10px;
    display: inline-block;
}

.card__inline__image img {
    border-radius: 10px;
    height: 100%;
}

.card__inline__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.card__inline__data {
    display: flex;
    gap: 10px;
}

.card__inline__bottom {
    display: flex;
    gap: 10px
}

.card__inline__title a {
    font-size: 22px;
    font-family: "Lato";
    font-weight: 700;
    color: #333 !important;
}

.card__inline__title a:hover {
    color: #E78125 !important;
}

.card__inline__title {
    margin: 10px 0;
}

.card__inline__bottom svg {
    height: 14px;
    width: 14px;
}

.card__inline__bottom a {
    color: #333;
    cursor: pointer;
}

.card__inline__meta a {
    color: #E78125 !important
}

.card__inline__company {
    color: #333;
    display: flex;
    gap: 5px;
    align-items: center;
}

.card__inline__midcap {
    display: flex;
    gap: 5px;
    align-items: center;
}

.card__inline__impact .impact-label {
    color: #333;
}

.card__inline__impact .impact-value {
    font-weight: 700;
    color: #2ba82b;
    font-family: "Lato";
    font-size: 16px;
    justify-content: center;
}

.card__video__inline__impact .impact-info {
    display: flex;
    gap: 5px;
}

.card__video__inline__impact .impact-value {
    font-weight: bold;
}

.article__card__inline .article-date {
    display: flex;
    color: #333;
    align-items: center;
    font-size: 16px;
    gap: 5px;
}

.article__card__inline .card__inline__middle {
    display: flex;
    justify-content: space-between;
}

.article__card__inline .article-date .source-icon {
    position: relative;
}

.article__card__inline .article-date svg {
    width: 14px;
    height: 14px;
}

.load-more-wrapper {
    margin-top: 30px;
    text-align: center;
}

.load-more-wrapper .load-more-articles {
    cursor: pointer !important;
}

.source-icon .icon-line {
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 6px;
    background: #ddd;
}

@media (max-width: 480px) {
    .article__card__inline {
        flex-direction: column;
        gap: 10px;
    }

    .card__inline__image a {
        width: 100%;
    }

    .card__inline__info {
        width: 100%;
        padding: 0;
        gap: 5px;
    }

    .card__inline__info:after {
        display: none;
    }

    .card__inline__impact {
        align-items: end;
        justify-content: space-between;
        flex-direction: row;
    }

    .card__inline__impact .impact-info {
        display: flex;
        gap: 5px;
        align-items: flex-start;
        font-size: 15px !important;
    }

    .article__card__inline .card__inline__top {
        flex-direction: column;
        gap: 5px;
    }

    .article__card__inline .card__inline__bottom {
        flex-direction: column;
        gap: 10px;
    }

    .article__card__inline .card__inline__middle {
        flex-direction: column;
        gap: 10px;
    }

    .card__inline__data {
        gap: 4px;
    }

    .card__inline__midcap {
        font-size: 15px;
    }

    .card__inline__impact .impact-value {
        font-size: 13px !important;
    }

    .card__inline__company a {
        transform: scale(1) !important;
    }

    .card__video__inline__impact .impact-info {
        font-size: 15px !important;
    }

    .card__inline__bottom svg {
        width: 14px;
        height: 14px;
    }
}

/* End Card Inline*/

/* Video Tile*/
.video-card {
    border: 2px solid #ddd;
}

.video-card:hover {
    border-color: #E78125;
}

.video-card__middle {
    font-size: 13px;
    padding: 12px 0;
    font-family: 'Lato';
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    text-align: center;
    font-weight: bold;
}

.video-card__middle .card__middle--company {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.video-card__middle .card__middle--company a {
    /*font-size: 15px;*/
    color: #333;
    /*font-weight: bold;*/
}

.video-card__middle .card__middle--mid-cap {
    /*font-weight: bold;*/
}

.video-card__middle .card__middle--company svg {
    width: 14px;
    height: 14px;
}

.video-card__middle div {
    border-right: 1px solid #ddd;
}

.video-card__middle div:last-child {
    border: 0;
}

.video-card__footer {
    display: flex;
    align-items: center;
    padding: 7px 15px;
    border-top: 1px solid #BBBBBB;
    background: #fff3ec;
    justify-content: space-evenly;
    gap: 20px;
    text-align: center;
}

.video-card__footer .event-type--label,
.video-card__footer .market-impact--label {
    color: #8e8e8e;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.video-card__footer .event-type--value,
.video-card__footer .market-impact--value {
    font-weight: bold;
    font-size: 13px;
    color: #333;
    position: relative;
}

.video-card__footer .market-impact--value.high-impact:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url("assets/images/fire-icon.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 16px;
}

.video-card__footer .market-impact--value {
    color: #333;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.video-card__footer .market-impact--value .icon {
    font-style: normal;
    font-size: 10px;
}

.video-card__footer .divider {
    width: 1px;
    background: #ddd;
    height: 35px;
}

.video-card__footer .card__footer--event-type,
.video-card__footer .card__footer--market-impact {
    display: flex;
    flex-direction: column;
    line-height: normal;
    gap: 3px;
}

.video-card__top {
    padding: 10px 15px;
}

@media (max-width: 480px) {
    .video-slider-container {
        padding: 0 10px;
    }

    .video-tile-slider .swiper-button-prev {
        left: 0;
    }

    .video-tile-slider .swiper-button-next {
        right: 0;
    }
}

/* End Video Tile*/

/* Video Inline*/
.video__card__inline {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 22px 0 30px 0;
    gap: 10px;
    flex-direction: column;
}

.video__card__inline:last-child {
    border-bottom: 0;
}

.video__card__inline:first-child {
    border-top: 1px solid #ddd;
}

.card__inline__image a {
    width: 250px;
    border-radius: 10px;
    display: inline-block;
    height: 100%;
}

.card__inline__image img {
    border-radius: 10px;
}

/*.card__inline__info:after {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 1px;*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    background: #ddd;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/
.card__inline__bottom {
    display: flex;
    gap: 20px;
}

.card__inline__title a {
    font-size: 22px;
    font-family: "Lato";
    font-weight: 700;
    color: #333 !important;
}

.card__inline__title a:hover {
    color: #E78125 !important;
}

.card__inline__title {
    margin: 5px 0;
    line-height: 1em !important;
    margin: 0 !important;
}

.card__inline__bottom a {
    color: #333;
    cursor: pointer;
}

.card__inline__company {
    color: #333;
    display: flex;
    gap: 5px;
    align-items: center;
}

.card__inline__impact .impact-value {
    font-weight: 700;
    color: #333;
    font-family: "Lato";
    display: flex;
    gap: 2px;
    align-items: center;
    font-size: 16px;
}

.card__inline__impact .impact-value.high-impact:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(assets/images/fire-icon.png) no-repeat;
    background-size: contain;
}

.card__inline__impact .impact-value i {
    font-size: 13px;
    font-style: normal;
}

.card__inline__impact {
    gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: flex-start;
}

.card__inline__impact .impact-info {
    text-align: center;
    display: flex;
    gap: 5px;
}

.card__inline__meta {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;

}

.card__inline__meta .arrow {
    font-size: 20px !important;
    position: relative;
    top: -1px;
}

.card__inline__meta span {
    font-size: 16px !important;
}

.video__card__inline .video-date {
    display: flex;
    color: #333;
    align-items: center;
    font-size: 16px;
    gap: 5px;
}

.video__card__inline .video-date .source-icon {
    position: relative;
}

.video__card__inline .video-date svg {
    width: 14px;
    height: 14px;
}

.load-more-wrapper {
    margin-top: 30px;
    text-align: center;
}

.load-more-wrapper .load-more-articles {
    cursor: pointer !important;
}

.video-card__image {
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, var(--color-gray-200), var(--color-gray-300));
    position: relative;
    display: block;
    overflow: hidden;
}

.video-card__image img {
    aspect-ratio: 16/9;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-base);
}

.video__card__inline .card__inline__info {
    width: 60%;
}

.video__card__inline .video-card__image {
    border-radius: 10px;
    width: 400px;
}

@media (max-width: 480px) {
    .video__card__inline {
        flex-direction: column;
        gap: 10px;
    }

    .card__inline__image a {
        width: 100%;
    }

    .card__inline__info {
        width: 100%;
        padding: 0;
        gap: 10px;
    }

    .card__inline__info:after {
        display: none;
    }

    .card__inline__impact {
        align-items: end;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
    }

    .video__card__inline .card__inline__info {
        width: 100%;
    }

    .video__card__inline .video-card__image {
        width: 100%;
    }

    .video__card__inline .card__inline__bottom {
        flex-direction: column;
        gap: 10px;
    }
}

/* End Video */

/* Trending News */
.trending-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.trending__featured {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
}

.trending__featured .trending__thumb {
    width: 300px;
    height: 250px;
}

.trending__news .trending__thumb {
    width: 245px;
}

.trending__featured .trending__thumb img {
    height: 100%;
    object-fit: cover;
}

.trending__news .trending__thumb img {
    height: 100%;
    object-fit: cover;

}

.trending__featured .trending__content {
    width: calc(100% - 300px);
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}

.trending__featured .trending__thumb {
    position: relative;
}

.trending__featured .trending__badge {
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 35px 35px 35px 35px;
    padding: 5px 10px 5px 10px;
    background-image: linear-gradient(135deg, #F77D00 0%, #F5BA38 100%);
    color: #fff;
    font-size: 12px;
    align-items: center;
    font-weight: 500;
    gap: 5px;
    letter-spacing: 1px;
    font-family: 'Poppins';
    display: flex;
}

.trending__featured .trending__badge svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}

.trending__featured__title {
    line-height: 0 !important;
    margin: 0;
}

.trending__featured__title a {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    font-family: "Lato";
    color: #333;
}

.trending__featured .trending__bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.trending__featured .trending__bottom .source-icon svg {
    width: 14px;
    height: 14px;
}

.trending__featured .trending__bottom .source-icon {
    position: relative;
}

.trending__featured .trending__company a {
    color: #333;
    transform: scale(1.08);
    display: inline-block;
}

.trending__featured .trending__company,
.trending__featured .trending__midcap,
.trending__featured .trending__date {
    display: flex;
    align-items: center;
    gap: 5px;
}

.trending__news {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
}

.trending__news .trending__thumb {
    width: 245px;
    line-height: 0;
}

.trending__news .trending__thumb img {
    height: 100%;
    object-fit: cover;
}

.trending__news .trending__thumb img {
    height: 100%;
    object-fit: cover;
}

.trending__news .trending__content {
    width: calc(100% - 245px);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.trending__news .trending__thumb {
    position: relative;
}

.trending__news .trending__badge {
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 35px 35px 35px 35px;
    padding: 0 10px 0 10px;
    background-image: linear-gradient(135deg, #F77D00 0%, #F5BA38 100%);
    color: #fff;
    font-size: 12px;
    align-items: center;
    font-weight: 500;
    gap: 5px;
    letter-spacing: 1px;
    font-family: 'Poppins';
    display: flex;
    line-height: 20px;
}

.trending__news .trending__badge svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}

.trending__news__title {
    line-height: 0 !important;
    margin: 0;
}

.trending__news__title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    font-family: "Lato";
    color: #333;
}

.trending__news .trending__bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.trending__news .trending__bottom > div,
.trending__featured .trending__bottom > div {
    border-right: 1px solid #ddd;
    padding-right: 15px;
}

.trending__news .trending__bottom > div:last-child,
.trending__featured .trending__bottom > div:last-child {
    border: 0;
}

.trending__news .trending__bottom .source-icon svg {
    width: 14px;
    height: 14px;
}

.trending__news .trending__bottom .source-icon {
    position: relative;
}

.trending__news .trending__company a {
    color: #333;
}

.trending__news .trending__company,
.trending__news .trending__midcap,
.trending__news .trending__date {
    display: flex;
    align-items: center;
    gap: 5px;
}

.trending__meta .arrow {
    font-size: 20px !important;
    position: relative;
    top: -2px;
}

.trending__meta {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;

}

.single-memberpressgroup main.memberpressgroup {
    max-width: 100% !important;
    padding: 0 !important;
}

.single-memberpressgroup .google__adsense__banner {
    display: none;
}

.table-scroll-container {
    /*width: 100%;*/
    /*overflow-x: auto;*/
    /*overflow-y: hidden;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*overscroll-behavior-x: contain;*/
    /*overscroll-behavior-y: none;*/
    /*margin: 20px 0;*/
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
    max-width: 100%;
}

.table-scroll-container table {
    /*width: 100%;*/
    /*min-width: 1000px;*/
    /*border-collapse: collapse;*/
    /*white-space: pre-wrap;*/
    width: 100% !important;
    border-collapse: collapse;
    table-layout: auto;
}
.table-scroll-container table thead {
    background: #09183B;
    color: #fff;
}
.table-scroll-container table tbody>tr:nth-child(odd)>td {
    background-color: #EDEEF0 !important;
}

.table-scroll-container th,
.table-scroll-container td {
    /*padding: 12px 15px;*/
    /*text-align: left;*/
    /*border: 1px solid #ddd;*/
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
    padding: 0.6em 0.9em;
    vertical-align: top;
    border: 1px solid #e5e7eb;
}

.table-scroll-container th {
    /*background: #f9fafb;*/
    font-weight: 600;
    text-align: left;
}

/* Optional scroll indicator on mobile */
.table-scroll-container::after {
    content: '← Scroll for more →';
    display: block;
    text-align: center;
    font-size: 12px;
    color: #666;
    padding: 8px;
    background: #f5f5f5;
}

.post_sidebar__title a {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

@media (min-width: 768px) {
    .table-scroll-container::after {
        display: none;
    }
    .table-scroll-container th,
    .table-scroll-container td {
        max-width: 7em;
    }
    .table-scroll-container--two-col th,
    .table-scroll-container--two-col td {
        max-width: none;
    }
}
@media (max-width: 767px) {
    .table-scroll-container th,
    .table-scroll-container td {
        min-width: 10em;
        max-width: 85vw;
    }
    .table-scroll-container--two-col th,
    .table-scroll-container--two-col td {
        min-width: auto !important;;
    }
}

@media (max-width: 480px) {
    .trending__featured,
    .trending__news {
        flex-direction: column;
    }

    .trending__featured .trending__thumb {
        height: 380px !important;
    }

    .trending__featured .trending__thumb,
    .trending__news .trending__thumb {
        width: 100%;
        height: auto;
        line-height: 0;
    }

    .trending__featured .trending__content {
        width: 100%;
        padding: 10px 20px;
    }

    .trending__news .trending__content {
        width: 100%;
    }

    .trending__news .trending__content {
        padding: 10px 20px;
    }
}

/* End Trending News */
@media (max-width: 1360px) {
    .featured-slider .swiper-button-next {
        right: 0;
        top: 0;
    }

    .featured-slider .swiper-button-prev {
        left: 0;
        top: 0;
    }

    .featured-slider.swiper {
        padding-top: 20px !important;
    }

    .featured-slider.company-articles .swiper-button-next {
        right: 0;
    }

    .featured-slider.company-articles .swiper-button-prev {
        left: 0;
    }
}

.swiper-button-lock {
    display: block !important;
}

.company__heading__wrapper {
    display: flex;
    align-items: center;
}

.company__heading {
    font-size: 25px !important;
    max-width: 95%;
    margin-right: 10px
}

.company__heading__wrapper:after {
    content: "";
    display: block;
    height: 4px;
    background-image: linear-gradient(150deg, #000 0%, #E78125 33%);
    border-block-start: none;
    flex-grow: 1;
}

.article__market__impact__score .impact-value {
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
    font-weight: bold;
}

.article__market__impact__score .impact-value.high-impact:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url('assets/images/fire-icon.png') no-repeat;
    background-size: contain;
    left: 18px;
}

.faq__content ul,
.faq__content ol {
    margin-bottom: 10px;
}

.faq__content ul,
.faq__content ol {
    margin-bottom: 10px;
}

.faqs .e-n-accordion-item-title-header {
    display: block;
    width: 100%;
    position: relative;
}

.faqs .e-n-accordion-item-title-header:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 52%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.25s ease;
}

.faqs .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-header:after {
    transform: translateY(-50%) rotate(-135deg);
}

.faqs details {
    border: 1px solid rgb(221, 221, 221);
    padding: 20px;
    border-radius: 12px;
}

.related__heading__wrapper {
    margin-bottom: 20px;
}

.related__heading {
    font-size: 30px !important;
    position: relative;
}

.related__heading span {
    display: inline-block;
    padding-right: 20px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.related__heading:after {
    content: "";
    display: block;
    height: 4px;
    background-image: linear-gradient(150deg, #000 0%, #E78125 33%);
    border-block-start: none;
    flex-grow: 1;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}

.asx-highlight-box h2 {
    margin-top: 0;
    font-size: 25px;
    line-height: 1.2em;
}

.asx-highlight-box ul {
    padding-left: 17px;
    display: grid;
    gap: 7px;
}

@media (max-width: 480px) {
    .company__heading {
        width: 100%;
        font-size: 22px !important;
    }

    .company__heading__wrapper:after {
        display: none;
    }

    .company__news__heading .elementor-divider-separator:after {
        display: none;
    }

    .article__market__impact__score .impact-value {
        justify-content: start;
    }

    .faqs details {
        padding: 15px 25px 15px 15px;
    }

    .related__heading {
        font-size: 18px !important;
    }

    .faqs .e-n-accordion-item-title-header:after {
        right: -10px;
    }
}

.article__sidebar__left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.article__sidebar__left .sidebar__container {
    display: flex;
    gap: 10px;
    flex-direction: column;
    border-bottom: 2px solid #DCDCDC;
    padding-bottom: 25px;
}

.article__sidebar__left .sidebar__title {
    font-size: 18px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.article__sidebar__left .company__name {
    font-size: 18px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.article__sidebar__left .company__tradingview {
    text-align: center;
}

.article__sidebar__left .company__code a {
    display: inline-block;
    padding: 5px 20px;
    background-image: linear-gradient(135deg, #f77d00 0, #f5ba38 100%);
    border-radius: 35px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.article__sidebar__left .metrics__label {
    line-height: normal;
}

.article__sidebar__left .metrics__label.impact_score {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.article__sidebar__left .metrics__value.impact_score {
    font-size: 18px;
    text-align: center;
}

.article__sidebar__left .share_item svg {
    width: 16px;
    fill: #fff;
}

.article__sidebar__left .share_items {
    gap: 10px;
    display: grid;
}

.article__sidebar__left .share_item span {
    display: inline-flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    width: 40px;
    height: 40px;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

.article__sidebar__left .share_item.facebook span {
    background: #3c5999;
}

.article__sidebar__left .share_item.twitter span {
    background: #1da1f2;
}

.article__sidebar__left .share_item.linkedin span {
    background: #0077b5;
}

.article__sidebar__left .share_item a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.article__sidebar__left .high-impact {
    position: relative;
}

.article__sidebar__left .high-impact:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url("assets/images/fire-icon.png") no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 3px;
}

.article__sidebar__left .extra__text {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.article__sidebar__left .extra__icon {
    width: 20px;
}

.article__sidebar__left .extra__label {
    font-size: 14px;
}

.article__sidebar__left .extra__info {
    position: relative;
    display: inline-block;
}

.article__sidebar__left .extra__text {
    background: transparent;
    border: none;
    color: #1e3a8a;
    cursor: pointer;
    padding: 0;
    font-weight: 600;
}

.article__sidebar__left .metrics__items {
    display: grid;
    gap: 8px;
}

.article__sidebar__left .extra__text:focus {
    outline: 2px solid #93c5fd;
    outline-offset: 4px;
}

/* Tooltip styling */
.article__sidebar__left .extra__tooltip {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    z-index: 999;
    width: 320px;
    max-width: calc(100vw - 40px);
    background: #fff;
    color: #0f172a;
    border: 1px solid rgba(2, 6, 23, 0.08);
    box-shadow: 0 6px 20px rgba(2, 6, 23, 0.08);
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.4;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
}

/* Show tooltip on hover or when the button is focused/expanded */
.article__sidebar__left .extra__info:hover .extra__tooltip,
.article__sidebar__left .extra__text:focus + .extra__tooltip,
.article__sidebar__left .extra__text[aria-expanded="true"] + .extra__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Small caret */
.article__sidebar__left .extra__tooltip::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 12px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    border-left: 1px solid rgba(2, 6, 23, 0.08);
    border-top: 1px solid rgba(2, 6, 23, 0.08);
    z-index: -1;
}

.inline-signup {
    background: #F3F3F3;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 20px;
}

.inline-signup h3 {
    margin: 0 0 10px 0;
}

.inline-signup .mc-form-fields {
    display: flex;
    gap: 5px;
}

.inline-signup .mc-inline-form {
    display: flex;
    flex-direction: column;
}

.inline-signup input[type=email],
.inline-signup input[type=email],
.inline-signup input[type=tel] {
    padding: 10px 8px !important;
    font-size: 13px !important;
}

.inline-signup button {
    padding: 10px 25px !important;
    background-image: linear-gradient(135deg, #F77D00 0%, #F5BA38 100%) !important;
    transition: .2s all;
    font-size: 14px;
}

.inline-signup button:hover {
    background-image: linear-gradient(135deg, #F5BA38 0%, #F77D00 100%) !important;
}

.inline-signup h3 {
    text-align: left;
    font-size: 17px !important;
}

.inline-signup .mc-response {
    font-size: 14px !important;
}

@media (max-width: 480px) {
    .inline-signup .mc-form-fields {
        flex-direction: column;
    }
}

#swx-company-news {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.stock__news__content p:last-of-type:has(script),
.stock__news__content p:last-of-type:has(br) {
    display: none;
}

.share__article .elementor-grid {
    display: flex !important;
}

.share__article .elementor-grid .elementor-grid-item {
    width: 25% !important;
}

.stock__news__content ol, .stock__news__content ul {
    margin-bottom: 15px;
}

.article__hub__topics {
    padding: 0 !important;
}

.hub-topics-wrapper h2 {
    font-size: 20px;
    margin-top: 0;
}

.hub-topics-wrapper .hub-topics {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    flex-wrap: wrap;
}

.hub-topics-wrapper .hub-topics a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ddd;
    border-radius: 50%;
    display: none;

}

.similar__hub_topics {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Poppins";
    white-space: nowrap;
}

.hub-topics-wrapper .hub-topics a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 5px;
    background: #ff9331;
}

@media (min-width: 768px) {
    .main__menu__desktop .elementor-nav-menu .menu-item.trending-hubs,
    .main__menu__desktop .elementor-nav-menu .menu-item.menu-item-16520{
        position: static !important;
    }

    .main__menu__desktop .elementor-nav-menu .menu-item.trending-hubs ul,
    .main__menu__desktop .elementor-nav-menu .menu-item.menu-item-16520 ul{
        column-count: 2 !important;
        column-gap: 20px;
        max-width: 100% !important;
        left: 27% !important;
        margin-left: 0 !important;
        width: 55% !important;
    }
}

/* Company Profile Page */
.single-company .form-note {
    display: none !important;
}

.company-single__social {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 15px;
    margin: 12px 0 0;
    padding: 0;
}

.company-single__social-item {
    display: flex;
    align-items: center;
}

.company-single__social-item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    margin-left: 15px;
    background: #333;
}

.company-single__social-item a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: underline;
}

.company-single__social-item a svg {
    width: 18px;
    height: 18px;
}

.company-single__read-more {
    margin-top: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #F77D00;
    font-size: 13px;
    display: inline-block;
}

.company-single__read-more:hover {
    color: #F5BA38;
}

.company-single__header,
.company-single__content,
.company-single__about,
.company-single__articles,
.company-single__videos,
.company-single__ticker-articles,
.company-single__about-financials{
    margin-top: 40px;
}

.company-single__header {
    margin-bottom: 30px;
}

.company-single__code-pill {
    background-image: linear-gradient(135deg, #F77D00 0%, #F5BA38 100%);
    border-radius: 35px;
    padding: 9px 16px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: "Lato";
    line-height: 16px;
    display: inline-block;
}

.company-single__symbol {
    margin: 40px 0;
    min-height: 180px;
}

.company-single__title {
    font-size: 35px !important;
    margin-top: 0;
    margin-bottom: 15px;
}

.company-single__chart h2 {
    font-size: 25px;
}

.company-single__chart-widget,
.hub-single__chart-widget{
    min-height: 650px;
    height: 650px;
}

.company-single__content {
    display: flex;
    gap: 40px;
}

.company-single__main {
    width: 100%;
}

.company-single__main .video-card__title a {
    font-size: 18px;
}

.company-single__sidebar {
    width: 30%;
}

.company-single__sidebar > * {
    position: sticky;
    top: 150px;
}

.company-single__about {
    display: flex;
    gap: 32px;
}

.company-single__about-desc {
    width: 100%;
}
.single-company .video-card__title a {
    font-size: 18px;
}

@media (max-width: 768px) {
    .company-single__about {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .company-single__about-desc,
    .company-single__about-financials {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .company-single__columns {
        display: block !important;
        flex-direction: column;
        margin-bottom: 50px;
    }

    .company-single__right {
        width: 100% !important;
        flex: none;
    }

    .company-single__overview {
        flex-direction: column;
    }

    .company-single__desc,
    .company-single__symbol {
        width: 100%;
    }

    .company-single__chart-widget,
    .hub-single__chart-widget{
        min-height: 350px;
        height: 350px;
    }

    .company-single__content {
        flex-direction: column;
    }

    .company-single__main,
    .company-single__sidebar {
        width: 100%;
    }

    .company-single__overview {
        margin-bottom: 30px;
    }

    .company-single__symbol {
        min-height: 280px;
    }
}

@media (max-width: 480px) {
    .company-single__chart-widget,
    .hub-single__chart-widget{
        min-height: 280px;
        height: 280px;
    }

    .company-single__header {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

/* News Article Single Page / Free Stock News Single Page / Video Single Page */
.news-article-single__header,
.free-stock-news-single__header,
.video-single__header {
    margin-top: 20px;
}

.news-article-single__body,
.free-stock-news-single__body,
.video-single__body {
    margin-top: 5px;
    margin-bottom: 50px;
}

.news-article-single__featured-image,
.free-stock-news-single__featured-image,
.video-single__featured-image {
    margin-bottom: 25px;
}

.news-article-single__topics,
.free-stock-news-single__topics,
.video-single__topics {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.news-article-single__topic-pill,
.free-stock-news-single__topic-pill,
.video-single__topic-pill {
    background-image: linear-gradient(135deg, #F77D00 0%, #F5BA38 100%);
    border-radius: 35px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    font-family: "Lato", sans-serif;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
}

.news-article-single__topic-pill:not(.is-primary),
.free-stock-news-single__topic-pill:not(.is-primary),
.video-single__topic-pill:not(.is-primary) {
    background: #f0f0f0;
    color: #333;
}

.news-article-single__breaking-badge,
.news-article-single__opinion-badge,
.free-stock-news-single__breaking-badge,
.free-stock-news-single__opinion-badge,
.video-single__breaking-badge,
.video-single__opinion-badge {
    background: #d32f2f;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-article-single__opinion-badge,
.free-stock-news-single__opinion-badge,
.video-single__opinion-badge {
    background: #1565c0;
}

.news-article-single__title,
.free-stock-news-single__title,
.video-single__title {
    font-size: 35px !important;
    margin: 0 0 15px;
    text-transform: none !important;
}

.news-article-single__excerpt,
.video-single__excerpt
{
    font-size: 18px;
    font-style: italic;
    margin-bottom: 15px;
}

.news-article-single__meta,
.free-stock-news-single__meta,
.video-single__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 15px;
    font-weight: 600;
}

.news-article-single__meta time,
.free-stock-news-single__meta time,
.video-single__meta time {
    color: #555555;
    font-weight: normal;
}

.news-article-single__author,
.free-stock-news-single__author,
.video-single__author {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    font-weight: 600;
}

.news-article-single__author img,
.free-stock-news-single__author img,
.video-single__author img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.news-article-single__meta-divider,
.free-stock-news-single__meta-divider,
.video-single__meta-divider {
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #ccc;
}

.news-article-single__featured-image img,
.free-stock-news-single__featured-image img,
.video-single__featured-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover;
}

.news-article-single__body,
.free-stock-news-single__body,
.video-single__body {
    display: flex;
    gap: 20px;
}

.news-article-single__main,
.free-stock-news-single__main,
.video-single__main {
    width: calc(100% - 300px);
    min-width: 0;
}

.news-article-single__sidebar,
.free-stock-news-single__sidebar,
.video-single__sidebar {
    width: 300px;
    flex-shrink: 0;
}

.news-article-single__sidebar .subscribe-form-widget,
.free-stock-news-single__sidebar .subscribe-form-widget,
.video-single__sidebar .subscribe-form-widget {
    position: static;
}

.free-stock-news-single__sidebar-ads,
.video-single__sidebar-ads {
    position: sticky;
    top: 150px;
    margin-top: 24px;
}

.news-article-single__inner,
.free-stock-news-single__inner,
.video-single__inner {
    display: flex;
    gap: 20px;
}

.news-article-single__inner-left,
.free-stock-news-single__inner-left,
.video-single__inner-left {
    width: 160px;
    flex-shrink: 0;
}

.news-article-single__inner-right,
.free-stock-news-single__inner-right,
.video-single__inner-right {
    width: calc(100% - 160px);
    min-width: 0;
}

.news-article-single__key-takeaways,
.free-stock-news-single__key-takeaways,
.video-single__key-takeaways {
    margin-bottom: 32px;
    padding: 20px;
    border-radius: 10px;
    background: #FBE5D3;
    font-size: 17px;
    font-family: "Figtree", sans-serif;
}

.news-article-single__inner-right .author__box,
.free-stock-news-single__inner-right .author__box,
.video-single__inner-right .author__box {
    margin: 40px 0 32px;
}

.news-article-single__content,
.free-stock-news-single__content,
.video-single__content {
    margin-bottom: 40px;
    font-family: "Figtree", sans-serif;
    font-size: 17px !important;
}
.free-stock-news-single__content a,
.news-article-single__content a,
.video-single__content a{
    font-weight: 600 !important;
    font-family: "Figtree", sans-serif !important;
}

.news-article-single__content h2,
.free-stock-news-single__content h2,
.video-single__content h2 {
    font-size: 25px;
    margin-top: 0;
}

.news-article-single__content h3,
.free-stock-news-single__content h3,
.video-single__content h3 {
    font-size: 20px;
}

.news-article-single__content ul,
.news-article-single__content ol,
.free-stock-news-single__content ul,
.free-stock-news-single__content ol,
.video-single__content ul,
.video-single__content ol {
    margin-bottom: 15px;
}

.news-article-single__content ul li,
.news-article-single__content ol li,
.free-stock-news-single__content ul li,
.free-stock-news-single__content ol li,
.video-single__content ul li,
.video-single__content ol li {
    margin-bottom: 5px;
}

.news-article-single__content blockquote,
.free-stock-news-single__content blockquote,
.video-single__content blockquote {
    border-left: 5px solid #ddd;
    margin: 10px 0 10px 15px;
    color: #333;
    padding: 5px 40px 5px 15px;
    font-style: italic;
}
.news-article-single__content blockquote p,
.free-stock-news-single__content blockquote p,
.video-single__content blockquote p {
    margin-bottom: 0;
}
.news-article-single__content ol li::marker,
.free-stock-news-single__content ol li::marker
{
    font-weight: bold;
}

.news-article-single__share,
.free-stock-news-single__share,
.video-single__share{
    margin: 32px 0;
}

.news-article-single__share-label,
.free-stock-news-single__share-label,
.video-single__share-label{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Poppins";
    white-space: nowrap;
    display: block;
}

.news-article-single__share-buttons,
.free-stock-news-single__share-buttons,
.video-single__share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.news-article-single__share-btn,
.free-stock-news-single__share-btn,
.video-single__share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    transition: opacity 0.2s;
    justify-content: center;
    min-width: 120px;
}

.news-article-single__share-btn:hover,
.free-stock-news-single__share-btn:hover,
.video-single__share-btn:hover {
    opacity: 0.85;
    color: #fff;
}

.news-article-single__share-btn--facebook,
.free-stock-news-single__share-btn--facebook,
.video-single__share-btn--facebook {
    background: #3b5998;
}

.news-article-single__share-btn--twitter,
.free-stock-news-single__share-btn--twitter,
.video-single__share-btn--twitter {
    background: #1da1f2;
}

.news-article-single__share-btn--linkedin,
.free-stock-news-single__share-btn--linkedin,
.video-single__share-btn--linkedin {
    background: #0077b5;
}

.news-article-single__share-btn--reddit,
.free-stock-news-single__share-btn--reddit,
.video-single__share-btn--reddit {
    background: #ff4500;
}

.free-stock-news-single__related-articles,
.video-single__related-articles,
.news-article-single__related-articles {
    margin-bottom: 50px;
}

.free-stock-news-single__partner-notice,
.video-single__partner-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
}

.free-stock-news-single__partner-notice .e-fas-bell,
.video-single__partner-notice .e-fas-bell {
    width: 18px;
    height: 18px;
    fill: #F77D00;
    flex-shrink: 0;
}

/* Most Popular Widget */
.most-popular-widget {
    margin-bottom: 25px;
}

.free-stock-news-single__sidebar .most-popular-widget,
.news-article-single__sidebar .most-popular-widget
{
    margin-bottom: 20px;
}

.most-popular-widget__title,
.sidebar-categories-widget__title {
    margin: 0 0 10px;
    align-items: center;
    display: flex;
    gap: 10px;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}

.most-popular-widget__title span,
.sidebar-categories-widget__title span {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-right: 10px;
    font-size: 18px;
}

.most-popular-widget__title:after,
.sidebar-categories-widget__title:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #dcdcdc;
}

.most-popular-widget__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.most-popular-widget__item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.most-popular-widget__thumb {
    flex-shrink: 0;
    width: 140px;
    display: block;
    height: 115px;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
}

.most-popular-widget__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.most-popular-widget__info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.most-popular-widget__post-title {
    font-size: 14px;
    font-weight: 600;
    color: #333333 !important;
    text-decoration: none;
    line-height: 1.4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.most-popular-widget__post-title:hover {
    color: #e78125 !important;
}

.most-popular-widget__read-more {
    font-size: 13px;
    font-weight: 700;
    color: #F77D00;
    text-decoration: none;
}

.most-popular-widget__read-more:hover {
    color: #F5BA38;
}

.single-news-article .most-popular-widget__list {
    gap: 20px;
}

@media (max-width: 768px) {
    .news-article-single__body,
    .free-stock-news-single__body,
    .video-single__body {
        flex-direction: column;
    }

    .news-article-single__main,
    .news-article-single__sidebar,
    .free-stock-news-single__main,
    .free-stock-news-single__sidebar,
    .video-single__main,
    .video-single__sidebar {
        width: 100%;
    }

    .free-stock-news-single__sidebar-ads,
    .video-single__sidebar-ads {
        position: static;
    }

    .news-article-single__inner,
    .free-stock-news-single__inner,
    .video-single__inner {
        flex-direction: column;
    }

    .news-article-single__inner-left,
    .news-article-single__inner-right,
    .free-stock-news-single__inner-left,
    .free-stock-news-single__inner-right,
    .video-single__inner-left,
    .video-single__inner-right {
        width: 100%;
    }

    .news-article-single__title,
    .free-stock-news-single__title,
    .video-single__title {
        font-size: 1.5rem;
    }

    .news-article-single__share-buttons,
    .free-stock-news-single__share-buttons,
    .video-single__share-buttons {
        width: 100%;
    }

    .news-article-single__share-btn,
    .free-stock-news-single__share-btn,
    .video-single__share-btn {
        flex: 1 1 0;
        justify-content: center;
        padding: 4px 8px;
        border-radius: 6px;
        font-size: 9px !important;
        font-weight: 600;
        min-width: auto !important;
    }
}

@media (max-width: 480px) {
    .news-article-single__title,
    .free-stock-news-single__title,
    .video-single__title {
        font-size: 25px !important;
    }

    .news-article-single__content h2,
    .free-stock-news-single__content h2,
    .video-single__content h2 {
        font-size: 21px !important;
    }

    .news-article-single__content h3,
    .free-stock-news-single__content h3,
    .video-single__content h3 {
        font-size: 18px;
    }

    .news-article-single__content h4,
    .free-stock-news-single__content h4,
    .video-single__content h4 {
        font-size: 16px;
    }

    .news-article-single__featured-image,
    .free-stock-news-single__featured-image,
    .video-single__featured-image {
        margin-bottom: 30px;
    }

    .news-article-single__breadcrumb,
    .free-stock-news-single__breadcrumb,
    .video-single__breadcrumb {
        margin-top: 0;
    }

    .most-popular-widget__item {
        flex-direction: column;
    }

    .most-popular-widget__thumb {
        width: 100%;
        height: auto !important;
    }

    .news-article-single__content,
    .free-stock-news-single__content,
    .video-single__content {
        font-size: 17px !important;
    }

    .news-article-single__content a,
    .free-stock-news-single__content a,
    .video-single__content a {
        font-size: 17px !important;
    }

    .free-stock-news-single__key-takeaways,
    .video-single__key-takeaways {
        margin-top: 30px;
    }

    .free-stock-news-single__inner-left,
    .video-single__inner-left {
        order: 2;
    }

    .free-stock-news-single__inner-right,
    .video-single__inner-right {
        order: 1;
    }

    .free-stock-news-single__share,
    .video-single__share {
        align-items: normal;
        flex-direction: column;
    }

    .video-single__partner-notice {
        font-size: 14px;
    }
    .news-article-single__excerpt,
    .video-single__excerpt
    {
        font-size: 18px;
    }
}

/* =============================================
   EXCHANGE TAXONOMY ARCHIVE
   ============================================= */

/* Hero / Top Section */

.exchange-archive__breadcrumb,
.category-archive__breadcrumb,
.video-category-archive__breadcrumb,
.video-exchange-archive__breadcrumb,
.news-type-archive__breadcrumb {
    margin-bottom: 12px;
}

.exchange-archive__billboard,
.category-archive__billboard,
.video-category-archive__billboard,
.video-exchange-archive__billboard,
.news-type-archive__billboard {
    margin-bottom: 24px;
    text-align: center;
}

.exchange-archive__title,
.category-archive__title,
.video-category-archive__title,
.video-exchange-archive__title,
.news-type-archive__title {
    font-size: 35px !important;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.2;
}

.exchange-archive__description,
.category-archive__description,
.video-category-archive__description,
.video-exchange-archive__description,
.news-type-archive__description {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}

/* Body */
.exchange-archive__body,
.category-archive__body,
.video-category-archive__body,
.video-exchange-archive__body,
.news-type-archive__body {
    padding: 0 0 30px 0;
}

.exchange-archive__layout,
.category-archive__layout,
.video-category-archive__layout,
.video-exchange-archive__layout,
.news-type-archive__layout {
    display: flex;
    align-items: stretch;
    gap: 32px;
}

/* Left: Main Content */
.exchange-archive__main,
.category-archive__main,
.video-category-archive__main,
.video-exchange-archive__main,
.news-type-archive__main {
    width: calc(100% - 300px);
    min-width: 0;
}

.exchange-archive__main .articles-list,
.category-archive__main .articles-list,
.video-category-archive__main .videos-list,
.video-exchange-archive__main .videos-list,
.news-type-archive__main .articles-list {
    margin-top: 10px;
}

/* Right: Sidebar */
.exchange-archive__sidebar,
.category-archive__sidebar,
.video-category-archive__sidebar,
.video-exchange-archive__sidebar,
.news-type-archive__sidebar {
    width: 300px;
    flex-shrink: 0;
    position: relative;
}

.exchange-archive__sidebar .subscribe-form-widget,
.category-archive__sidebar .subscribe-form-widget,
.video-category-archive__sidebar .subscribe-form-widget,
.video-exchange-archive__sidebar .subscribe-form-widget,
.news-type-archive__sidebar .subscribe-form-widget {
    position: static;
}

.exchange-archive__sidebar-ads,
.category-archive__sidebar-ads,
.video-category-archive__sidebar-ads,
.video-exchange-archive__sidebar-ads,
.news-type-archive__sidebar-ads {
    position: sticky;
    top: 150px;
    margin-top: 24px;
}

/* Pagination */
.exchange-archive__pagination,
.category-archive__pagination,
.video-category-archive__pagination,
.video-exchange-archive__pagination,
.news-type-archive__pagination {
    margin-top: 32px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.exchange-archive__pagination .page-numbers,
.category-archive__pagination .page-numbers,
.video-category-archive__pagination .page-numbers,
.video-exchange-archive__pagination .page-numbers,
.news-type-archive__pagination .page-numbers {
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: inherit;
}

.exchange-archive__pagination .page-numbers.current,
.category-archive__pagination .page-numbers.current,
.video-category-archive__pagination .page-numbers.current,
.video-exchange-archive__pagination .page-numbers.current,
.news-type-archive__pagination .page-numbers.current {
    background: #000;
    color: #fff;
    border-color: #000;
}

.exchange-archive__no-results,
.category-archive__no-results,
.video-category-archive__no-results,
.video-exchange-archive__no-results {
    color: #555;
    font-size: 1rem;
}

/* Categories Widget */
.sidebar-categories-widget {
    margin-bottom: 32px;
}

.sidebar-categories-widget__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
}

.sidebar-categories-widget__item:last-child {
    border-bottom: none;
}

.sidebar-categories-widget__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    text-decoration: none;
    color: #333 !important;
    font-size: 13px;
    font-weight: 500;
}

.sidebar-categories-widget__link:hover,
.sidebar-categories-widget__link.is-active {
    color: #e78125 !important;
}

.sidebar-categories-widget__count {
    font-size: 12px;
    color: #999;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 2px 8px;
    flex-shrink: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .exchange-archive__layout,
    .category-archive__layout,
    .news-type-archive__layout,
    .video-category-archive__layout,
    .video-exchange-archive__layout {
        flex-direction: column;
    }

    .exchange-archive__main,
    .exchange-archive__sidebar,
    .news-type-archive__main,
    .news-type-archive__sidebar,
    .category-archive__main,
    .category-archive__sidebar,
    .video-category-archive__main,
    .video-category-archive__sidebar,
    .video-exchange-archive__main,
    .video-exchange-archive__sidebar {
        width: 100%;
    }

    .exchange-archive__sidebar-ads,
    .news-type-archive__sidebar-ads,
    .category-archive__sidebar-ads,
    .video-category-archive__sidebar-ads,
    .video-exchange-archive__sidebar-ads {
        position: static;
    }

    .exchange-archive__title,
    .news-type-archive__title,
    .category-archive__title,
    .video-category-archive__title,
    .video-exchange-archive__title {
        font-size: 1.5rem;
    }
}

.company__ticker {
    pointer-events: none;
}

.card__inline__company a {
    transform: scale(1.08);
    display: inline-block;
}

.ad-container {
    width: 100%; /* fills parent column */
    max-width: 975px; /* never wider than leaderboard */
    /*max-height: 250px; !* caps at rectangle height *!*/
    overflow: hidden;
    margin: 0 auto; /* centres on page */
}

.ad-container:has(ins[data-ad-status="unfilled"]) {
    display: none !important
}

.ads-300x250 {
    width: 300px !important;
    height: 250px !important;
}

.ads-320x50 {
    width: 320px !important;
    height: 50px !important;
}
.home .ads-320x50 {
    margin: 0 auto !important;
}

.ads-970x250 {
    width: 975px !important;
    height: 250px !important;
}

.ads-975x250 {
    width: 975px !important;
    height: 250px !important;
}

.ads-728x90 {
    width: 728px !important;
    height: 90px !important;
    margin: 30px auto !important;
}
.home .ads-728x90:has(ins[data-ad-status="filled"]) {
    margin-bottom: -15px !important;
}

.ads-300x600 {
    width: 300px !important;
    height: 600px !important;
    margin: 30px auto !important;
    max-height: 600px !important;
}

.ads-336x280 {
    width: 336px !important;
    height: 280px !important;
}

.ads-160x600 {
    width: 160px !important;
    height: 600px !important;
}

.ads-banner-top {
    margin-top: 0 !important;
    margin-bottom: 17px !important;
}

.mobile-sticky-ad {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 9999;
    padding: 5px 0;
    max-width: 100% !important;
}

.ads-banner-sticky-wrapper {
    flex: 1;
}

.ads-banner-sticky-slot {
    width: 300px;
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

.ads-banner-sticky-half {
    flex: 1;
    min-height: 600px !important;
    margin-top: 50px;
}

.ads-banner-sticky {
    position: sticky;
    top: 150px;
    width: 300px;
    height: 600px;
}

.news-article-single__sidebar,
.exchange-archive__sidebar,
.news-type-archive__sidebar,
.category-archive__sidebar,
.free-stock-news-single__sidebar
{
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.ads-sidebar-top {
    margin-bottom: 20px !important;
}

.mobile-sticky-ad {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 9999;
    padding: 5px 0;
    max-width: 100% !important;
}

.news-article-single__ads-top,
.company-single__ads-top,
.free-stock-news-single__ads-top{
    width: calc(100% - 320px) !important;
}

.ad-slot-bottom {
    margin: 30px 0 !important;
}

.articles-list-wrapper .ad-container:has(ins[data-ad-status="filled"]) + .article__card__inline {
    border-top: 1px solid #ddd;
}

.articles-list-wrapper .ads-728x90:has(ins[data-ad-status="filled"]) {
    margin: 70px auto !important;
}

@media (max-width: 480px) {
    .ad-container {
        max-width: 320px !important;
        margin: 0 auto !important;
        height: 250px;
    }

    .ads-320x50 {
        margin: 30px auto !important;
    }

    .ads-300x250 {
        margin: 30px auto !important;
    }

    .sidebar-ads-top {
        margin-bottom: 0 !important;
    }

    .news-article-single__ads-top,
    .company-single__ads-top,
    .free-stock-news-single__ads-top{
        width: 100% !important;
    }

    .mobile-inline-banner-1 {
        margin: 30px auto !important;
    }

    .mobile-sticky-ad {
        max-width: 100% !important;
    }

    .mobile-sticky-ad ins {
        width: 320px !important;
        height: 50px !important;
    }

    .most-popular-widget {
        margin-top: 30px;
    }

    .mobile-sticky-ad {
        max-width: 100% !important;
        height: 60px;
    }

    .mobile-sticky-ad ins {
        width: 320px !important;
    }

    .home .video-tile-slider .swiper-button-prev {
        left: 10px;
    }

    .home .video-tile-slider .swiper-button-next {
        right: 10px;
    }

    .main__popup__menu .elementor-location-popup {
        width: 100% !important;
    }

    .exchange-archive__description,
    .category-archive__description,
    .video-category-archive__description,
    .video-exchange-archive__description {
        font-size: 16px;
    }
}


#form-field-agree_policy-0 {
    width: 15px;
    height: 15px;
}

.elementor-field-group-agree_policy label, .elementor-field-group-agree_policy a {
    font-size: 12px !important;

}

input[type="checkbox"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    padding: 0 !important;
    min-width: 18px;
    border-radius: 6px !important;
    border: 2px solid #ccc;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: background 0.15s, border-color 0.15s;
}

input[type="checkbox"]:checked {
    background: #E8920A; /* Your orange */
    border-color: #E8920A;
}

input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 9px;
    border: 2px solid #075de9;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}
.bg-grey {
    background-color: #f4f4f4;
}
.menu-item.all-hub-pages a,
.mt-submenu-item.all-hub-pages{
    position: relative;
}
.menu-item.all-hub-pages a:after,
.mt-submenu-item.all-hub-pages:after{
    content: "→";
    display: inline-block;
    width: 10px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}
a.author-email {
    color: #333;
}
.mb--30px {
    margin-bottom: 30px;
}
.latest-news-heading {
    direction: ltr;
    display: flex;
    margin: 0;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}
.latest-news-heading h2 {
    font-size: 29.5px;
    flex-shrink: 0;
    margin-right: 10px;
}

/* Hub Topics – Hero Row (title + search) */
/* Desktop: title left + search right on row 1, intro spans full width on row 2 */
.hub-topics-hero-row {
    display: grid;
    grid-template-areas:
        "title search"
        "intro intro";
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px 16px;
}

.hub-topics-hero-row .exchange-archive__title {
    grid-area: title;
    margin-bottom: 0;
    margin-top: 0;
}

.hub-topics-search {
    grid-area: search;
}

.hub-topics-intro {
    grid-area: intro;
}

.hub-topics-search__input {
    width: 300px !important;
    font-size: 0.875rem;
    color: #374151;
    background: #fff;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    padding: 10px 10px 10px 35px !important;
    border-radius: 10px !important;
    border-color: #E78125 !important;
}

.hub-topics-search__input::placeholder {
    color: #9ca3af;
}

.hub-topics-search__input:focus {
    border-color: #E78125;
    box-shadow: 0 0 0 3px rgba(231, 129, 37, 0.12);
}

/* Mobile: title → intro → search stacked */
@media (max-width: 600px) {
    .hub-topics-hero-row {
        grid-template-areas:
            "title"
            "intro"
            "search";
        grid-template-columns: 1fr;
    }

    .hub-topics-search__input {
        width: 100% !important;
    }
    .hub-topics-search {
        margin-bottom: 30px;
    }
}

/* Hub Topics A–Z Directory */
.hub-topics-intro {
    margin-top: 10px;
    font-size: 20px;
}

.hub-topics-directory {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hub-topics-letter-group {
    display: flex;
    align-items: baseline;
    gap: 0;
    border-bottom: 1px solid #f0f0f0;
}

.hub-topics-letter-group:last-child,
.hub-topics-letter-group.is-last-visible {
    border-bottom: none;
}

.hub-topics-letter-heading {
    flex-shrink: 0;
    width: 32px;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    height: 45px;
    color: #111827;
    padding-top: 2px;
}

.hub-topics-letter-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex: 1;
}

.hub-topics-letter-item {
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    padding: 5px 0;
}
.hub-topics-letter-item:last-child,
.hub-topics-letter-item.is-last-visible {
    border: 0;
}

.hub-topics-letter-link {
    display: block;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111827 !important;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.15s ease;
}
.hub-topics-letter-link:hover {
    color: #E78125 !important;
    text-decoration: none;
}

.latest-news-heading:after {
    content: "";
    width: 100%;
    display: block;
    height: 4px;
    background-image: linear-gradient(150deg, #000 0%, #E78125 33%);
}
@media (max-width: 480px) {
    .latest-news-heading {
        flex-direction: column;
    }
    .latest-news-heading:after {
        display: none;
    }
}

/* Key Takeaways Accordion */
.accordion-key-takeaways {
    padding: 0;
    overflow: hidden;
}

.key-takeaways__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px !important;
    color: #333 !important;
    background: #FBE5D3 !important;
    border-radius: 10px !important;
    cursor: pointer;
    text-align: left;
    gap: 12px;
}

.key-takeaways__heading {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2em;
    font-family: inherit;
    color: inherit;
}

.key-takeaways__icon {
    display: inline-block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
}

.key-takeaways__icon::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(45deg); /* down */
    transition: transform 0.25s ease;
}

.key-takeaways__toggle[aria-expanded="true"] .key-takeaways__icon::after {
    transform: translateY(-50%) rotate(-135deg); /* up */
}

.key-takeaways__body {
    display: none;
    padding: 0 20px 20px;
}

.key-takeaways__body.is-open {
    display: block;
}

.icon__box__banner .elementor-icon-box-title {
    background: linear-gradient(90deg, #f78708, #f6b433);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.homepage-hero-section{
    position: relative;
    overflow: hidden;
}

.homepage-hero-section:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 212px;
    background-image: url("assets/images/bottom-right-shape-grey.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
    pointer-events: none;
    z-index: 3;
}
@media screen and (max-width:1024px){
    .homepage-hero-section:after{
        height:150px;
    }
}
@media screen and (max-width:767px){
    .homepage-hero-section:after {
        height:80px;
    }
}
