
.blogArticle__hero {
    padding-top: 60px;
    padding-bottom: 60px;
}

.blogArticle__breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
}

.blogArticle__breadcrumbs p,
.blogArticle__breadcrumbs a {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF !important;
}

.blogArticle__breadcrumbs span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ADADAD !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 260px;
}

.blogArticle__breadcrumbs_arrow {
    width: 6px;
    height: 12px;
}

.blogArticle__heroInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 846px;
    margin: 0 auto;
}

.blogArticle__subhead {
    max-width: 780px;
    color: #C2C2C2 !important;
}

.blogArticle__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.blogArticle__author_avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 100px;
    background-color: var(--orangePrimary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogArticle__author_avatar p {
    color: #fff !important;
    font-weight: 600;
    font-size: 20px;
}


.blogArticle__author_avatar._sm {
    width: 40px;
    height: 40px;
    min-width: 40px;
}

.blogArticle__author_avatar._sm p {
    font-size: 16px;
}

.blogArticle__author_name p:first-child {
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
}

.blogArticle__author_name p:last-child {
    color: #ADADAD !important;
    font-size: 14px;
}


.blogArticle__body {
    padding-top: 60px;
}


html,
body {
    overflow-x: clip !important;
}


.blogArticle__layout {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.blogArticle__toc {
    flex: 0 0 285px;
    width: 285px;
    align-self: flex-start;
}

.blogArticle__toc h3 {
    color: #fff;
}

.blogArticle__content {
    flex: 1;
    min-width: 0;
}


@media (min-width: 1025px) {
    .blogArticle__toc {
        position: sticky;

        top: 122px;
    }

    .blogArticle__content {
        border-left: 1px solid #2C2C2C;
        padding-left: 40px;
    }

    .blogArticle__toc .toc__container {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .blogArticle__toc .toc__container>ul {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .blogArticle__toc .toc__container>ul>li {
        margin-right: 0 !important;
        width: 100%;
    }

    .blogArticle__toc .toc__container>ul a {
        display: block;
        width: 100%;
        min-width: 0;
        padding: 0 !important;
        background: none !important;
        border: none !important;
        text-align: left;
        color: #ADADAD !important;
        font-weight: 500;
    }

    .blogArticle__toc .toc__container>ul a:hover {
        color: #fff !important;
        background: none !important;
        scale: 1;
    }
}


.blogArticle__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.blogArticle__meta p {
    color: #999999 !important;
    font-size: 16px;
    font-weight: 500;
}

.blogArticle__meta span {
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background-color: #999999;
    display: inline-block;
}


.blogArticle__sections h2 {
    color: #fff;
    font-size: 36px;
}

.blogArticle__sections>p {
    color: #ADADAD !important;
}

.blogArticle__sections>*:has(+ p),
.blogArticle__sections>p:has(+ *),
.blogArticle__sections>h2:has(+ *),
.blogArticle__sections>h3:has(+ *) {
    margin-bottom: 12px;
}

.blogArticle__sections>*:has(+ h2) {
    margin-bottom: 60px;
}

.blogArticle__content div:has(> img) img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 600px;
    margin: 0;
    border-radius: 8px;
}

.blogArticle__content div:has(> img) + div:has(> img) {
    margin-top: 12px;
}

.blogArticle__numberedList,
.blogArticle__content ol {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}

.blogArticle__numberedList li,
.blogArticle__content ol li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.blogArticle__numberedList li span,
.blogArticle__content ol li span {
    color: #ADADAD !important;
    font-weight: 500;
    min-width: 18px;
}

.blogArticle__numberedList li p,
.blogArticle__content ol li p {
    color: #ADADAD !important;
}


.blogArticle__pros {
    margin-top: 24px;
}

.blogArticle__pros h4 {
    color: #fff;
}

.blogArticle__checklist,
.blogArticle__content ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blogArticle__checklist li,
.blogArticle__content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blogArticle__checklist li img,
.blogArticle__content ul li img {
    width: 20px;
    height: 20px;
    min-width: 20px;
}

.blogArticle__checklist li p,
.blogArticle__content ul li p {
    color: #ADADAD !important;
}


.blogArticle__related {
    background-image: url(/assets/images/howToBG.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 88px 0;
}

.blogArticle__related h2 {
    color: #fff;
}

.blogArticle__related h2,
.blogArticle__related h2 + p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.cardGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.postCard {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px;
    background-color: var(--ultraDark50);
    border-radius: 16px;
}

.postCard_img {
    aspect-ratio: 7 / 4;
    border-radius: 8px;
    overflow: hidden;
}

.postCard h3 {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.postCard>div>p {
    color: #ADADAD !important;
}

.postCard .blogArticle__author {
    margin-top: auto;
}

@media (max-width: 1024px) {
    .cardGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blogArticle__layout {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    .blogArticle__toc {
        width: 100%;
        flex-basis: auto;
    }
}


@media (max-width: 768px) {
    .blogArticle__content div:has(> img) img {
        max-height: 420px;
    }

    .blogArticle__hero {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .blogArticle__body {
        padding-top: 30px;
    }

    .blogArticle__related {
        padding: 30px 0;
    }

    .blogArticle__sections>*:has(+ h2) {
        margin-bottom: 30px;
    }

    .blogArticle__sections h2 {
        font-size: 32px;
    }

    .blogArticle__breadcrumbs {
        justify-content: flex-start;
        margin-bottom: 24px;
    }

    .blogArticle__breadcrumbs span {
        max-width: 140px;
    }

    .blogArticle__heroInner {
        align-items: flex-start;
    }

    .blogArticle__subhead,
    .blogArticle__author {
        text-align: left;
    }

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

    .postCard {
        padding: 20px;
    }


    .table__wrapper table {
        min-width: 360px !important;
    }


    .table__wrapper table thead th p,
    .table__wrapper table tbody td p {
        padding: 14px 12px !important;
        font-size: 14px;
    }

    .table__wrapper table thead th:first-child p,
    .table__wrapper table tbody td:first-child p {
        padding: 14px 12px 14px 16px !important;
    }
}
