h1,h2,h3,h4,h5,h6 {
    letter-spacing: normal
}

    .facebook-icon {
        background-color: #ff561c; /* Orange background */
        padding: 10px;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.3s ease;
        margin-left: 3px;
    }

    .facebook-icon i {
        font-size: 24px;
        color: white; /* Default icon color */
        margin-left: 6px;
        transition: color 0.3s ease;
        margin-left: 3px;
    }

    .facebook-icon:hover i {
        color: black; /* Icon turns black on hover */
    }
    .telegram-icon {
        background-color: #ff561c;
        padding: 10px;
        border-radius: 50%;
        display: inline-block;
    }

    .telegram-icon i {
        font-size: 24px;
        color: white;
        margin-left: 2px;
        transition: color 0.3s ease;
    }

    .telegram-icon:hover i {
        color: black;
    }
     .whatsapp-icon {
    background-color: #ff561c;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
  }

  .whatsapp-icon i {
    font-size: 24px;
    color: white;
    margin-left: 2px;
    transition: color 0.3s ease;
  }

  .whatsapp-icon:hover i {
    color: black;
  }
   .twitter-icon {
    background-color: #ff561c;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
  }

  .twitter-icon i {
    font-size: 24px;
    color: white;
    margin-left: 6px;
    transition: color 0.3s ease;
  }

  .twitter-icon:hover i {
    color: black;
  }
 

body {
    font-family: var(--font_brand_font-family)
}

p{
    font-size: 17px;
}

html:lang(th) body {
    font-family: IBM Plex Sans Thai,Arial,sans-serif
}

@supports (-webkit-touch-callout:none) {
    ._redesign {
        --font_brand_font-family: var(--font_body_font-family)
    }
}

html[lang=tr] ._redesign,html[lang=th] ._redesign {
    --font_brand_font-family: "IBM Plex Sans Thai","Arial",sans-serif
}

.main-container {
    color: #0b0b16;
    padding-top: 60px;
    padding-bottom: 96px;
    overflow: hidden
}

@media (width>=576px) {
    .main-container {
        padding-top: 76px
    }
}

@media (width>=1001px) {
    .main-container {
        padding-top: 137px
    }
}

.-rtl-mode .main-container {
    direction: rtl
}

.redesign-wrapper.article-page {
    max-width: 992px;
    margin: 0 auto;
    padding: 0 18px
}

.pg-wrap {
    max-width: 1200px;
    padding: 0 20px
}

@media (width>=1280px) {
    .pg-wrap {
        padding: 0
    }
}

body {
    flex-direction: column;
    font-family: Plus Jakarta Sans;
    display: flex
}

main {
    flex: auto
}

ul,ol {
    margin: 0;
    padding: 0;
    list-style: none
}

button {
    cursor: pointer;
    background-color: #0000;
    border: none
}

.article-page-content_body h2,.article-page-content_body h3 {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 26px;
    font-weight: 600;
    line-height: 108%
}

@media (width>=992px) {
    .article-page-content_body h2,.article-page-content_body h3 {
        font-size: 40px
    }
}

@media (width>=1440px) {
    .article-page-content_body h2,.article-page-content_body h3 {
        margin-top: 48px;
        margin-bottom: 48px;
        font-size: 48px;
        line-height: 116%
    }
}

.article-page-content__body p {
    margin-bottom: 32px;
    line-height: 142%
}

@media (width>=1440px) {
    .article-page-content__body p {
        font-size: 20px
    }
}

.article-page-content_body ul,.article-page-content_body ol {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 23px;
    padding-left: 25px;
    display: flex
}

@media (width>=1440px) {
    .article-page-content_body ul,.article-page-content_body ol {
        margin-bottom: 48px
    }
}

.article-page-content__body ul {
    list-style: unset
}

.article-page-content__body ol {
    list-style: decimal
}

@media (any-hover: hover) {
    .article-page-content__body a:hover {
        text-decoration:underline
    }
}

.article-page-content__body table {
    text-align: left;
    border: 1px solid #e2e6f9;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 32px;
    padding: 24px;
/*    display: block;*/
    overflow: hidden;
}

@media (width>=1440px) {
    .article-page-content__body table {
        margin-bottom: 48px;
        padding: 48px
    }
}

.article-page-content__body table tbody {
    width: 100%;
    min-width: 1024px;
    display: table
}

.article-page-content_body table th,.article-page-content_body table td {
    border-bottom: 1px solid #e2e6f9
}

.article-page-content_body table th:not(:first-child),.article-page-content_body table td:not(:first-child) {
    padding-left: 16px;
    padding-right: 16px
}

.article-page-content__body table th {
    padding-bottom: 16px
}

.article-page-content__body table td {
    padding-top: 16px;
    padding-bottom: 16px
}

.article-page-content__body img {
    width: 100%;
    height: auto;
    display: block
}

.img {
    width: 100%;
    display: block
}

.top {
    margin: 0 0 32px;
    padding-top: 32px;
    padding-bottom: 32px
}

@media (width>=1001px) {
    .top {
        padding-top: 96px
    }
}

.top.top-article-page {
    border-bottom: 1px solid #e2e6f9
}

.top__body {
    flex-direction: column;
    gap: 24px;
    display: flex
}

@media (width>=1001px) {
    .top__body {
        gap: 32px
    }
}

.top_title,._redesign .top_title {
    color: inherit;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 110%
}

@media (width>=992px) {
    .top_title,._redesign .top_title {
        font-size: 48px
    }
}

@media (width>=1440px) {
    .top_title,._redesign .top_title {
        font-size: 64px;
        line-height: 116%
    }
}

.-rtl-mode .top__title {
    text-align: right
}

.top__footer {
    margin-top: 32px
}

@media (width>=768px) {
    .top__footer {
        margin-top: 17px
    }
}

.breadcrumbs {
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    display: flex
}

.breadcrumbs__item {
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #828ca0;
    flex: none;
    align-items: center;
    gap: 8px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 110%;
    display: flex
}

@media (width>=768px) {
    .breadcrumbs__item {
        flex-direction: row-reverse;
        width: auto
    }
}

.breadcrumbs__item:not(:first-child) {
    display: none
}

@media (width>=768px) {
    .breadcrumbs__item: not(:first-child) {
        display:flex
    }
}

.breadcrumbs__item:not(:last-child):before {
    content: "";
   /* background-image: url(../img/education/trading-education/arrow-breadcrumbs.svg);*/
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: none;
    width: 24px;
    height: 24px;
    display: block;
    transform: rotate(-180deg)
}

@media (width>=768px) {
    .breadcrumbs__item: not(:last-child):before {
        transform:rotate(0)
    }
}

.-rtl-mode .breadcrumbs__item:not(:last-child):before {
    transform: scaleX(-1)
}

.breadcrumbs__item-link {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    padding: 5px 0;
    transition: color .3s
}

@media (any-hover: hover) {
    .breadcrumbs__item-link:hover:not(._disabled) {
        color:var(--color-primary);
        text-decoration: underline
    }
}

.article {
    cursor: pointer;
    border: 1px solid #e2e6f9;
    border-radius: 16px;
    height: 100%;
    padding: 24px
}

@media (width>=768px) {
    .article {
        padding: 32px
    }
}

@media (any-hover: hover) {
    .article:hover .article__title {
        text-decoration:underline
    }
}

.article__inner {
    flex-direction: column;
    height: 100%;
    display: flex
}

.article__title {
    color: #0b0b16;
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: 600;
    line-height: 108%
}

@media (width>=1440px) {
    .article__title {
        font-size: 24px;
        line-height: 116%
    }
}

.article__announce {
    -webkit-line-clamp: 3;
    color: #0b0b16;
    -webkit-box-orient: vertical;
    line-height: 132%;
    display: -webkit-box;
    overflow: hidden
}

.article__bottom {
    margin-top: auto
}

.article-features {
    align-items: center;
    gap: 24px;
    display: flex
}

.article-features__item {
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #828ca0;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 110%;
    display: flex
}

.article-features_item._date:before,.article-features_item._time:before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    flex: none;
    width: 24px;
    height: 24px;
    display: block
}

.article-features__item._date {
    white-space: nowrap
}

.article-features__item._date:before {
    background-image: url(../img/education/trading-education/reload.svg)
}

.article-features__item._time:before {
    background-image: url(../img/education/trading-education/watch.svg)
}

.article-top-footer {
    flex-flow: column wrap;
    gap: 32px;
    margin-top: 32px;
    display: flex
}

@media (width>=992px) {
    .article-top-footer {
        margin-top: 17px
    }
}

@media (width>=768px) {
    .article-top-footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }
}

.share-article {
    align-items: center;
    gap: 16px;
    display: flex
}

.share-article__title {
    display: none
}

@media (width>=768px) {
    .share-article__title {
        letter-spacing: 1.25px;
        text-transform: uppercase;
        color: #828ca0;
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        line-height: 110%;
        display: block
    }
}

.share-article__socials {
    flex: none
}

.socials-article__list {
    align-items: center;
    gap: 8px;
    display: flex
}

.socials-article__list-item {
    flex: none;
    width: 48px;
    height: 48px
}

@media (width>=992px) {
    .socials-article__list-item {
        width: 56px;
        height: 56px
    }
}

.socials-article__list-link {
    background-color: #ff561c;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex
}

@media (any-hover: hover) {
    .socials-article_list-link:hover .socials-article_list-img {
        transform:scale(1.1)
    }
}

.socials-article__list-img {
    width: 24px;
    height: 24px;
    transition: transform .3s;
    display: block
}

.become {
    z-index: 1;
    background-color: #f3f5fe;
    border-radius: 12px;
    flex-direction: column;
    margin-bottom: 64px;
    padding: 24px;
    display: flex;
    position: relative
}

@media (width>=768px) {
    .become {
        min-height: 277px
    }
}

@media (width>=992px) {
    .become {
        border-radius: 24px;
        margin-bottom: 96px;
        padding: 48px
    }
}

.become__title {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 108%
}

@media (width>=992px) {
    .become__title {
        max-width: 385px;
        font-size: 24px;
        line-height: 116%
    }
}

.become__text {
    margin-bottom: 32px;
    line-height: 132%
}

@media (width>=768px) {
    .become__btn.styled-btn-v2 {
        width: fit-content
    }
}

.become__img-box {
    z-index: -1;
    align-self: center;
    width: 302px;
    height: 276px;
    position: relative
}

@media (width>=768px) {
    .become__img-box {
        width: 312px;
        height: 285px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }
}

@media (width>=992px) {
    .become__img-box {
        right: 48px
    }
}

@media (width>=768px) {
    .-rtl-mode .become__img-box {
        top: 50%;
        left: 0;
        right: auto;
        transform: translateY(-50%)
    }
}

@media (width>=992px) {
    .-rtl-mode .become__img-box {
        left: 48px
    }
}

.become__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.related-articles__title {
    margin-bottom: 24px;
    font-size: 26px;
    font-weight: 600;
    line-height: 108%
}

@media (width>=992px) {
    .related-articles__title {
        font-size: 36px
    }
}

@media (width>=1440px) {
    .related-articles__title {
        margin-bottom: 32px;
        font-size: 48px;
        line-height: 116%
    }
}

.related-articles__list {
    flex-direction: column;
    gap: 32px;
    display: flex
}

@media (width>=768px) {
    .related-articles__list {
        flex-direction: row
    }
}

@media (width>=1440px) {
    .related-articles__list {
        gap: 48px
    }
}

.article-page-content {
    margin-bottom: 64px
}

@media (width>=1440px) {
    .article-page-content {
        margin-bottom: 96px
    }
}

.article-page-content__share {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
    margin-top: 64px
}

@media (width>=768px) {
    .article-page-content__share {
        flex-flow: row-reverse wrap;
        justify-content: flex-end;
        align-items: center
    }
}

@media (width>=992px) {
    .article-page-content__share {
        gap: 32px
    }
}

@media (width>=1440px) {
    .article-page-content__share {
        gap: 48px;
        margin-top: 96px
    }
}

.article-page-content .share-article__title {
    text-transform: none;
    color: #0b0b16;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 142%;
    display: inline-block
}

@media (width>=1440px) {
    .article-page-content .share-article__title {
        opacity: .9
    }
}