@import "./../../components/slider/splide-slide.css";
@import "./../../components/slider/allinslider.css";
@import "./../../components/slider/video-slider.css";

@import "./../../components/categories/typetabs.css";
@import "./../../components/common/cat-list-posts.css";

@import "./../../components/common/next-prev-pagination.css";
@import "./../../components/common/analysis-box.css";
@import "./../../components/common/duplicate-education-wrapper.css";

@import "./../../components/common/posts/posts-entry.css";
@import "./../../components/common/posts/posts-grids3.css";
@import "./../../components/common/posts/entry-six-grids.css";


@media (max-width: 767px) {
    .fetch-ajax[data-show="all"] {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        .show-ajax {
            min-height: 294px;
        }
    }

    .animation-wrapper {
        min-height: 1192px;
    }
}

@media (min-width: 768px) {
    .fetch-ajax[data-show="all"] {
        height: 100%;
        justify-content: space-between;
        display: flex;
        flex-direction: column;

        .box-title {
            height: auto;
            justify-content: space-between;
        }

        .show-ajax {
            height: 90%;
        }
    }

    .animation-wrapper {
        min-height: 1213px;
        margin-bottom: 7rem;
    }

    .cryptobox {
        margin: 10rem 0rem;
    }

    .splide.allinslider {
        .splide__slide {
            min-height: 560px;
            max-height: 560px;
        }
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .fetch-ajax[data-show="all"] {
        margin-top: 1rem;

        .box-title {
            height: auto;

            .type-tabs-container {
                width: 100%;
                display: flex;

                .type-tabs {
                    width: 100%;
                }
            }

            h5 {
                font-size: 24px;
            }
        }
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .fetch-ajax[data-show="all"] {
        .box-title {
            h5 {
                font-size: 16px;
            }
        }
    }
}


.magazine__hero {
    padding-bottom: 32px;
    margin-bottom: 64px
}

.magazine__container-sections {
    display: grid;
    gap: 24px;
    grid-template-columns: auto auto;
}

.magazine__hero-content {
    display: grid;
    grid-template-columns: 100%;
    gap: 24px
}

.magazine__hero-content .magazine__hero-academy, .magazine__hero-content .magazine__hero-scam {
    height: 234px;
}

.magazine__hero-content .magazine__hero-blog {
    height: 360px;
    position: relative;
}

.magazine__hero__btn-read-more {
    position: absolute;
    top: 0;
    left: 0;
    border: none !important;
    font-size: 16px;
    color: #334155 !important;
    border-radius: 0 0 16px 0 !important;
    background: #F8FAFC;
    padding: 8px 16px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.magazine__hero__btn-read-more:before {
    content: "";
    position: absolute;
    top: 1px;
    right: -30px;
    z-index: 2;
    background: transparent;
    width: 30px;
    height: 30px;
    border-top-left-radius: 16px;
    box-shadow: -10px -10px 0 5px #F8FAFC;
}

.magazine__hero__btn-read-more:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 2;
    background: transparent;
    width: 30px;
    height: 30px;
    border-top-left-radius: 16px;
    box-shadow: -10px -10px 0 5px #F8FAFC;
}

.magazine__hero-content .magazine__hero-post .magazine__hero__btn-read-more,
.magazine__hero-content .magazine__hero-post .magazine__hero__btn-read-more:hover {
    background: #fff !important;
    z-index: 2
}

.magazine__hero-content .magazine__hero-academy .magazine__hero__btn-read-more {
    right: -1px;
    top: -1px;
    left: unset;
    border-radius: 0 16px 0 16px !important;
}

.magazine__hero-content .magazine__hero-post .magazine__hero__btn-read-more:after,
.magazine__hero-content .magazine__hero-post .magazine__hero__btn-read-more:before {
    box-shadow: -10px -10px 0 5px #fff;
}

.magazine__hero-content .magazine__hero-academy .magazine__hero__btn-read-more:before {
    bottom: -30px;
    right: 1px;
    box-shadow: 6px -6px 0 5px #fff;
    border-top-right-radius: 16px;
    top: unset;
    border-top-left-radius: unset;
}

.magazine__hero-content .magazine__hero-academy .magazine__hero__btn-read-more:after {
    top: 1px;
    left: -30px;
    box-shadow: 6px -11px 0 5px #fff;
    border-top-right-radius: 16px;
    border-top-left-radius: unset;
}

.magazine__hero-content .magazine__hero-academy .magazine__hero-figure-caption {
    margin-left: 150px;
    display: block !important
}

.magazine__hero-post {
    position: relative;
    width: 100%;
    height: 100%
}

.magazine__hero-figure {
    margin: 0;
    height: 100%
}

.magazine__hero-image-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1
}

.magazine__hero-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.magazine__hero-figure-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 24px 32px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    z-index: 2;
    display: none;
}

.magazine__hero-figure-title,
.magazine__hero-figure-title a {
    line-height: 44px;
    color: #fff;
    font-size: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.magazine__hero-content .magazine__hero-blog:after, .magazine__hero-content .magazine__hero-figure:after {
    /*content: "";*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    z-index: 1
}

.magazine__hero-content .magazine__hero-blog .magazine__hero__btn-read-more {
    bottom: -1px;
    right: -1px;
    top: unset;
    left: unset;
    border-radius: 16px 0 16px 0 !important;

}

.magazine__hero-content:nth-child(1) .magazine__hero-blog .magazine__hero__btn-read-more:before {
    content: "";
    position: absolute;
    top: -30px;
    right: 1px;
    z-index: 2;
    background: transparent;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 16px;
    /*border-top-left-radius: unset;*/
    box-shadow: 6px 6px 0 5px #fff;
}

.magazine__hero-content:nth-child(1) .magazine__hero-blog .magazine__hero__btn-read-more:after {
    content: "";
    position: absolute;
    top: unset;
    right: unset;
    bottom: 1px;
    left: -30px;
    /*left: 1px;*/
    z-index: 2;
    background: transparent;
    width: 30px;
    height: 22px;
    border-bottom-right-radius: 16px;
    border-top-left-radius: unset;
    box-shadow: 6px 6px 0 5px #fff;
}

.magazine__hero-content .magazine__hero-blog .magazine__hero-figure-author {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    display: flex;
    gap: 8px;
    justify-content: end;
}

.magazine__hero-content:nth-child(2) .magazine__hero-blog .magazine__hero__btn-read-more {
    top: -1px;
    left: -1px;
    bottom: unset;
    right: unset;
}

.magazine__hero-content:nth-child(2) .magazine__hero-blog .magazine__hero__btn-read-more:before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: unset;
    right: -30px;
    left: unset;
    z-index: 2;
    background: transparent;
    width: 30px;
    height: 22px;
    box-shadow: -6px -6px 0 5px #fff;
}

.last-blog__btn-submit {
    padding: 0 12px !important
}

.magazine__hero-content:nth-child(2) .magazine__hero-blog .magazine__hero__btn-read-more:after {
    content: "";
    position: absolute;
    top: unset;
    right: unset;
    bottom: -22px;
    left: 1px;
    z-index: 2;
    background: transparent;
    width: 30px;
    height: 22px;

    box-shadow: -6px -6px 0 5px #fff;
}

.magazine__hero-content .magazine__hero-blog .magazine__hero-figure-caption {
    padding: 24px 32px;
    z-index: 2;
    width: 100%;
    display: none;
}

.magazine__hero-content:nth-child(2) .magazine__hero-scam .magazine__hero__btn-read-more {
    top: unset;
    left: -1px;
    bottom: -1px;
    right: unset;
    border-radius: 0 16px 0 16px !important;
}

.magazine__hero-content:nth-child(2) .magazine__hero-scam .magazine__hero__btn-read-more:before {
    content: "";
    position: absolute;
    top: unset;
    bottom: 1px;
    right: -30px;
    left: unset;
    z-index: 2;
    background: transparent;
    width: 30px;
    height: 22px;
    box-shadow: -6px 6px 0 5px #fff;
    border-top-left-radius: unset;
    border-bottom-left-radius: 16px;
}

.magazine__hero-content:nth-child(2) .magazine__hero-scam .magazine__hero__btn-read-more:after {
    content: "";
    position: absolute;
    top: -22px;
    right: unset;
    bottom: unset;
    left: 1px;
    z-index: 2;
    background: transparent;
    width: 30px;
    height: 22px;
    box-shadow: -6px 6px 0 5px #fff;
    border-top-left-radius: unset;
    border-bottom-left-radius: 16px;
}

.magazine__hero-content:nth-child(2) .magazine__hero-scam .magazine__hero-figure-author {

    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    display: flex;
    gap: 8px;

}

.iranbroker-video__learn-title {
    color: #0F172A;
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.iranbroker-video__learn-more {
    color: #64748B !important;
    font-size: 16px
}

.iranbroker-video__title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-post__header-author {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.single-post__header-author-img {
    width: 28px;
    height: 28px;
    display: block
}

.single-post__header-author-bottom .single-post__header-author-img {
    width: 56px;
    height: 56px;
}

.single-post__header-author-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.single-post__header-author > a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 2px 0
}

.single-post__header-author-name {
    color: #64748B;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-variation-settings: "wght" 400;
}

.single-post__author-bottom-info .single-post__header-author-name {
    color: #334155
}

.single-post__header-author-bottom {
    padding: 24px
}

.single-post__author-title {
    font-size: 20px;
    color: #1E293B;
    font-weight: 600;
    font-variation-settings: 'wght' 600;
    margin-bottom: 24px;
}

.single-post__author-bottom-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.single-post__author-bottom-info img {
    width: 56px;
    height: 56px
}


.single-post__header-author-count-post {
    color: #64748B;
    font-size: 16px;
    line-height: 32px
}

.single-post__author-description {
    margin-top: 10px;
    color: #64748B;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    line-height: 32px;
}

.author-post {
    padding: 32px;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #EBF0F5;
}

.author-post .single-post__header-author-bottom {
    padding: 0
}

.author-post__divider {
    margin: 32px 0;
    opacity: 1;
    background: #EBF0F5
}

@media (max-width: 1200px) {
    .magazine__container-sections {
        display: grid;
        gap: 24px;
        grid-template-columns: 100%;
    }

}

@media (max-width: 767px) {
    .iranbroker-video__learn-more {
        font-size: 14px
    }

    .iranbroker-video__learn-title {
        font-size: 20px !important
    }

    .magazine__hero-content:nth-child(1) {
        order: 2
    }

    .magazine__hero-content {
        gap: 16px
    }

    .magazine__container-sections {
        display: grid;
        gap: 16px;
        grid-template-columns: 100%;
    }


    .magazine__hero-figure-title, .magazine__hero-figure-title a {
        font-size: 16px;
        line-height: 26px;

    }

    .magazine__hero-content .magazine__hero-academy .magazine__hero-figure-caption {
        margin-left: 85px;
        padding: 8px;
        max-width: 280px;
    }

    .magazine__hero-image-section img {
        object-position: left center
    }

    .magazine__hero {
        padding-bottom: 24px;
        margin-bottom: 16px;
    }

    .magazine__hero-content .magazine__hero-blog .magazine__hero-figure-caption {
        padding: 8px
    }

    .magazine__hero-figure-caption {
        padding: 8px
    }

    .magazine__hero-content .magazine__hero-academy, .magazine__hero-content .magazine__hero-scam {
        height: 126px;
    }

    .magazine__hero-content .magazine__hero-blog {
        height: 193px;
        position: relative;
    }

    .single-post__header-author-bottom {
        padding: 16px 24px
    }

    .single-post__author-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .single-post__author-bottom-info img {
        width: 44px;
        height: 44px
    }

    .single-post__header-author-count-post {
        font-size: 12px;
        font-weight: 500;
        font-variation-settings: "wght" 500;
        line-height: 24px
    }

    .single-post__author-description {
        line-height: 28px;
        text-align: justify;
        font-size: 14px;
    }

    .single-post__author-bottom-info .single-post__header-author-name {
        font-size: 16px;
        line-height: 28px;
    }

    .single-post__header-author {
        gap: 0
    }

    .single-post__header-author > a {
        flex-shrink: 0;
    }

    .single-post__header-author-name {
        font-size: 12px
    }

    .single-post__header-author-bottom .single-post__header-author-img {
        width: 44px;
        height: 44px
    }
}

/* general-side-advertisement.css" */
.general-side-advertisement {
    display: flex;
    flex-direction: column;
    /*background-color: #fff;*/
    gap: 1rem;
    padding-bottom: 1rem;
    /*padding-top: 1rem;*/
    padding-top: 0;
    width: 100%;

    .widget-advertizing {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0.5rem 1rem 0rem;

        a {
            width: 100%;
            display: flex;
            justify-content: center;
        }

        img {
            border-radius: 12px;
        }
    }
}

/* entry-six-grids.css */
@media (max-width: 767px) {
    .entry-six-grids {
        display: flex;
        flex-direction: column;
        gap: 1rem;

        .feed {
            position: relative;
            display: grid;
            grid-template-columns: 88px calc(100% - 88px);
            height: unset;
            margin-bottom: 5px;

            .thumb {
                height: 88px;
                margin-bottom: 0px !important;

                a {
                    img {
                        height: 100%;
                        width: 100%;
                        object-fit: fill;
                        border-radius: 5px;
                    }
                }
            }

            div {
                margin-right: 15px;
                display: flex;
                flex-direction: column;
                justify-content: space-evenly;

                h3 {
                    font-size: 12px !important;
                    line-height: normal !important;
                    font-variation-settings: "wght" 600;
                    height: 50%;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                time {
                    font-size: 8px;

                    svg {
                        width: 14px;
                    }
                }
            }
        }
    }
}

@media (min-width: 768px) {
    .entry-six-grids {
        .feed {
            height: 100%;
            width: 100%;

            .thumb {
                width: 100%;
                height: 60%;

                a {
                    height: 100%;
                    display: block;

                    img {
                        height: 100%;
                        width: 100%;
                        object-fit: cover;
                        border-radius: 5px
                    }
                }
            }

            div {
                h3 {
                    width: 100%;
                    height: 40%;
                    margin-top: 1rem;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    line-clamp: 3;
                    -webkit-box-orient: vertical;

                    a {
                        text-align: justify;
                        transition: color 0.2s linear;
                    }

                    a:active,
                    a:hover {
                        color: #185ADB !important;
                    }
                }
            }
        }
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .feed > h3 {
        font-size: 14px !important
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .entry-six-grids:not(.loop-grid) {
        display: grid;
        grid-template-columns: repeat(3, minmax(15.5%, 1fr));
        gap: 1rem !important;
        height: auto;

        .feed {
            .thumb {
                width: 100%;
                height: 40%;
            }
        }
    }

    .entry-six-grids.loop-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(auto, 1fr));
        gap: 2rem;

        article {
            .thumb {
                min-height: 130px;
                max-height: 130px;
            }
        }
    }
}

@media (min-width: 1024px) {
    .entry-six-grids:not(.loop-grid) {
        display: grid;
        grid-template-columns: repeat(6, minmax(15.5%, 1fr));
        gap: 1rem !important;
        height: 310px;
    }

    .entry-six-grids.loop-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(auto, 1fr));
        gap: 2rem;

        article {
            .thumb {
                min-height: 130px;
                max-height: 130px;
            }
        }
    }
}

/* posts-entry.css */
@media (max-width: 767px) {
    .posts-entry-container:not(.data-show-title-thumb) {
        margin: 0;
        margin-top: 2rem;
        padding: 0;
        list-style: none;
        height: 100%;
        padding: 0px !important;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;

        .entry.posts-entry {
            display: grid;
            grid-template-columns: 88px calc(100% - 88px);
            gap: 0.5rem;
            border-bottom: none;
            margin-bottom: 15px;
            position: relative;
            min-height: 76px;
            max-height: 76px;

            .entry-details {
                display: flex;
                flex-direction: column;
                justify-content: space-evenly;
                order: 1;

                .entry-title {
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: normal;
                }

                .entry-meta {
                    font-size: 13px;
                    gap: 0.5rem;
                }
            }

            .entry-thumb {

                img {
                    width: 100%;
                    height: 100%;
                    max-width: unset;
                    -o-object-fit: cover;
                    object-fit: cover;
                    border-radius: 5px;

                }
            }
        }

    }

    .posts-entry-container.data-show-title-thumb {
        margin: 0;
        padding: 0;
        list-style: none;
        height: 100%;
        padding: 0px !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 350px;

        .entry.posts-entry {
            width: 100%;
            height: 100%;
            display: flex;
            gap: 1rem;
            position: relative;

            .entry-details {
                width: 58%;
                display: flex;
                flex-direction: column;
                justify-content: space-evenly;

                .entry-title {
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    line-clamp: 3;
                    -webkit-box-orient: vertical;
                    font-size: 12px;
                    font-weight: 600;
                    line-height: normal;
                }

                .item {
                    display: flex;
                    justify-content: start;
                    align-items: center;
                    gap: .3rem;
                    font-size: 10px;
                }
            }

            .entry-thumb {
                width: 88px;
                height: 88px;


                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 5px;

                }
            }
        }

    }
}

@media (min-width: 768px) {
    .posts-entry-container:not(.data-show-title-thumb) {
        margin: 0;
        padding: 0;
        list-style: none;
        height: 100%;
        padding: 0px !important;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;

        .entry.posts-entry {
            height: 30%;
            width: 100%;
            display: flex;
            position: relative;
            list-style: none;
            justify-content: space-between;

            .entry-details {
                width: 58%;
                display: flex;
                flex-direction: column;
                justify-content: space-evenly;

                .entry-title {
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                    font-size: 16px;
                    font-weight: 600;
                    z-index: 1;
                    line-height: normal;

                    a {
                        transition: color 0.2s linear;
                    }
                }

                .entry-title:hover {
                    a {
                        color: #185adb;
                    }
                }

                .entry-meta {
                    font-size: 12px;
                }
            }

            .entry-thumb {
                width: 40%;
                order: 1;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 5px;

                }
            }
        }

    }

    .posts-entry-container.data-show-title-thumb {
        margin: 0;
        padding: 0;
        list-style: none;
        height: 100%;
        padding: 0px !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 350px;
        gap: 1rem;

        .entry.posts-entry {
            height: 30%;
            width: 100%;
            display: flex;
            position: relative;
            list-style: none;
            justify-content: space-between;

            .entry-details {
                width: 58%;
                display: flex;
                flex-direction: column;
                justify-content: space-evenly;

                .entry-title {
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    line-clamp: 3;
                    -webkit-box-orient: vertical;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: normal;
                }

                .item {
                    display: none;
                }
            }

            .entry-thumb {
                width: 40%;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 5px;

                }
            }
        }

    }
}

/* modal-socials.css */
.socials {
    a {
        min-width: 38px;
        height: 38px;
        border-radius: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #e4e7f2;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        color: #85859b;
    }

    a:hover {
        color: #fff;
        border-color: rgba(0, 0, 0, 0);
        background-color: var(--primary-color);
    }
}

@media (max-width: 420px) {
    .socials {
        gap: .5rem;
    }
}

@media (min-width: 421px) {
    .socials {
        gap: .75rem;
    }
}

@media (min-width: 768px) {

    .type-tabs {
        display: flex;
        justify-content: space-between;
        gap: 1.3rem;
        /*background-color: #F9FBFF !important;*/
        padding: 1rem;
        border-radius: 50rem;;

        .btn {
            border: none;
            border-color: transparent;
            position: relative;
            font-size: 16px !important;
            font-weight: 500;
            font-variation-settings: "wght" 500;
            padding: 0px;
        }

        .btn:active,
        .btn.active {
            font-size: 12px;
            font-weight: 500;
        }

        .btn:before {
            content: "";
            width: 0;
            height: 2px;
            background-color: #185adb;
            position: absolute;
            bottom: -1rem;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-transition: width 0.2s linear;
            transition: width 0.2s linear;
        }

        /*.btn.active:before {*/
        /*    width: 80%;*/
        /*}*/
    }

}

@media (max-width: 1200px) {
    .suggestion-financial-institution-card-container {
        flex-direction: column;
        gap: 1rem;
    }

    .suggestion-financial-institution-card {
        width: 100% !important;
    }
}

@media (max-width: 540px) {
    .suggestion-financial-institution-enName {
        font-size: 12px;
    }
}

@media (min-width: 541px) {
    .suggestion-financial-institution-enName {
        font-size: 14px;
    }
}

/*  Root CSS */
@media (max-width: 991px) {
    .header-news {
        .header-thumb-container {
            .header-thumb {
                border-radius: 0 !important;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                    border-radius: 0px !important;
                }
            }
        }

        .title-single-post {
            width: 100%;
            color: #0F1723;
            font-size: 24px !important;
            font-style: normal;
            font-variation-settings: "wght" 800;
            line-height: 152% !important;
        }

        .header-details {
            display: grid !important;
            grid-template-columns: 65% 30%;
            width: 100%;
            justify-content: start;
        }

        .adv-section {
            display: none;
        }
    }
}

@media (min-width: 992px) {
    .header-news {
        .header-thumb-container {
            .header-thumb {
                border-radius: 8px;
                overflow: hidden;
                position: relative;
                height: 100%;

                img {
                    width: 100%;
                    height: 100%;
                    max-width: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }
            }
        }

        .adv-section {
            .wrapper {
                border: 1px solid #E0E0E0;
                background-color: #fff;
                border-radius: 5px;
                position: relative;
            }

            .wrapper:hover {
                background-color: #FFF7F6;
                border: 1px solid transparent;
            }

            .wrapper-education {
                height: 70%;
                justify-content: space-evenly;
                transition: all 0.2s linear;
                margin-bottom: .64rem;

                .icon {
                    min-width: 70px;
                    width: 70px;
                    height: 70px;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-align: start;
                    -ms-flex-align: start;
                    align-items: start;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    border-radius: 50%;
                }
            }

            .wrapper-current-price {
                height: 28%;
                transition: all 0.2s linear;
            }
        }

        .title-single-post {
            width: 60%;
        }
    }
}

.grids-3-container {
    margin-top: 3rem;
}

.fetch-ajax[data-show="all"] {
    .show-ajax {
        min-height: 350px;

        .posts.posts-entry-container {
            min-height: 300px;
            justify-content: space-between !important;
        }
    }
}

@media (max-width: 767px) {
    .posts.grids-3 {
        display: flex;
        flex-direction: column;
        gap: 1rem;

        .entry {
            display: grid;
            grid-template-columns: 106px calc(100% - 106px);
            margin-top: 5px;
            min-width: 100%;
            gap: 1rem;
            position: relative;

            .entry-thumb {
                height: 100px;
                width: 106px;
                margin-bottom: 0;

                img {
                    width: 100%;
                    height: 100%;
                    max-width: unset;
                    -o-object-fit: cover;
                    object-fit: cover;
                    border-radius: 5px;
                }
            }

            .entry-details {
                display: flex;
                flex-direction: column-reverse;
                justify-content: space-between;

                .entry-title {
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                    line-height: 30px;
                    font-size: 14px !important;
                    font-weight: 600;
                    font-variation-settings: "wght" 600;
                }

                .entry-meta {
                    .item {
                        font-size: 10px;
                        font-variation-settings: "wght" 500;
                    }
                }
            }
        }
    }
}

@media (min-width: 768px) {
    .posts.grids-3 {
        margin-bottom: 3rem;
        display: grid;
        grid-template-columns: 32% 32% 32%;
        gap: 1.5rem;
        justify-content: space-between;

        .entry {
            position: relative;

            .entry-thumb {
                height: 226px;
                overflow: hidden;
                border-radius: 5px;

                img {
                    width: 100%;
                    height: 100%;
                    max-width: unset;
                    -o-object-fit: cover;
                    object-fit: cover;
                }
            }

            .entry-details {
                display: flex;
                flex-direction: column-reverse;
                justify-content: space-between;
                border-inline-end: 1px solid #D4D4D4;
                position: relative;
                z-index: 11;
                margin-top: 1.5rem;
                min-height: 100px;
                max-height: 100px;

                .entry-title {
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                    line-height: 30px;

                    a {
                        color: #000;
                        transition: color 0.2s linear;
                    }
                }

                .entry-title:hover a {
                    color: #185adb;
                }
            }
        }
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .posts.grids-3 {
        .entry {
            .entry-thumb {
                height: 180px;
            }

            .entry-details {

                .entry-title {
                    font-size: 15px !important;

                }

            }
        }
    }
}

.single-post__header {
    padding: 56px 0
}

.single-post__header-thumb {
    border-radius: 12px;
    display: flex;
    justify-content: center;
}

.single-post__header-thumb img {
    border-radius: 12px;
    margin: 0 auto;
}

.single-post__header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-post__header-breadcrumb {
    color: #64748B;
    font-size: 16px
}

.single-post__header-breadcrumb nav:before {
    display: none;
}

.single-post__header-breadcrumb .breadcrumbs {
    font-size: 16px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    padding: 0;
    gap: 4px
}

.single-post__header-breadcrumb .breadcrumbs a {
    gap: 6px;
    color: #64748B
}

.single-post__header-breadcrumb .breadcrumbs a:hover {
    color: #000
}


.single-post__header-breadcrumb .breadcrumbs a:after {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
}

.single-post__header-top {
    margin-bottom: 16px
}

.single-post-sidebar {

}

.single-post__header-title {
    color: #334155;
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    margin-bottom: 12px
}

.single-post__date-time * {
    color: #475569;
    font-size: 16px;
    font-weight: 400;
    font-variation-settings: "wght" 400;
}

.single-post__date-time > * {
    position: relative;
    padding: 0 12px 0 0;
    margin: 0 12px 0 0
}


.single-post__date-time > *:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #EBF0F5;
    top: 50%;
    transform: translateY(-50%);
}

.single-post__date-time > *:after {
    right: 0
}

.single-post__header-divider {
    margin: 24px 0;
    background-color: #EBF0F5;
    opacity: 1;
}

.single-post__content {
    padding: 0 0 12px 0
}

.single-post__resource {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 16px;
    border-bottom: 1px solid #EBF0F5;
    margin-bottom: 12px;
    padding-bottom: 12px
}

.single-post__resource strong {
    color: #94A3B8;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.single-post__resource a {
    color: #475569;
    text-decoration: underline;
    text-underline-position: from-font;
}

.single-post__tag {
    color: #185ADB !important;
    font-size: 14px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    background: #EFF7FF;
    padding: 0 8px;
    border-radius: 9999px;
}

.single-post__bottom-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 96px;
    padding-top: 12px;
    border-top: 1px solid #EBF0F5;
}

.single-post__bottom-socials {
    display: flex;
    align-items: center;
    gap: 8px
}

.single-post__bottom-socials > a {
    background: #F8FAFC;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.single-post__bottom-socials > a:hover {
    background: #2071F0;

}

.single-post__bottom-socials > a svg {
    color: #2071F0;
    transition: all 0.3s;
}

.single-post__bottom-socials > a:hover svg {
    color: #fff
}

.single-post__sidebar-sticky {
    position: sticky;
    top: 16px;
}

.suggestion-financial-institution-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #EBF0F5
}

.suggestion-financial-institution-card-container {
    display: grid;
    gap: 16px;
    grid-template-columns:repeat(2, 1fr)
}

.suggestion-financial-institution-link {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.suggestion-financial-institution-link a {
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.suggestion-financial-institution-link .ads-review-button {
    border: 1px solid #E2E8F0;
    color: #334155;
}

.suggestion-financial-institution-link .ads-review-register {
    background: #185ADB;
    color: #fff
}

.suggestion-financial-institution-link .ads-review-register svg {
    background: #185ADB;
    color: #fff
}

.suggestion-financial-institution-img-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px;
    margin: 0;
    justify-content: space-between;
}

.suggestion-financial-institution-img-link {
    width: 160px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #EBF0F5;

    position: relative;
}

.suggestion-financial-institution-img-link picture {
    width: 120px;
    height: 60px;
}

.suggestion-financial-institution-name {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.suggestion-financial-institution-faName {
    color: #0F172A;
    font-size: 24px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.suggestion-financial-institution-enName {
    color: #94A3B8;
    font-size: 14px
}

.suggestion-financial-institution-title {
    color: #1E293B;
    font-size: 20px;
    margin-bottom: 24px;

}

.ads-in-news-divider {
    margin: 24px 0;
    opacity: 1;
    background-color: #EBF0F5;
}

.blog-news__ads {
    padding: 24px 0 48px 0;
    background: #F8FAFC;
}

.single-post__comment {
    padding: 80px 0;
    background: #F8FAFC;
}

.last-blog #sidebar {
    position: sticky;
    top: 0
}

.single-post__header-share-container.mobile {
    display: none;
}

.single-post__header-share-container {
    flex-shrink: 0;
}


.single-post__scam-alert-info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 16px 0 24px 0

}

.single-post__scam-alert-item {
    padding: 8px 16px;
    background: #F8FAFC;
    border-radius: 6px;
}

.single-post__scam-alert-item:first-child {
    display: none;
}

.single-post__scam-alert-title {
    font-size: 14px;
    color: #475569;
    font-weight: 400;
    font-variation-settings: "wght" 400;
}

.single-post__scam-alert-content {
    max-width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #475569;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog-videos {
    /*margin-bottom: 32px;*/
    padding: 32px 0 104px 0;
    background: #F8FAFC;
}

.blog-videos .splide__arrows .splide__arrow.splide__arrow--next svg {
    transform: rotate(180deg) !important;
}

.video-posts__title-container {
    margin-bottom: 40px
}

#user-reviews {
    padding-top: calc(24px + 32px);
    background: #F8FAFC
}

.single-post__comment-title {
    text-align: center;
    color: #0F172A;
    font-size: 32px;
    margin-bottom: 64px
}

.adv-section {
    padding-left: 24px
}

.search-empty {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid #EBF0F5;
    height: 400px;
    padding: 32px;
    /*aspect-ratio: 1/1;*/
}

.search-empty svg {
    margin-bottom: 1rem
}

.search-empty__title {
    color: #1E293B;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    line-height: 40px
}

.search-empty__description {
    color: #334155;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    max-width: 920px;

}

@media (max-width: 768px) {
    .single-post__scam-alert-item:last-child {

        grid-area: 5 / 1 / 6 / 3;
    }

    .last-blog__pagination {
        padding-top: 12px;
        border-top: 1px solid #E2E8F0;
        margin-top: 16px
    }

    .single-post__scam-alert-info {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 16px 0 24px 0

    }

    .single-post__header-top {
        align-items: start;
    }

    .single-post__header {
        padding: 20px 0
    }

    .single-post__header-top {
        margin-bottom: 28px
    }

    .single-post__header-share-container {
        display: none;
    }

    .single-post__header-share-container.mobile {
        margin-right: auto;
        display: block;
    }

    .single-post__header-share-container.mobile svg {
        width: 20px;
        height: 20px
    }

    .single-post__header-breadcrumb {
        max-width: 100%
    }

    .single-post__header-title {
        margin-bottom: 16px;
    }

    .single-post__header-breadcrumb .breadcrumbs * {
        flex-shrink: 0;
    }

    .single-post__header-breadcrumb .breadcrumbs {
        flex-wrap: nowrap;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%;
        padding: 0;
        font-size: 14px
    }

    .single-post__date-time {
        flex-shrink: 0
    }

    .single-post__date-time > * {
        position: relative;
        padding: 0 8px 0 0;
        margin: 0 8px 0 0
    }

    .single-post__category {
        display: none;
    }

    .single-post__date-time * {
        font-size: 12px;
    }

    .single-post__header-title {
        font-size: 20px;
        line-height: 32px;
    }

    .single-post__header-divider {
        margin: 16px 0
    }

    .single-post__content {
        padding: 0
    }

    .single-post__resource {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .single-post__bottom-info {
        margin-bottom: 24px;
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .single-post__bottom-info > div:first-child {
        order: 2
    }

    .single-post__bottom-info + .single-post__header-divider {
        display: none;
    }

    /*div#ez-toc-container {*/
    /*    display: none;*/
    /*}*/
    .general-side-advertisement {
        display: block !important;
    }

    .general-side-advertisement a {
        justify-content: center !important;
    }

    .suggestion-financial-institution-img-container {
        justify-content: start;
        gap: 16px 12px
    }

    .suggestion-financial-institution-card-container {
        grid-template-columns: 100%
    }

    .suggestion-financial-institution-link {
        display: grid;
        width: 100%;
        grid-template-columns: calc(50% - 3px) calc(50% - 3px);
        gap: 6px
    }

    .suggestion-financial-institution-img-link {
        width: 52px;
        height: 52px
    }

    .suggestion-financial-institution-img-link picture {
        width: 32px;
        height: 32px
    }

    .suggestion-financial-institution-faName {
        font-size: 16px
    }

    .suggestion-financial-institution-enName {
        font-size: 14px
    }

    #user-reviews {
        padding-top: calc(24px + 24px);
    }

    .single-post__comment-title {
        font-size: 20px;
        margin-bottom: 28px
    }

    .magazine__hero-image-section {
        border-radius: 8px;
    }

    .magazine__hero-content .magazine__hero-blog:after, .magazine__hero-content .magazine__hero-figure:after {
        border-radius: 8px;
    }

    .magazine__hero-content .magazine__hero-blog .magazine__hero__btn-read-more {
        border-radius: 8px 0 8px 0 !important;
    }

    .magazine__hero__btn-read-more:before {
        border-top-left-radius: 8px
    }

    .magazine__hero__btn-read-more:after {
        border-top-left-radius: 8px
    }

    .magazine__hero-content:nth-child(2) .magazine__hero-blog .magazine__hero__btn-read-more:before {
        top: 1px
    }

    .last-blog__article-title a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: unset;
    }

    .magazine__hero-content:nth-child(2) .magazine__hero-scam .magazine__hero__btn-read-more {
        border-radius: 0 8px 0 8px !important;
    }

    .magazine__hero-content:nth-child(2) .magazine__hero-scam .magazine__hero__btn-read-more:after, .magazine__hero-content:nth-child(2) .magazine__hero-scam .magazine__hero__btn-read-more:before {
        border-bottom-left-radius: 8px !important
    }

    .magazine__hero-content .magazine__hero-academy .magazine__hero__btn-read-more {
        border-radius: 8px !important;
    }

    .magazine__hero-content .magazine__hero-academy .magazine__hero__btn-read-more:before, .magazine__hero-content .magazine__hero-academy .magazine__hero__btn-read-more:after {
        border-top-right-radius: 8px !important
    }

    .magazine__hero-content:nth-child(1) .magazine__hero-blog .magazine__hero__btn-read-more:after, .magazine__hero-content:nth-child(1) .magazine__hero-blog .magazine__hero__btn-read-more:before {
        border-bottom-right-radius: 8px !important;
    }

    .magazine__hero-content .magazine__hero__btn-read-more {
        font-size: 10px;
    }

    .magazine__hero-content .magazine__hero__btn-read-more svg {
        width: 12px;
        height: 12px
    }

    .magazine__hero-content .magazine__hero-figure-author {
        font-size: 10px !important
    }

    .last-blog #sidebar {
        margin-top: 16px
    }

    .general-side-advertisement {
        .widget-advertizing {
            width: 100%;
            padding: 0;

            &:not(:last-child) {
                margin-bottom: 16px;
            }

            img {
                width: 100%
            }
        }
    }
}

@media (min-width: 768px ) and (max-width: 1200px) {
    .suggestion-financial-institution-card-container {
        grid-template-columns: 100%
    }


    #sidebar {
        margin-bottom: 0 !important;
    }

    .general-side-advertisement {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        padding-bottom: 0
    }

    .general-side-advertisement {
        & .widget-advertizing {
            padding: 0;

            img {
                width: 100%;
                /*height: 132px !important;*/
                border-radius: 12px;
            }
        }
    }

    .single-post__content {
        padding: 0 0 12px 0
    }

    .single-post__header-divider {
        margin-bottom: 12px
    }
}

.breaking-content #archive-description-wrp {
    padding: 0 !important

}