/* Five Matajir commercial-intent articles: scoped reader experience. */
:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) {
    --matajir-reader-bg: #0b1630;
    --matajir-reader-panel: #111c34;
    --matajir-reader-panel-soft: rgba(255, 255, 255, 0.045);
    --matajir-reader-border: rgba(255, 254, 253, 0.13);
    --matajir-reader-border-warm: rgba(252, 101, 60, 0.36);
    --matajir-reader-text: #fffefd;
    --matajir-reader-muted: #d8d8d8;
    --matajir-reader-accent: #fc653c;
    --matajir-reader-accent-strong: #ff6900;
    --matajir-reader-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-post-details {
    color: var(--matajir-reader-text);
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) :is(.post-thumbnail, .entry-thumbnail, .blog-details-thumb) {
    max-width: 1080px;
    margin: 0 auto 28px;
    padding: 0 18px;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) :is(img.wp-post-image, .post-thumbnail img, .entry-thumbnail img, .blog-details-thumb img) {
    display: block;
    width: min(100%, 1040px);
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    border: 1px solid var(--matajir-reader-border);
    border-radius: 10px;
    box-shadow: var(--matajir-reader-shadow);
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 22px 44px;
    color: var(--matajir-reader-text);
    text-align: start;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > h1:first-child {
    max-width: 920px;
    margin: 30px auto 22px;
    padding: 0;
    color: var(--matajir-reader-text);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: inherit;
    line-height: 1.25;
    letter-spacing: 0;
    overflow-wrap: break-word;
    word-break: normal;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > :is(p, ul, ol, blockquote, table, figure) {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > p {
    margin-top: 0;
    margin-bottom: 22px;
    color: var(--matajir-reader-muted);
    font-size: 19px;
    font-weight: inherit;
    line-height: 2.02;
    text-align: start;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > h1:first-child + p {
    max-width: 900px;
    margin-top: 0;
    margin-bottom: 28px;
    padding: 22px 24px;
    color: var(--matajir-reader-text);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.035));
    border: 1px solid var(--matajir-reader-border);
    border-inline-start: 4px solid var(--matajir-reader-accent);
    border-radius: 10px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
    font-size: 20px;
    line-height: 1.95;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > h2 {
    max-width: 900px;
    margin: 54px auto 22px;
    padding: 0 0 14px;
    color: var(--matajir-reader-text);
    border-bottom: 1px solid var(--matajir-reader-border);
    font-size: clamp(30px, 3vw, 36px);
    line-height: 1.35;
    letter-spacing: 0;
    scroll-margin-top: 110px;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > h2::after {
    content: "";
    display: block;
    width: 74px;
    height: 3px;
    margin-top: 14px;
    margin-inline-start: 0;
    background: var(--matajir-reader-accent);
    border-radius: 999px;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > h3 {
    max-width: 880px;
    margin: 34px auto 14px;
    color: #fffefd;
    font-size: clamp(23px, 2.2vw, 28px);
    line-height: 1.45;
    letter-spacing: 0;
    scroll-margin-top: 100px;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content :is(a, a:visited) {
    color: var(--matajir-reader-accent);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.22em;
    transition: color 160ms ease, text-decoration-color 160ms ease, outline-color 160ms ease;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content a:hover {
    color: var(--matajir-reader-accent-strong);
    text-decoration-color: var(--matajir-reader-text);
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content a:focus-visible {
    outline: 2px solid var(--matajir-reader-accent);
    outline-offset: 4px;
    border-radius: 4px;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > :is(ul, ol) {
    margin-top: 18px;
    margin-bottom: 26px;
    padding: 22px 30px 20px 24px;
    color: var(--matajir-reader-muted);
    background: var(--matajir-reader-panel-soft);
    border: 1px solid var(--matajir-reader-border);
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    font-size: 18.5px;
    line-height: 1.95;
    list-style-position: outside;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > :is(ul, ol) li {
    margin-bottom: 10px;
    padding-inline-start: 6px;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > :is(ul, ol) li::marker {
    color: var(--matajir-reader-accent);
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > h2:last-of-type {
    margin-top: 58px;
    padding: 22px 24px;
    background: var(--matajir-reader-panel);
    border: 1px solid var(--matajir-reader-border-warm);
    border-radius: 10px 10px 0 0;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > h2:last-of-type::after {
    margin-bottom: 0;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > h2:last-of-type ~ p {
    max-width: 900px;
    margin-bottom: 0;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.04);
    border-right: 1px solid var(--matajir-reader-border-warm);
    border-left: 1px solid var(--matajir-reader-border);
    border-bottom: 1px solid var(--matajir-reader-border);
    color: var(--matajir-reader-muted);
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > h2:last-of-type ~ p:last-child {
    border-radius: 0 0 10px 10px;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > p:has(+ h2:last-of-type) {
    max-width: 900px;
    margin-top: 38px;
    margin-bottom: 34px;
    padding: 24px;
    color: var(--matajir-reader-text);
    background: var(--matajir-reader-panel);
    border: 1px solid var(--matajir-reader-border);
    border-inline-start: 4px solid var(--matajir-reader-accent);
    border-radius: 10px;
    box-shadow: var(--matajir-reader-shadow);
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > p:has(+ h2:last-of-type) a {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 16px;
    color: #000;
    background: var(--matajir-reader-accent);
    border-radius: 6px;
    text-decoration: none;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content :is(figure, img:not(.wp-post-image)) {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content :is(figcaption, .wp-caption-text) {
    margin-top: 10px;
    color: #bcbcbc;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content blockquote {
    padding: 22px 24px;
    color: var(--matajir-reader-text);
    background: var(--matajir-reader-panel-soft);
    border: 1px solid var(--matajir-reader-border);
    border-inline-start: 4px solid var(--matajir-reader-accent);
    border-radius: 10px;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    color: var(--matajir-reader-muted);
    background: var(--matajir-reader-panel-soft);
    border: 1px solid var(--matajir-reader-border);
    border-radius: 10px;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content :is(th, td) {
    padding: 14px 16px;
    border-bottom: 1px solid var(--matajir-reader-border);
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content th {
    color: var(--matajir-reader-text);
    border-bottom-color: var(--matajir-reader-border-warm);
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) ::selection {
    color: #000;
    background: var(--matajir-reader-accent);
}

@media (max-width: 1024px) {
    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) :is(img.wp-post-image, .post-thumbnail img, .entry-thumbnail img, .blog-details-thumb img) {
        width: 100%;
    }
}

@media (max-width: 767px) {
    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) :is(.post-thumbnail, .entry-thumbnail, .blog-details-thumb) {
        margin-bottom: 24px;
        padding-left: 15px;
        padding-right: 15px;
    }

    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .entry-content {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 36px;
    }

    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .entry-content > h1:first-child {
        margin-top: 24px;
        margin-bottom: 18px;
        font-size: clamp(30px, 8.4vw, 38px);
        line-height: 1.35;
    }

    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .entry-content > p {
        font-size: 17.5px;
        line-height: 2;
    }

    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .entry-content > h1:first-child + p {
        padding: 18px;
        font-size: 18px;
        line-height: 1.95;
    }

    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .entry-content > h2 {
        margin-top: 42px;
        margin-bottom: 18px;
        font-size: clamp(25px, 7.2vw, 30px);
        line-height: 1.45;
    }

    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .entry-content > :is(ul, ol) {
        padding: 18px 26px 16px 18px;
        font-size: 17px;
    }

    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .entry-content > h2:last-of-type,
    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .entry-content > h2:last-of-type ~ p,
    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .entry-content > p:has(+ h2:last-of-type) {
        padding: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .entry-content a {
        transition: none;
    }
}

/* Elementor HTML-widget migration compatibility. */
:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content > .elementor,
:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content .matajir-article-body {
    max-width: 920px;
    margin: 0 auto;
    color: var(--matajir-reader-text);
    text-align: start;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .entry-content .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > :is(p, ul, ol, blockquote, table, figure) {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > p {
    margin-top: 0;
    margin-bottom: 22px;
    color: var(--matajir-reader-muted);
    font-size: 19px;
    font-weight: inherit;
    line-height: 2.02;
    text-align: start;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > p:first-child {
    max-width: 900px;
    margin-top: 0;
    margin-bottom: 28px;
    padding: 22px 24px;
    color: var(--matajir-reader-text);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.035));
    border: 1px solid var(--matajir-reader-border);
    border-inline-start: 4px solid var(--matajir-reader-accent);
    border-radius: 10px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
    font-size: 20px;
    line-height: 1.95;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > h2 {
    max-width: 900px;
    margin: 54px auto 22px;
    padding: 0 0 14px;
    color: var(--matajir-reader-text);
    border-bottom: 1px solid var(--matajir-reader-border);
    font-size: clamp(30px, 3vw, 36px);
    line-height: 1.35;
    letter-spacing: 0;
    scroll-margin-top: 110px;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > h2::after {
    content: "";
    display: block;
    width: 74px;
    height: 3px;
    margin-top: 14px;
    margin-inline-start: 0;
    background: var(--matajir-reader-accent);
    border-radius: 999px;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > h3 {
    max-width: 880px;
    margin: 34px auto 14px;
    color: #fffefd;
    font-size: clamp(23px, 2.2vw, 28px);
    line-height: 1.45;
    letter-spacing: 0;
    scroll-margin-top: 100px;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body :is(a, a:visited) {
    color: var(--matajir-reader-accent);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.22em;
    transition: color 160ms ease, text-decoration-color 160ms ease, outline-color 160ms ease;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body a:hover {
    color: var(--matajir-reader-accent-strong);
    text-decoration-color: var(--matajir-reader-text);
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body a:focus-visible {
    outline: 2px solid var(--matajir-reader-accent);
    outline-offset: 4px;
    border-radius: 4px;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > :is(ul, ol) {
    margin-top: 18px;
    margin-bottom: 26px;
    padding: 22px 30px 20px 24px;
    color: var(--matajir-reader-muted);
    background: var(--matajir-reader-panel-soft);
    border: 1px solid var(--matajir-reader-border);
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    font-size: 18.5px;
    line-height: 1.95;
    list-style-position: outside;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > :is(ul, ol) li {
    margin-bottom: 10px;
    padding-inline-start: 6px;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > :is(ul, ol) li::marker {
    color: var(--matajir-reader-accent);
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > h2:last-of-type,
:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > p:nth-last-child(3) {
    margin-top: 58px;
    padding: 22px 24px;
    background: var(--matajir-reader-panel);
    border: 1px solid var(--matajir-reader-border-warm);
    border-radius: 10px 10px 0 0;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > h2:last-of-type::after {
    margin-bottom: 0;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > h2:last-of-type ~ p,
:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > p:nth-last-child(-n+2) {
    max-width: 900px;
    margin-bottom: 0;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.04);
    border-right: 1px solid var(--matajir-reader-border-warm);
    border-left: 1px solid var(--matajir-reader-border);
    border-bottom: 1px solid var(--matajir-reader-border);
    color: var(--matajir-reader-muted);
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > h2:last-of-type ~ p:last-child,
:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > p:last-child {
    border-radius: 0 0 10px 10px;
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > p:has(+ h2:last-of-type),
:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > p:nth-last-child(4) {
    max-width: 900px;
    margin-top: 38px;
    margin-bottom: 34px;
    padding: 24px;
    color: var(--matajir-reader-text);
    background: var(--matajir-reader-panel);
    border: 1px solid var(--matajir-reader-border);
    border-inline-start: 4px solid var(--matajir-reader-accent);
    border-radius: 10px;
    box-shadow: var(--matajir-reader-shadow);
}

:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > p:has(+ h2:last-of-type) a,
:is(
    body.postid-11173,
    body.postid-11176,
    body.postid-11178,
    body.postid-11180,
    body.postid-11184
) .matajir-article-body > p:nth-last-child(4) a {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 16px;
    color: #000;
    background: var(--matajir-reader-accent);
    border-radius: 6px;
    text-decoration: none;
}

@media (max-width: 767px) {
    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .matajir-article-body > p {
        font-size: 17.5px;
        line-height: 2;
    }

    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .matajir-article-body > p:first-child {
        padding: 18px;
        font-size: 18px;
        line-height: 1.95;
    }

    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .matajir-article-body > h2 {
        margin-top: 42px;
        margin-bottom: 18px;
        font-size: clamp(25px, 7.2vw, 30px);
        line-height: 1.45;
    }

    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .matajir-article-body > :is(ul, ol) {
        padding: 18px 26px 16px 18px;
        font-size: 17px;
    }

    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .matajir-article-body > h2:last-of-type,
    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .matajir-article-body > h2:last-of-type ~ p,
    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .matajir-article-body > p:has(+ h2:last-of-type),
    :is(
        body.postid-11173,
        body.postid-11176,
        body.postid-11178,
        body.postid-11180,
        body.postid-11184
    ) .matajir-article-body > p:nth-last-child(-n+4) {
        padding: 18px;
    }
}
