/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2026 | 20:13:04 */
/* ==========================================================
   NOTE.radio V2 — SINGLE POST / ARTICLE BODY
   Version: 1.0
   Scope: WordPress / Elementor Post Content typography
   Requires:
   - ntr-v2
   - ntr-v2-article-content
   - ntr-v2-article-body

   Geometry rule:
   Elementor owns outer page/column geometry.
   This stylesheet controls only content typography and
   internal article elements.
   ========================================================== */


/* ==========================================================
   01. ARTICLE BODY BASE
   ========================================================== */

.ntr-v2-article-body {
    width: 100%;
    min-width: 0;

    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.72;

    color: var(--ntr-text-primary);
}

.ntr-v2-article-body > .elementor-widget-container {
    width: 100%;
    min-width: 0;
}

.ntr-v2-article-body .elementor-widget-container > *:first-child {
    margin-top: 0;
}

.ntr-v2-article-body .elementor-widget-container > *:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   02. PARAGRAPHS
   ========================================================== */

.ntr-v2-article-body p {
    margin: 0 0 1.35em;

    font: inherit;
    color: var(--ntr-text-primary);
}

.ntr-v2-article-body p:empty {
    display: none;
}


/* ==========================================================
   03. HEADINGS
   ========================================================== */

.ntr-v2-article-body h2,
.ntr-v2-article-body h3,
.ntr-v2-article-body h4,
.ntr-v2-article-body h5,
.ntr-v2-article-body h6 {
    margin-left: 0;
    margin-right: 0;

    font-family: "Outfit", sans-serif;
    font-weight: 800;
    color: var(--ntr-text-primary);

    text-wrap: balance;
}

.ntr-v2-article-body h2 {
    margin-top: 1.55em;
    margin-bottom: .65em;

    font-size: clamp(27px, 2.2vw, 34px);
    line-height: 1.08;
    letter-spacing: -.025em;
}

.ntr-v2-article-body h3 {
    margin-top: 1.45em;
    margin-bottom: .55em;

    font-size: clamp(23px, 1.8vw, 28px);
    line-height: 1.12;
    letter-spacing: -.018em;
}

.ntr-v2-article-body h4 {
    margin-top: 1.35em;
    margin-bottom: .5em;

    font-size: 21px;
    line-height: 1.18;
}

.ntr-v2-article-body h5,
.ntr-v2-article-body h6 {
    margin-top: 1.25em;
    margin-bottom: .45em;

    font-size: 18px;
    line-height: 1.25;
}


/* ==========================================================
   04. LINKS / EMPHASIS
   ========================================================== */

.ntr-v2-article-body a {
    color: var(--ntr-accent);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;

    transition:
        color .18s ease,
        text-decoration-color .18s ease;
}

.ntr-v2-article-body a:hover {
    color: var(--ntr-accent-hover);
}

.ntr-v2-article-body strong,
.ntr-v2-article-body b {
    font-weight: 800;
}

.ntr-v2-article-body em,
.ntr-v2-article-body i {
    font-style: italic;
}


/* ==========================================================
   05. LISTS
   ========================================================== */

.ntr-v2-article-body ul,
.ntr-v2-article-body ol {
    margin: 0 0 1.4em;
    padding-left: 1.45em;

    color: var(--ntr-text-primary);
}

.ntr-v2-article-body li {
    margin-bottom: .45em;
    padding-left: .15em;
}

.ntr-v2-article-body li:last-child {
    margin-bottom: 0;
}

.ntr-v2-article-body li::marker {
    color: var(--ntr-accent);
    font-weight: 700;
}


/* ==========================================================
   06. BLOCKQUOTES
   ========================================================== */

.ntr-v2-article-body blockquote,
.ntr-v2-article-body .wp-block-quote {
    margin: 1.75em 0;
    padding: 18px 22px;

    background: var(--ntr-surface-2);
    border: 1px solid var(--ntr-border);
    border-left: 4px solid var(--ntr-accent);
    border-radius: 10px;

    color: var(--ntr-text-primary);
}

.ntr-v2-article-body blockquote p,
.ntr-v2-article-body .wp-block-quote p {
    margin-bottom: .75em;

    font-size: 1.05em;
    font-weight: 600;
    line-height: 1.55;
}

.ntr-v2-article-body blockquote p:last-child,
.ntr-v2-article-body .wp-block-quote p:last-child {
    margin-bottom: 0;
}

.ntr-v2-article-body blockquote cite,
.ntr-v2-article-body .wp-block-quote cite {
    display: block;
    margin-top: 10px;

    font-size: 13px;
    font-style: normal;
    font-weight: 600;

    color: var(--ntr-text-muted);
}


/* ==========================================================
   07. IMAGES / FIGURES / CAPTIONS
   ========================================================== */

.ntr-v2-article-body img {
    max-width: 100%;
    height: auto;
}

.ntr-v2-article-body figure,
.ntr-v2-article-body .wp-block-image,
.ntr-v2-article-body .wp-caption {
    max-width: 100%;
    margin: 1.65em 0;
}

.ntr-v2-article-body figure img,
.ntr-v2-article-body .wp-block-image img,
.ntr-v2-article-body .wp-caption img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;

    border-radius: 10px;
}

.ntr-v2-article-body figure.aligncenter,
.ntr-v2-article-body .wp-block-image.aligncenter,
.ntr-v2-article-body .wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ntr-v2-article-body figure.alignleft,
.ntr-v2-article-body .wp-block-image.alignleft,
.ntr-v2-article-body .wp-caption.alignleft {
    float: left;
    max-width: 48%;
    margin: .35em 1.35em .8em 0;
}

.ntr-v2-article-body figure.alignright,
.ntr-v2-article-body .wp-block-image.alignright,
.ntr-v2-article-body .wp-caption.alignright {
    float: right;
    max-width: 48%;
    margin: .35em 0 .8em 1.35em;
}

.ntr-v2-article-body figcaption,
.ntr-v2-article-body .wp-caption-text {
    margin-top: 8px;

    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;

    color: var(--ntr-text-muted);
}


/* ==========================================================
   08. EMBEDS / VIDEO / IFRAME
   ========================================================== */

.ntr-v2-article-body iframe,
.ntr-v2-article-body video {
    max-width: 100%;
}

.ntr-v2-article-body .wp-block-embed,
.ntr-v2-article-body .wp-block-video,
.ntr-v2-article-body .wp-block-audio {
    margin: 1.65em 0;
}

.ntr-v2-article-body .wp-block-embed__wrapper {
    max-width: 100%;
}

.ntr-v2-article-body .wp-block-embed iframe {
    width: 100%;
}

.ntr-v2-article-body .wp-block-video video {
    display: block;
    width: 100%;
    border-radius: 10px;
}


/* ==========================================================
   09. TABLES
   ========================================================== */

.ntr-v2-article-body table,
.ntr-v2-article-body .wp-block-table table {
    width: 100%;
    margin: 1.6em 0;

    border-collapse: collapse;
    border-spacing: 0;

    background: var(--ntr-surface);
    color: var(--ntr-text-primary);
}

.ntr-v2-article-body table th,
.ntr-v2-article-body table td {
    padding: 11px 12px;

    border: 1px solid var(--ntr-border);

    text-align: left;
    vertical-align: top;
}

.ntr-v2-article-body table th {
    background: var(--ntr-surface-2);

    font-weight: 800;
}

.ntr-v2-article-body .wp-block-table {
    overflow-x: auto;
    max-width: 100%;
}


/* ==========================================================
   10. CODE / PRE
   ========================================================== */

.ntr-v2-article-body code {
    padding: .12em .36em;

    background: var(--ntr-surface-2);
    border: 1px solid var(--ntr-border);
    border-radius: 5px;

    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco,
        Consolas, "Liberation Mono", monospace;
    font-size: .88em;

    color: var(--ntr-text-primary);
}

.ntr-v2-article-body pre {
    overflow-x: auto;

    margin: 1.6em 0;
    padding: 16px 18px;

    background: var(--ntr-surface-2);
    border: 1px solid var(--ntr-border);
    border-radius: 10px;

    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco,
        Consolas, "Liberation Mono", monospace;
    font-size: 14px;
    line-height: 1.55;

    color: var(--ntr-text-primary);
}

.ntr-v2-article-body pre code {
    padding: 0;

    background: transparent;
    border: 0;
    border-radius: 0;

    font-size: inherit;
}


/* ==========================================================
   11. HORIZONTAL RULE
   ========================================================== */

.ntr-v2-article-body hr,
.ntr-v2-article-body .wp-block-separator {
    margin: 2em 0;

    border: 0;
    border-top: 1px solid var(--ntr-border);

    opacity: 1;
}


/* ==========================================================
   12. WORDPRESS BUTTONS
   ========================================================== */

.ntr-v2-article-body .wp-block-button {
    margin: 1.3em 0;
}

.ntr-v2-article-body .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;
    padding: 10px 16px;

    background: var(--ntr-accent);
    color: #fff !important;

    border: 0;
    border-radius: 8px;

    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.15;

    text-decoration: none;

    transition:
        transform .18s ease,
        background-color .18s ease;
}

.ntr-v2-article-body .wp-block-button__link:hover {
    background: var(--ntr-accent-hover);
    transform: translateY(-1px);
}


/* ==========================================================
   13. CLEAR FLOATS
   ========================================================== */

.ntr-v2-article-body::after,
.ntr-v2-article-body > .elementor-widget-container::after {
    content: "";
    display: table;
    clear: both;
}


/* ==========================================================
   14. TABLET
   ========================================================== */

@media (max-width: 1024px) {

    .ntr-v2-article-body {
        font-size: 16.5px;
        line-height: 1.68;
    }

    .ntr-v2-article-body h2 {
        font-size: clamp(26px, 3.8vw, 32px);
    }

    .ntr-v2-article-body h3 {
        font-size: clamp(22px, 3vw, 27px);
    }

}


/* ==========================================================
   15. MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .ntr-v2-article-body {
        font-size: 16px;
        line-height: 1.65;
    }

    .ntr-v2-article-body p {
        margin-bottom: 1.2em;
    }

    .ntr-v2-article-body h2 {
        margin-top: 1.4em;
        font-size: 26px;
        line-height: 1.1;
    }

    .ntr-v2-article-body h3 {
        margin-top: 1.35em;
        font-size: 22px;
        line-height: 1.14;
    }

    .ntr-v2-article-body h4 {
        font-size: 19px;
    }

    .ntr-v2-article-body blockquote,
    .ntr-v2-article-body .wp-block-quote {
        margin: 1.4em 0;
        padding: 15px 16px;
    }

    .ntr-v2-article-body figure.alignleft,
    .ntr-v2-article-body .wp-block-image.alignleft,
    .ntr-v2-article-body .wp-caption.alignleft,
    .ntr-v2-article-body figure.alignright,
    .ntr-v2-article-body .wp-block-image.alignright,
    .ntr-v2-article-body .wp-caption.alignright {
        float: none;
        max-width: 100%;
        margin: 1.4em 0;
    }

    .ntr-v2-article-body table th,
    .ntr-v2-article-body table td {
        padding: 9px 10px;
        font-size: 14px;
    }

}
