/* home page css */
/* top news secn articles css ends */
.top-news-secn {
    margin: 16px 0 48px;
}

.article-row {
    display: flex;
    --gap: 30px;
    gap: var(--gap);
}

/* left articles */
.article-col-right {
    flex: 0 0 auto;
    width: 23.288%;
}

.article-col-left {
    flex: 0 0 auto;
    width: calc(100% - 23.288% - var(--gap));
}

/* right side article */
aside.latest-news {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.latest-news-article {
    border-radius: 24px;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex: 1;
    /* height: 100%; */
}

.latest-news-article ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.latest-news-list {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--surface-3);
    display: flex;
    flex-flow: column;
    gap: 4px;
}

.latest-news-list:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.latest-news-list .news-title a {
    overflow: hidden;
    color: var(--text-primary);
    text-overflow: ellipsis;
    font-family: var(--family-body);
    font-size: var(--size-sm);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-sm);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
}

.latest-news-list .post-dispatch-time,
.news-time {
    overflow: hidden;
    color: var(--text-secondary);
    text-overflow: ellipsis;
    font-family: var(--family-body);
    font-size: var(--size-xs, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-xs);
}

.latest-news-list .news-title a:hover,
.latest-news-list .news-title a:active,
.latest-news-list .news-title a:focus {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: var(--primary-primary, #F6CA19);
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;

}

/* top news secn articles css ends */

/* ============================
   Trust Section Styling
=============================== */
.trust-secn {
    padding: 0 0 48px;
    position: relative;
    margin-top: 48px;
}

.trust-counter {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
    padding: 16px 12px 0;
    margin: 0 auto;
    position: relative;
    gap: 0;
}

/* ====== Counter Blocks ====== */
.counter-block {
    flex: 0 0 auto;
    text-align: center;
    padding: 24px 39px 24px;
    min-width: 146px;
}

.counter-title {
    color: var(--text-primary);
    text-align: center;
    font-family: var(--family-title, );
    font-size: var(--size-4xl);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-xl);
    letter-spacing: -0.64px;
    /* text-transform: capitalize; */
    word-break: break-word;
}

.counter-sub-title {
    color: var(--text-secondary, rgba(66, 66, 66, 0.80));
    text-align: center;
    display: block;
    font-size: var(--size-sm);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-sm);
    margin-top: 9px;
    /* text-transform: capitalize; */
    word-break: break-word;
}

/* ====== Center Graphic (Desktop) ====== */
.trust-centered-graphic {
    position: absolute;
    left: 50%;
    top: 47px;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trust-centered-graphic img {
    max-width: 237px;
    margin: 0 auto;
    display: block;
}

.graphic-text {
    margin-top: 5px;
    color: var(--text-primary);
    font-family: var(--family-title);
    font-size: var(--size-xl);
    font-style: normal;
    font-weight: 700;
    line-height: 122%;
    /* text-transform: capitalize; */
    text-align: center;
}

.graphic-text span {
    color: var(--secondary-primary);
    font-family: var(--family-title);
    font-size: var(--size-xl);
    font-style: normal;
    font-weight: 700;
    line-height: 122%;
    /* text-transform: capitalize; */
}


/* Section Wrapper */
.news-articles {
    align-items: stretch;
}

.news-item {
    gap: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.news-item .heading-title {
    margin-bottom: 0;
}

/* List Reset */
.news-list {
    padding: 16px;
    border-radius: 24px;
    background: var(--surface-2, #f5f5f5);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

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

.news-list a {
    display: block;
    padding: 0;
    color: inherit;
    text-decoration: none;
}

/* Flex Layout for item */
.news-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

/* Text side */
.news-text {
    flex: 1;
}

.news-list-title {
    overflow: hidden;
    color: var(--text-primary);
    text-overflow: ellipsis;
    font-size: var(--size-sm);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-sm);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
}

.news-text .news-time {
    margin-top: 4px;
}

/* Logo side */
.news-list .news-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
}

.news-logo img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 16px;
}

.news-list a:active .news-list-title,
.news-list a:focus .news-list-title,
.news-list a:hover .news-list-title {
     text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: var(--primary-primary, #F6CA19);
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.popular-guide-secn .common-news-head {
    max-width: 75%;
}

/* -------------------------------------
Editor page css
------------------------*/
.editor-page-secn {
    margin-top: 16px;
}

.crypto-archive-header-box {
    padding: 24px 32px;
    margin-bottom: 1.5rem;
    position: relative;
}

.crypto-archive-header-box .crypto-archive-sub-content h1 {
    width: 100%;
    color: var(--text-primary);
}

.crypto-archive-header-box .crypto-archive-sub-content .sub-content-text {
    width: 100%;
    margin-bottom: 8px;
}
.crypto-archive-header-box .crypto-archive-sub-content .sub-content-text a {
    color: var(--secondary-primary);
}
.crypto-archive-header-box .crypto-archive-sub-content .sub-content-text a:hover, .crypto-archive-header-box .crypto-archive-sub-content .sub-content-text a:focus, .crypto-archive-header-box .crypto-archive-sub-content .sub-content-text a:active {
    text-decoration: underline;
}


.crypto-archive-sub-content p {
    color: var(--text-primary);
    font-size: var(--size-sm);
    line-height: var(--line-height-sm);
}

.sub-content-view-more .show-more-link {
    margin-top: 0;
}

.crypto-archive-header-box .total-author-count {
    position: relative;
    color: var(--text-secondary, rgba(66, 66, 66, 0.80));
    text-align: center;
    font-size: var(--size-sm);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-sm);
    display: inline-flex;
    align-items: center;
    padding: 6px 0;
    justify-content: center;
    align-self: anchor-center;
    margin-top: 0;
    flex: 0 0 auto;
    margin-left: auto;
}

.authors-list {
    gap: 24px 30px;
}

.authors-list .author-item {
    border-radius: 16px;
    background: var(--surface-2);
}

.author-item a {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    transition: all 0.3s ease-in-out;
}

.author-item .item-thumb {
    margin: 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
    border-radius: 12px;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    background: var(--surface-3, #f9f9f9);
}

.author-item .author-item-thumb {
    border-radius: 12px;
    height: 160px;
    width: 100%;
    align-self: stretch;
    object-fit: cover;
}

.author-item .author-item-summary {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 8px;
    padding: 12px 16px 16px;
    word-break: break-word;
}

.author-item-summary .author-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    color: var(--text-primary);
    text-overflow: ellipsis;
    font-family: var(--family-title);
    font-size: var(--size-md);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-sm);
    /* text-transform: capitalize; */
}

.author-item-summary .expertise {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: var(--text-secondary, rgba(66, 66, 66, 0.80));
    text-overflow: ellipsis;
    font-family: var(--family-body);
    font-size: var(--size-xs);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-xs);
}

.author-item a:active .author-name,
.author-item a:focus .author-name,
.author-item a:hover .author-name {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: var(--primary-primary);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;

}

/* -------------------------------------
Editor page css ends
------------------------*/
/* -----------------------------------------
about us-contact us css
---------------------------------*/
.about-us-summary h1 {
    color: var(--text-primary);
    margin-bottom: 32px;
}

.about-secn-content {
    margin-bottom: 32px;
}

.about-secn-content p {
    color: var(--text-primary);
}

.follow-outer .cd-social-nw {
    border-radius: 16px;
    border: 1px solid var(--additional-divider);
    padding: 32px 32px 48px 32px;
}

.cd-social-grid {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(316px, 1fr) auto;
    gap: 16px;
    align-items: center;
}

.cd-social-grid .secn-title {
    font-family: var(--family-title);
    /* text-transform: capitalize; */
    max-width: 100%;
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: anywhere;
    color: var(--text-secondary, rgba(66, 66, 66, 0.80));
    font-size: var(--size-2xl, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-lg, 32px);
    letter-spacing: -0.24px;
}

.cd-social-list ul li i {
    font-size: 32px;
}

.follow-outer .cd-social-nw+.cd-contact-form-card {
    margin-top: -24px;
}

.cd-contact-form-card {
    border-radius: 16px;
    background: var(--surface-2);
    padding: 32px;
}

.about-page-outer .common-sidebar .widget_cryptodnes_about_crypto {
    display: none;
}

/* cd-contact form css */
.cd-contact-form-card .cd-contact-form-title {
    margin-bottom: 8px;
    color: var(--text-primary);
}

.cd-form-sub-content {
    margin-bottom: 16px;
    color: var(--text-secondary, rgba(66, 66, 66, 0.80));
    font-size: var(--size-sm);
    line-height: var(--line-height-sm);
}

.cd-contact-form .hbspt-form form {
    display: flex;
    flex-flow: column;
}

.cd-contact-form .hbspt-form form fieldset {
    flex: 1;
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.cd-contact-form .hbspt-form form fieldset:nth-child(3) {
    flex-flow: column;
}

.cd-contact-form .hbspt-form form fieldset:nth-child(3) .hs-form-field {
    width: 100%;
    flex: 1;
}

.cd-contact-form .hbspt-form form fieldset .hs-form-field {
    width: calc(50% - 8px);
    flex: 0 0 auto;
    margin-bottom: 0;
}

.cd-contact-form .hbspt-form form fieldset .hs-form-field label {
    margin-bottom: 0.5rem;
    font-size: var(--size-xs);
    line-height: var(--line-height-xs);
    font-weight: 500;
    color: var(--text-primary);
    display: block;
}

.cd-contact-form .hbspt-form form .hs-form-required {
    color: var(--error-color);
}

.cd-contact-form .hbspt-form form fieldset .hs-form-field label.hs-error-msg {
    color: var(--error-color);
    margin-bottom: 0;
}

.cd-contact-form .hbspt-form form .hs-error-msgs {
    margin-top: 4px;
}

.cd-contact-form .hbspt-form form .hs-error-msgs label.hs-main-font-element {
    color: var(--text-primary);
}

.cd-contact-form .hbspt-form form fieldset .hs-form-field div {
    margin: 0;
}

.cd-contact-form .hbspt-form form input:not([type=submit]),
.cd-contact-form .hbspt-form form select,
.cd-contact-form .hbspt-form form textarea {
    width: 100%;
    border: 0;
    padding: 14px 24px;
    color: var(--text-secondary, rgba(66, 66, 66, 0.80));
    font-family: var(--family-body);
    font-size: var(--size-sm);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-sm);
    outline: none;
    margin-bottom: 0;
    border-radius: 32px;
    background: var(--surface-1, #fff);
}

.cd-contact-form .hbspt-form form textarea {
    resize: none;
}

.cd-contact-form .hbspt-form form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../../images/chevron-down.svg");
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 20px;
    padding-right: 2.75rem;
    border-radius: 50px;
    outline: none;
    cursor: pointer;
}

.cd-contact-form .hbspt-form form select::-ms-expand {
    display: none;
}

.cd-contact-form .hs_submit {
    margin-top: 1rem;
}

.cd-contact-form .hbspt-form input[type=submit] {
    color: var(--text-primary);
    font-family: var(--family-body);
    font-size: var(--size-xs);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-xs);
    padding: 8px 4px;
    text-align: center;
    box-shadow: inset 0 -2px 0 0 var(--primary-primary);
    display: inline-block;
    text-transform: capitalize;
    border: 0;
    background: transparent;
    cursor: pointer;
    outline: 0;
}

.cd-contact-form .hbspt-form input[type=submit]:active,
.cd-contact-form .hbspt-form input[type=submit]:focus,
.cd-contact-form .hbspt-form input[type=submit]:hover {
    color: var(--primary-primary);
}

/* thank you message */
.thanku-box-card {
    display: none;
}

.thanku-box-card .thanku-message {
    display: flex;
    text-align: center;
    flex-flow: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    max-width: 328px;
    width: 100%;
    margin: 62px auto;
}

.thanku-box-card .thanku-message p:first-of-type {
    margin-bottom: 8px;
}

.thanku-box-card .thanku-message p {
    color: var(--text-secondary, rgba(66, 66, 66, 0.80));
    text-align: center;
    font-size: var(--size-sm, 14px);
    line-height: var(--line-height-sm, 20px);
    margin-bottom: 0;
}

.thanku-box-card .thanku-message h2 {
    margin-bottom: 0;
    color: var(--text-primary, #242424);
    text-align: center;
}

.thanku-box-card .thanku-message img {
    width: 128px;
    margin-bottom: 0;
}

/* thank you message */
/* -----------------------------------------
about us-contact us css ends
---------------------------------*/
/* cryptoguide page */
.common-news-row {
    align-items: stretch;
}

.common-news-row .post-block {
    height: inherit;
}

.all-guides-articles .heading-title {
    margin-bottom: 1.5rem;
}

/* ============================
   Responsive Design (Mobile)
=============================== */
/* common media begins */
@media (min-width:992px) {

    /* Right column, stacked small cards */
    .article-grid-6 {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: auto auto auto;
        gap: 16px 30px;
    }


    /* trust-us counter secn css */
    .trust-counter::before {
        content: '';
        position: absolute;
        inset: 0;
        height: 16px;
        width: 100%;
        border-radius: 16px;
        background: var(--surface-2);
    }

    .counter-block {
        width: 20%;
    }

    .counter-block:first-child,
    .counter-block:nth-child(3) {
        border-right: 1px solid var(--surface-3);
        margin-right: 0;
    }

    .counter-block:nth-child(2) {
        margin-right: auto;
    }

    .counter-block:nth-child(3) {
        margin-left: auto;
    }


}

/* ----------992 ends------- */
@media (min-width:992px) and (max-width:1199.98px) {
    .counter-block {
        padding: 24px 24px 24px;
    }

    .trust-secn {
        margin-top: 57px;
    }
}

/* =============991======== */
@media (max-width: 991.98px) {

    /* ---------home page top news css---- */
    .article-row {
        display: flex;
        --gap: 24px;
        gap: var(--gap);
        flex-flow: column;
    }

    .article-col-left,
    .article-col-right {
        flex: 1;
        width: 100%;
    }
    .trust-secn {
        padding: 0 0 24px;
        position: relative;
        margin-top: 92px;
    }

    .trust-secn-con {
        border-radius: 16px;
        background: var(--surface-2, #f5f5f5);
        padding: 130px 16px 16px;
        display: flex;
        flex-flow: column-reverse;
        position: relative;
    }

    .trust-counter {
        flex-direction: column;
        align-items: center;
        padding: 0;
        position: static;
    }

    /* graphic comes on top */
    .trust-centered-graphic {
        position: absolute;
        margin-bottom: 0;
        top: -79px;
        right: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .graphic-text {
        margin: 0 auto;
        text-align: center;
    }

    .trust-counter {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        margin-top: 24px;
        width: 100%;
    }

    /* Add borders only between grid items */
    .counter-block {
        border: 1px solid transparent;
        text-align: center;
        width: 100%;
    }

    .counter-sub-title {
        margin-top: 4px;
    }

    .trust-counter .counter-block {
        padding: 0 13px;
    }

    /* Top row: bottom border */
    .trust-counter .counter-block:nth-child(1),
    .trust-counter .counter-block:nth-child(2) {
        border-bottom: 1px solid var(--surface-3);
        padding-bottom: 16px;
    }

    /* Left column: right border */
    .trust-counter .counter-block:nth-child(1),
    .trust-counter .counter-block:nth-child(3) {
        border-right: 1px solid var(--surface-3);
    }

    .trust-counter .counter-block:nth-child(1),
    .trust-counter .counter-block:nth-child(3) {
        padding-left: 0;
    }

    .trust-counter .counter-block:nth-child(2),
    .trust-counter .counter-block:nth-child(4) {
        padding-right: 0;
    }

    .trust-counter .counter-block:nth-child(3),
    .trust-counter .counter-block:nth-child(4) {
        padding-top: 16px;
    }

    .counter-title {
        font-size: var(--size-3xl);
    }

    .counter-sub-title {
        font-size: var(--size-sm, 14px);
    }


    .common-news-head .show-more-link {
        margin-top: 0;
    }

    section.popular-guide-secn {
        margin-top: 24px;
    }

    .guides-slider .slick-slide {
        width: 280px;
        min-width: 280px;
    }

    /* Enable snapping */
    .guides-slider {
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        margin: 0 -16px 0 0;
    }

    /* Snap each slide */
    .guides-slider .slick-slide {
        scroll-snap-align: start;
        flex-shrink: 0;
    }

    .choice-option {
        padding: 4px 8px;
    }

    .news-list li:not(:last-child) {
        border-bottom: 1px solid var(--secondary-light);
    }

    .news-articles .news-item .heading-title {
        margin-bottom: 24px;
    }

    .news-articles-mob-slider.slick-slider .slick-arrow {
        bottom: calc(100% - 32px);
    }


    .news-articles-mob-slider.slick-slider {
        margin: 0;
    }

    .news-articles-mob-slider.slick-slider .news-list {
        margin-bottom: 1rem;
    }

    .news-articles-mob-slider.slick-slider .slick-slide {
        margin-left: 0;
        margin-right: 0;
    }

    .news-articles-mob-slider .news-item .heading-title {
        width: 75%;
    }

    .news-articles-mob-slider.slick-slider .slick-arrow.slick-next {
        right: 0;
    }

    .news-articles-mob-slider.slick-slider .slick-arrow.slick-prev {
        right: 48px;
    }

    .popular-guide-secn .common-news-head {
        margin-bottom: 24px;
    }

    .guides-slider .slick-slide:not(.slick-active) {
        opacity: 0.54;
        filter: blur(2px);
    }

    /* editr page css */
    .crypto-archive-header-box {
        padding: 16px;
    }

    /* .crypto-archive-header-box .crypto-archive-sub-content .sub-content-text {
        max-height: 64px;
    } */
    .crypto-archive-header-box .crypto-archive-sub-content .sub-content-text p {
        font-size: var(--size-xs);
        line-height: var(--line-height-xs);
    }

    .authors-list {
        gap: 20px;
    }

    .editor-page-secn .common-sidebar {
        display: flex;
        flex-flow: column;
    }

    .editor-page-secn .common-sidebar .widget_cryptodnes_experts {
        order: 2;
        margin-bottom: 0;
    }

    .editor-page-secn .common-sidebar .widget_cryptodnes_about_crypto {
        order: 0;
    }

    .editor-page-secn .common-sidebar .widget_cryptodnes_follow_us {
        order: 1;
        margin-bottom: 24px;
    }

    /* about us and contact us page css */
    .about-secn-content,
    .about-us-summary h1 {
        margin-bottom: 24px;
    }

    .cd-social-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .cd-social-list ul.social-media-links {
        justify-content: center;
    }

    .cd-contact-form-card {
        padding: 32px 16px;
    }

    .cd-contact-form .hbspt-form form input:not([type=submit]),
    .cd-contact-form .hbspt-form form select,
    .cd-contact-form .hbspt-form form textarea {
        width: 100% !important;
    }

    /* about us and contact us page css */
    /* thank you message */
    .thanku-box-card .thanku-message {
        margin: 50px auto;
    }

    .thanku-box-card .thanku-message img {
        width: 80px;
    }

    .common-news-row .post-block .post-block-content .guide-meta {
        margin-top: 0;
    }
}

/* 991 ends */

@media (min-width: 768px) and (max-width: 991.98px) {
    .graphic-text {
        max-width: 350px;
    }

    .editor-page-secn {
        margin-top: 32px;
    }
}

@media (max-width: 767.98px) {
    .top-news-secn {
        margin: 16px 0 24px;
    }

    .graphic-text {
        max-width: 191px;
    }

    .editor-page-secn {
        margin-top: 14px;
    }

    .cd-contact-form .hbspt-form form fieldset {
        flex-flow: column;
    }

    .cd-contact-form .hbspt-form form fieldset .hs-form-field {
        width: 100%;
        flex: 1;
    }

    .common-news-row {
        flex-flow: column;
        gap: 16px;
    }

    .common-news-row .post-block {
        display: grid;
        grid-template-columns: 120px 1fr;
        align-items: center;
    }

    .common-news-row .post-block .post-block-img img {
        height: 84px;
    }

    .common-news-row .post-block .post-block-content {
        padding: 12px 16px;
        height: 100%;
    }

    .common-news-row .post-block .post-block-content .post-block-title {
        margin-bottom: 8px;
    }

    .common-news-row .post-block .post-block-content .post-block-title a {
        font-size: var(--size-md);
        font-style: normal;
        font-weight: 500;
        line-height: var(--line-height-sm);
    }

    .common-news-row .post-block .post-block-content .guide-meta .read-full-link {
        display: none;
    }

    .common-news-row .post-block .post-block-content .guide-meta .reading-time::before {
        width: 16px;
        height: 16px;
        vertical-align: -4px;
    }
}

@media (max-width:360px) {
    .news-articles-mob-slider .news-item .heading-title {
        max-width: 70%;
        word-break: break-word;
    }
}
/* common media css ends */