.article-pdp-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
    margin-top: 32px;
}
.article-pdp-main .title-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
.article-pdp-main .title-wrapper h1 {
            color: #111827;
            text-align: center;
            font-size: 36px;
            font-weight: 700;
            line-height: 44px;
            letter-spacing: -0.72px;
            width: 100%;
        }
.article-pdp-main .author-wrapper {
        display: flex;
        width: -moz-max-content;
        width: max-content;
        align-items: center;
        gap: 12px;
    }
.article-pdp-main .author-details {
        display: flex;
        flex-direction: column;
        color: #111827;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        align-items: center;
    }
.article-pdp-main .author-details span {
            color: #6b7280;
            font-weight: 400;
        }
.article-pdp-main .image-wrapper {
        width: 90%;
        height: auto;
        align-self: center;
        overflow: hidden;
    }
.article-pdp-main .image-wrapper img {
            width: 100%;
            height: auto;
        }
.article-pdp-main .bottom-text-wrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
.article-pdp-main .bottom-text-wrapper h2 {
            color: #111827;
            font-size: 20px;
            font-weight: 600;
            line-height: 28px;
            letter-spacing: -0.4px;
        }
.article-pdp-main .bottom-text-wrapper p {
            padding: 16px;
            border-radius: 6px;
            background: #e8f0fc;
            color: #374151;
            font-size: 18px;
            line-height: 28px;
        }
.article-pdp-main .article-content {
        max-width: 100%;
        box-sizing: border-box;
    }
.article-pdp-main .article-content span {
            max-width: 100%;
            box-sizing: border-box;
            height: auto !important;
        }
.article-pdp-main .article-content li {
            white-space: normal !important;
        }
.article-pdp-main .article-content img {
            width: 100%;
            height: auto;
        }
.article-pdp-main .article-content table {
            display: block;
            overflow: scroll;
            text-wrap: nowrap;
            white-space: nowrap;
        }
