.article-body {
    color: #25344A;
    font-size: 18px;
    line-height: 2.05;
    overflow-wrap: anywhere;
}

.article-body > *:first-child {
    margin-top: 0;
}

.article-body p {
    margin: 0 0 20px;
}

.article-body h2 {
    margin: 42px 0 16px;
    color: #0B1D3A;
    font-size: clamp(27px, 4vw, 38px);
    line-height: 1.45;
}

.article-body h3 {
    margin: 34px 0 14px;
    color: #0B1D3A;
    font-size: clamp(22px, 3.3vw, 30px);
    line-height: 1.5;
}

.article-body h4 {
    margin: 28px 0 12px;
    color: #0B1D3A;
    font-size: 21px;
}

.article-body strong,
.article-body b {
    color: #0B1D3A;
}

.article-body a {
    color: #0077FF;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.article-body img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 28px auto;
    border-radius: 18px;
    box-shadow: 0 16px 44px rgba(11, 29, 58, .08);
}

.article-body blockquote {
    margin: 26px 0;
    padding: 17px 21px;
    color: #42526A;
    border-right: 4px solid #0077FF;
    border-left: 0;
    border-radius: 12px;
    background: #F5F9FF;
}

.article-body ol,
.article-body ul {
    margin: 20px 0;
    padding-right: 28px;
    padding-left: 0;
}

.article-body li {
    margin: 8px 0;
}

.article-body li[data-list="bullet"] {
    list-style-type: disc;
}

.article-body li[data-list="ordered"] {
    list-style-type: decimal;
}

.article-body pre {
    direction: ltr;
    overflow-x: auto;
    margin: 25px 0;
    padding: 18px;
    color: #F8FAFC;
    border-radius: 14px;
    background: #0B1D3A;
    text-align: left;
}

.article-body code {
    direction: ltr;
    padding: 2px 6px;
    border-radius: 5px;
    background: #EEF3F8;
    font-family: monospace;
}

.article-body .ql-align-center {
    text-align: center;
}

.article-body .ql-align-left {
    text-align: left;
}

.article-body .ql-align-right {
    text-align: right;
}

.article-body .ql-align-justify {
    text-align: justify;
}

.article-body .ql-direction-rtl {
    direction: rtl;
}

.article-body .ql-indent-1 {
    margin-right: 2rem;
}

.article-body .ql-indent-2 {
    margin-right: 4rem;
}

.article-body .ql-indent-3 {
    margin-right: 6rem;
}

.article-body .callout-info,
.article-body .callout-warning,
.article-body .callout-success,
.article-body .callout-security {
    position: relative;
    margin: 27px 0;
    padding: 18px 22px;
    border-radius: 15px;
    font-weight: 600;
}

.article-body .callout-info {
    color: #0757A6;
    border: 1px solid #B8DBFF;
    background: #EAF4FF;
}

.article-body .callout-warning {
    color: #765600;
    border: 1px solid #F0D77D;
    background: #FFF7D6;
}

.article-body .callout-success {
    color: #087246;
    border: 1px solid #AFE1C8;
    background: #EAF9F1;
}

.article-body .callout-security {
    color: #9E2334;
    border: 1px solid #F0B9C1;
    background: #FFF0F2;
}

@media (max-width: 720px) {
    .article-body {
        font-size: 16px;
        line-height: 1.95;
    }

    .article-body img {
        margin: 22px auto;
        border-radius: 14px;
    }

    .article-body h2 {
        margin-top: 34px;
    }

    .article-body h3 {
        margin-top: 28px;
    }
}

/* YOUTUBE-ARTICLE-CONTENT-START */
.article-body iframe.ql-youtube {
    display: block;
    width: min(100%, 960px);
    min-height: 200px;
    aspect-ratio: 16 / 9;
    margin: 32px auto;
    border: 0;
    border-radius: 18px;
    background: #000000;
    box-shadow: 0 16px 44px rgba(11, 29, 58, .10);
}

@media (max-width: 720px) {
    .article-body iframe.ql-youtube {
        width: 100%;
        margin: 24px auto;
        border-radius: 14px;
    }
}
/* YOUTUBE-ARTICLE-CONTENT-END */

/* YOUTUBE-PUBLIC-LAYOUT-START */
.article-youtube-embed {
    display: block;
    width: min(100%, 860px);
    margin: 34px auto;
    padding: 0;
    clear: both;
}

.article-youtube-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 18px;
    background: #000000;
    box-shadow: 0 18px 48px rgba(11, 29, 58, .12);
}

.article-youtube-frame iframe {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #000000;
}

.article-youtube-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: 13px auto 0;
    padding: 0 18px;
    color: #FFFFFF !important;
    border-radius: 10px;
    background: #E00000;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition:
        transform 160ms ease,
        background 160ms ease;
}

.article-youtube-link:hover {
    color: #FFFFFF !important;
    background: #C90000;
    transform: translateY(-1px);
}

@media (max-width: 720px) {
    .article-youtube-embed {
        width: 100%;
        margin: 26px 0;
    }

    .article-youtube-frame {
        border-radius: 14px;
    }

    .article-youtube-link {
        display: flex;
        width: 100%;
        min-height: 46px;
        margin-top: 11px;
        box-sizing: border-box;
    }
}
/* YOUTUBE-PUBLIC-LAYOUT-END */
