.smnn-te,
.smnn-te * {
    box-sizing: border-box;
}
.smnn-te {
    width: 100%;
    padding-top: var(--smnn-te-top-spacing, 40px);
    padding-bottom: var(--smnn-te-bottom-spacing, 40px);
    color: #12395f;
    font-family: inherit;
}
.smnn-te__shell {
    width: min(100% - 32px, var(--smnn-te-content-width, 1120px));
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid rgba(18, 57, 95, 0.1);
    border-top: 4px solid #c4a462;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(18, 57, 95, 0.08);
}
.smnn-te__body {
    padding: clamp(24px, 4vw, 52px);
}
.smnn-te__title {
    margin: 0 0 18px;
    font-size: var(--smnn-te-title-size, 42px);
    line-height: 1.1;
    color: #12395f;
    font-weight: 900;
}
.smnn-te__featured-image,
.smnn-te__article > img {
    display: block;
    width: 100%;
    height: var(--smnn-te-image-height, 520px);
    object-fit: cover;
}
.smnn-te__eyebrow,
.smnn-te__meta,
.smnn-te__meta-row {
    color: #7890a3;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
}
.smnn-te__meta-row {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}
.smnn-te__lead {
    font-size: 20px;
    line-height: 1.65;
    color: #315b7c;
    margin: 0 0 24px;
}
.smnn-te__content {
    color: #203f5a;
    font-size: 18px;
    line-height: 1.8;
}
.smnn-te__description {
    color: #45657f;
    margin-bottom: 28px;
}
.smnn-te__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.smnn-te__card {
    border: 1px solid rgba(18, 57, 95, 0.1);
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 32px rgba(18, 57, 95, 0.06);
}
.smnn-te__card-image {
    display: block;
    height: calc(var(--smnn-te-image-height, 520px) * 0.45);
    overflow: hidden;
}
.smnn-te__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.smnn-te__card-body {
    padding: 20px;
}
.smnn-te__card-title {
    margin: 8px 0 10px;
    font-size: 21px;
    line-height: 1.25;
}
.smnn-te__card-title a {
    color: #12395f;
    text-decoration: none;
}
.smnn-te__excerpt {
    margin: 0;
    color: #557087;
    line-height: 1.6;
}
.smnn-te__author-head {
    width: min(100% - 32px, var(--smnn-te-content-width, 1120px));
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    gap: 22px;
    background: #ffffff;
    border: 1px solid rgba(18, 57, 95, 0.1);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(18, 57, 95, 0.07);
}
.smnn-te__avatar {
    border-radius: 999px;
    border: 4px solid #c4a462;
}
.smnn-te__empty {
    padding: 24px;
    background: #fff;
    border-radius: 16px;
}
@media (max-width: 900px) {
    .smnn-te__grid {
        grid-template-columns: 1fr;
    }
    .smnn-te__featured-image,
    .smnn-te__article > img {
        height: min(var(--smnn-te-image-height, 520px), 360px);
    }
    .smnn-te__author-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* SMNN Category Template v3.2.39 */
.smnn-te--category {
    background: var(--smnn-cat-section-bg, #f5f8fb);
    direction: rtl;
}
.smnn-te-category,
.smnn-te-category * {
    box-sizing: border-box;
}
.smnn-te-category__shell {
    width: min(100% - 32px, var(--smnn-te-content-width, 1300px));
    margin: 0 auto;
    background: var(--smnn-cat-card-bg, #ffffff);
    border-radius: var(--smnn-cat-radius, 28px);
    overflow: hidden;
    position: relative;
    box-shadow: 0 24px 65px rgba(18,57,95,.08);
    color: var(--smnn-cat-text, #12395f);
}
.smnn-te-category__shell::before {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, var(--smnn-cat-accent-1, #c4a462), var(--smnn-cat-accent-2, #12395f));
}
.smnn-te-category__header {
    display: flex;
    justify-content: space-between;
    gap: clamp(18px, 3vw, 42px);
    padding: clamp(26px, 4vw, 52px) clamp(24px, 4vw, 56px) 26px;
    align-items: flex-start;
}
.smnn-te-category__header .smnn-te__title {
    margin-bottom: 10px;
    color: var(--smnn-cat-text, #12395f);
}
.smnn-te-category__subtitle {
    margin: 0 0 10px;
    color: var(--smnn-cat-text, #12395f);
    font-size: clamp(16px, 2vw, 21px);
    line-height: 1.7;
    font-weight: 700;
}
.smnn-te-category__description {
    color: var(--smnn-cat-muted, #607d95);
    line-height: 1.75;
    max-width: 820px;
}
.smnn-te-category__stats {
    flex: 0 0 auto;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(196,164,98,.13);
    color: var(--smnn-cat-text, #12395f);
    font-weight: 900;
    white-space: nowrap;
}
.smnn-te-category__featured-card {
    margin: 0 clamp(18px, 4vw, 56px) clamp(22px, 3vw, 34px);
    min-height: var(--smnn-cat-featured-image-height, 420px);
    border-radius: var(--smnn-cat-card-radius, 22px);
    overflow: hidden;
    position: relative;
    isolation: isolate;
    background: #0d2741;
    box-shadow: 0 18px 44px rgba(18,57,95,.12);
}
.smnn-te-category__featured-media,
.smnn-te-category__featured-media img,
.smnn-te-category__featured-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.smnn-te-category__featured-media img,
.smnn-te-category__featured-img {
    object-fit: cover;
    display: block;
}
.smnn-te-category__featured-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5,21,36,.15), rgba(5,21,36,.74));
    z-index: 1;
}
.smnn-te-category__featured-content {
    position: relative;
    z-index: 3;
    min-height: var(--smnn-cat-featured-image-height, 420px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: clamp(24px, 4vw, 48px);
    max-width: 780px;
    margin-right: auto;
    text-align: right;
}
.smnn-te-category__badge,
.smnn-te-category__small-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: var(--smnn-cat-accent-1, #c4a462);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 7px 12px;
    margin-bottom: 10px;
}
.smnn-te-category__featured-title {
    margin: 0 0 12px;
    color: #ffffff !important;
    font-size: var(--smnn-cat-featured-title-size, 34px);
    line-height: 1.22;
    font-weight: 900;
    text-shadow: 0 6px 18px rgba(0,0,0,.28);
}
.smnn-te-category__featured-excerpt {
    margin: 10px 0 0;
    color: rgba(255,255,255,.88) !important;
    font-size: var(--smnn-cat-featured-excerpt-size, 16px);
    line-height: 1.75;
}
.smnn-te-category__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: rgba(255,255,255,.82);
    font-size: var(--smnn-cat-meta-size, 13px);
    font-weight: var(--smnn-cat-meta-weight, 700);
}
.smnn-te-category__meta--small {
    color: var(--smnn-cat-muted, #607d95);
}
.smnn-te-category__latest-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 clamp(24px, 4vw, 56px) 18px;
}
.smnn-te-category__latest-head h2 {
    margin: 0;
    font-size: clamp(22px, 2.5vw, 30px);
    color: var(--smnn-cat-text, #12395f);
    font-weight: 900;
}
.smnn-te-category__more {
    color: var(--smnn-cat-text, #12395f);
    text-decoration: none;
    background: rgba(196,164,98,.14);
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 900;
}
.smnn-te-category__grid {
    display: grid;
    grid-template-columns: repeat(var(--smnn-cat-grid-columns, 3), minmax(0, 1fr));
    gap: var(--smnn-cat-grid-gap, 22px);
    padding: 0 clamp(24px, 4vw, 56px) clamp(28px, 4vw, 56px);
}
.smnn-te-category__card {
    position: relative;
    min-height: var(--smnn-cat-card-min-height, 360px);
    background: var(--smnn-cat-card-bg, #ffffff);
    border: 1px solid rgba(18,57,95,.10);
    border-radius: var(--smnn-cat-card-radius, 22px);
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(18,57,95,.07);
    transition: transform .18s ease, box-shadow .18s ease;
}
.smnn-te-category__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(18,57,95,.1);
}
.smnn-te-category__cover-link {
    position: absolute;
    inset: 0;
    z-index: 7;
    text-decoration: none;
}
.smnn-te-category__card-image {
    height: var(--smnn-cat-grid-image-height, 190px);
    overflow: hidden;
    background: rgba(18,57,95,.06);
}
.smnn-te-category__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.smnn-te-category__card-body {
    padding: 18px;
    position: relative;
    z-index: 2;
}
.smnn-te-category__card-title {
    margin: 10px 0;
    color: var(--smnn-cat-text, #12395f) !important;
    font-size: var(--smnn-cat-card-title-size, 20px);
    line-height: 1.35;
    font-weight: var(--smnn-cat-card-title-weight, 800);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.smnn-te-category__card-excerpt {
    color: var(--smnn-cat-muted, #607d95) !important;
    font-size: var(--smnn-cat-excerpt-size, 15px);
    font-weight: var(--smnn-cat-excerpt-weight, 400);
    line-height: 1.65;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.smnn-te-category__card:hover .smnn-te-category__card-title,
.smnn-te-category__card:hover .smnn-te-category__card-excerpt,
.smnn-te-category__card:hover .smnn-te-category__meta,
.smnn-te-category__card:hover .smnn-te-category__small-badge {
    opacity: 1 !important;
    visibility: visible !important;
}
@media (max-width: 980px) {
    .smnn-te-category__grid {
        grid-template-columns: repeat(var(--smnn-cat-grid-columns-tablet, 2), minmax(0, 1fr));
    }
    .smnn-te-category__header {
        flex-direction: column;
    }
    .smnn-te-category__featured-title {
        font-size: min(var(--smnn-cat-featured-title-size, 34px), 30px);
    }
}
@media (max-width: 680px) {
    .smnn-te-category__shell {
        width: min(100% - 20px, var(--smnn-te-content-width, 1300px));
        border-radius: 20px;
    }
    .smnn-te-category__grid {
        grid-template-columns: 1fr;
    }
    .smnn-te-category__latest-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .smnn-te-category__featured-card,
    .smnn-te-category__featured-content {
        min-height: min(var(--smnn-cat-featured-image-height, 420px), 360px);
    }
}

/* SMNN Article Template v3.2.40 */
.smnn-te--article {
    background: var(--smnn-art-section-bg, #f5f8fb);
    direction: rtl;
}
.smnn-te-article,
.smnn-te-article * {
    box-sizing: border-box;
}
.smnn-te-article__shell {
    width: min(100% - 32px, var(--smnn-te-content-width, 1300px));
    margin: 0 auto;
    background: var(--smnn-art-card-bg, #ffffff);
    color: var(--smnn-art-text, #12395f);
    border-radius: var(--smnn-art-radius, 28px);
    overflow: hidden;
    box-shadow: 0 24px 65px rgba(18,57,95,.08);
    position: relative;
}
.smnn-te-article__shell::before {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, var(--smnn-art-accent-1, #c4a462), var(--smnn-art-accent-2, #12395f));
}
.smnn-te-article__header {
    padding: clamp(28px, 5vw, 64px) clamp(24px, 5vw, 72px) clamp(22px, 3vw, 38px);
    text-align: right;
}
.smnn-te-article__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}
.smnn-te-article__badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: var(--smnn-art-accent-1, #c4a462);
    color: #fff !important;
    text-decoration: none !important;
    font-size: var(--smnn-art-badge-size, 12px);
    font-weight: var(--smnn-art-badge-weight, 900);
    padding: 7px 12px;
}
.smnn-te-article__title {
    color: var(--smnn-art-text, #12395f) !important;
    max-width: 1020px;
    margin-bottom: 16px;
}
.smnn-te-article__meta,
.smnn-te-article__meta a {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    color: var(--smnn-art-muted, #607d95) !important;
    font-size: var(--smnn-art-meta-size, 14px);
    font-weight: var(--smnn-art-meta-weight, 800);
    text-decoration: none !important;
}
.smnn-te-article__dot {
    color: rgba(96,125,149,.65);
}
.smnn-te-article__lead {
    max-width: 960px;
    margin: 18px 0 0;
    color: var(--smnn-art-muted, #607d95) !important;
    font-size: var(--smnn-art-lead-size, 20px);
    font-weight: var(--smnn-art-lead-weight, 600);
    line-height: 1.8;
}
.smnn-te-article__featured-media {
    margin: 0 clamp(20px, 4vw, 72px) clamp(24px, 4vw, 44px);
    height: var(--smnn-art-featured-image-height, 520px);
    border-radius: var(--smnn-art-card-radius, 22px);
    overflow: hidden;
    background: rgba(18,57,95,.06);
    box-shadow: 0 18px 44px rgba(18,57,95,.10);
}
.smnn-te-article__featured-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.smnn-te-article__content-card {
    width: min(100% - 48px, var(--smnn-art-content-width, 900px));
    margin: 0 auto clamp(26px, 4vw, 52px);
    background: #fff;
}
.smnn-te-article__content {
    color: var(--smnn-art-text, #12395f);
    font-size: var(--smnn-art-body-size, 18px);
    font-weight: var(--smnn-art-body-weight, 400);
    line-height: 1.95;
}
.smnn-te-article__content p {
    margin: 0 0 1.35em;
}
.smnn-te-article__content h2,
.smnn-te-article__content h3,
.smnn-te-article__content h4 {
    color: var(--smnn-art-text, #12395f);
    line-height: 1.35;
    margin: 1.6em 0 .65em;
    font-weight: 900;
}
.smnn-te-article__content a {
    color: var(--smnn-art-accent-2, #12395f);
    font-weight: 800;
}
.smnn-te-article__content img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}
.smnn-te-article__author-box {
    width: min(100% - 48px, var(--smnn-art-content-width, 900px));
    margin: 0 auto clamp(28px, 4vw, 52px);
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border-radius: var(--smnn-art-card-radius, 22px);
    background: rgba(18,57,95,.045);
    border: 1px solid rgba(18,57,95,.08);
}
.smnn-te-article__author-avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}
.smnn-te-article__author-box h2 {
    margin: 0 0 6px;
    color: var(--smnn-art-text, #12395f);
    font-size: 22px;
    font-weight: 900;
}
.smnn-te-article__author-box p {
    margin: 0 0 8px;
    color: var(--smnn-art-muted, #607d95);
    line-height: 1.7;
}
.smnn-te-article__author-box a {
    color: var(--smnn-art-accent-2, #12395f);
    font-weight: 900;
    text-decoration: none;
}
.smnn-te-article__related {
    padding: 0 clamp(24px, 5vw, 72px) clamp(30px, 5vw, 64px);
}
.smnn-te-article__related-head {
    margin-bottom: 18px;
}
.smnn-te-article__related-head h2 {
    margin: 0;
    color: var(--smnn-art-text, #12395f);
    font-size: var(--smnn-art-related-title-size, 28px);
    font-weight: 900;
}
.smnn-te-article__related-grid {
    display: grid;
    grid-template-columns: repeat(var(--smnn-art-related-columns, 3), minmax(0, 1fr));
    gap: 18px;
}
.smnn-te-article__related-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--smnn-art-card-radius, 22px);
    border: 1px solid rgba(18,57,95,.10);
    background: #fff;
    box-shadow: 0 14px 34px rgba(18,57,95,.07);
    transition: transform .18s ease, box-shadow .18s ease;
}
.smnn-te-article__related-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(18,57,95,.10);
}
.smnn-te-article__cover-link {
    position: absolute;
    inset: 0;
    z-index: 7;
    text-decoration: none;
}
.smnn-te-article__related-img {
    height: var(--smnn-art-related-image-height, 160px);
    overflow: hidden;
    background: rgba(18,57,95,.06);
}
.smnn-te-article__related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.smnn-te-article__related-body {
    padding: 16px;
    position: relative;
    z-index: 2;
}
.smnn-te-article__related-meta {
    color: var(--smnn-art-muted, #607d95) !important;
    font-size: var(--smnn-art-meta-size, 14px);
    font-weight: var(--smnn-art-meta-weight, 800);
}
.smnn-te-article__related-body h3 {
    margin: 8px 0 0;
    color: var(--smnn-art-text, #12395f) !important;
    font-size: var(--smnn-art-related-card-title-size, 18px);
    font-weight: var(--smnn-art-related-card-title-weight, 800);
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.smnn-te-article__related-card:hover h3,
.smnn-te-article__related-card:hover time,
.smnn-te-article__related-card:hover * {
    opacity: 1 !important;
    visibility: visible !important;
}
@media (max-width: 980px) {
    .smnn-te-article__related-grid {
        grid-template-columns: repeat(var(--smnn-art-related-columns-tablet, 2), minmax(0, 1fr));
    }
    .smnn-te-article__featured-media {
        height: min(var(--smnn-art-featured-image-height, 520px), 420px);
    }
}
@media (max-width: 680px) {
    .smnn-te-article__shell {
        width: min(100% - 20px, var(--smnn-te-content-width, 1300px));
        border-radius: 20px;
    }
    .smnn-te-article__header {
        padding: 26px 20px 18px;
    }
    .smnn-te-article__featured-media {
        margin: 0 16px 24px;
        height: min(var(--smnn-art-featured-image-height, 520px), 320px);
        border-radius: 18px;
    }
    .smnn-te-article__content-card,
    .smnn-te-article__author-box {
        width: min(100% - 32px, var(--smnn-art-content-width, 900px));
    }
    .smnn-te-article__author-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .smnn-te-article__related {
        padding: 0 16px 30px;
    }
    .smnn-te-article__related-grid {
        grid-template-columns: 1fr;
    }
}

/* SMNN Author Template v3.2.41 */
.smnn-te--author {
    background: var(--smnn-author-section-bg, #f5f8fb);
    direction: rtl;
}
.smnn-te-author,
.smnn-te-author * {
    box-sizing: border-box;
}
.smnn-te-author__shell {
    width: min(100% - 32px, var(--smnn-te-content-width, 1300px));
    margin: 0 auto;
    color: var(--smnn-author-text, #12395f);
}
.smnn-te-author__hero {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 248, 251, .98) 54%, rgba(196, 164, 98, .12) 100%);
    border: 1px solid rgba(18, 57, 95, .10);
    border-radius: var(--smnn-author-radius, 28px);
    box-shadow: 0 24px 65px rgba(18, 57, 95, .09);
    overflow: hidden;
    position: relative;
}
.smnn-te-author__hero::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(180deg, var(--smnn-author-accent-1, #c4a462), var(--smnn-author-accent-2, #12395f));
}
.smnn-te-author__hero-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px clamp(22px, 4vw, 46px);
    border-bottom: 1px solid rgba(18, 57, 95, .08);
    color: var(--smnn-author-muted, #607d95);
    font-size: 13px;
    font-weight: 800;
}
.smnn-te-author__network {
    color: var(--smnn-author-text, #12395f);
    letter-spacing: .03em;
    text-transform: uppercase;
}
.smnn-te-author__identity {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(20px, 4vw, 42px);
    padding: clamp(28px, 5vw, 56px);
}
.smnn-te-author__avatar {
    width: var(--smnn-author-avatar-size, 132px);
    height: var(--smnn-author-avatar-size, 132px);
    border-radius: 999px;
    padding: 5px;
    background: linear-gradient(135deg, var(--smnn-author-accent-1, #c4a462), #ffffff 48%, var(--smnn-author-accent-2, #12395f));
    box-shadow: 0 18px 40px rgba(18, 57, 95, .16);
    position: relative;
}
.smnn-te-author__avatar-img,
.smnn-te-author__avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 999px;
    display: block;
    background: #fff;
}
.smnn-te-author__credential {
    position: absolute;
    inset-inline-start: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    white-space: nowrap;
    border-radius: 999px;
    background: var(--smnn-author-accent-1, #c4a462);
    color: #fff;
    padding: 7px 12px;
    font-size: 11px;
    font-weight: 900;
    box-shadow: 0 10px 25px rgba(18, 57, 95, .18);
}
.smnn-te-author__eyebrow {
    margin: 0 0 8px;
    color: var(--smnn-author-accent-1, #c4a462);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.smnn-te-author__title-block h1 {
    margin: 0 0 10px;
    color: var(--smnn-author-text, #12395f) !important;
    font-size: var(--smnn-te-title-size, 42px);
    line-height: 1.1;
    font-weight: 950;
}
.smnn-te-author__headline {
    margin: 0;
    color: var(--smnn-author-text, #12395f);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.6;
    font-weight: 750;
}
.smnn-te-author__location {
    margin: 10px 0 0;
    color: var(--smnn-author-muted, #607d95);
    font-weight: 700;
}
.smnn-te-author__hero-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}
.smnn-te-author__stats {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.smnn-te-author__stats span {
    min-width: 116px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(18, 57, 95, .08);
    box-shadow: 0 10px 24px rgba(18, 57, 95, .05);
}
.smnn-te-author__stats strong,
.smnn-te-author__stats em {
    display: block;
    font-style: normal;
}
.smnn-te-author__stats strong {
    color: var(--smnn-author-text, #12395f);
    font-size: 18px;
    font-weight: 950;
}
.smnn-te-author__stats em {
    color: var(--smnn-author-muted, #607d95);
    font-size: 12px;
    font-weight: 800;
    margin-top: 3px;
}
.smnn-te-author__layout {
    display: grid;
    grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
    gap: 24px;
    margin-top: 24px;
    align-items: start;
}
.smnn-te-author__sidebar {
    display: grid;
    gap: 18px;
}
.smnn-te-author__side-card,
.smnn-te-author__feed-card,
.smnn-te-author__articles {
    background: var(--smnn-author-card-bg, #ffffff);
    border: 1px solid rgba(18, 57, 95, .10);
    border-radius: var(--smnn-author-card-radius, 22px);
    box-shadow: 0 16px 42px rgba(18, 57, 95, .07);
}
.smnn-te-author__side-card {
    padding: 22px;
}
.smnn-te-author__side-card h2 {
    margin: 0 0 16px;
    color: var(--smnn-author-text, #12395f) !important;
    font-size: 17px;
    font-weight: 900;
}
.smnn-te-author__fact {
    display: grid;
    gap: 5px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(18, 57, 95, .08);
}
.smnn-te-author__fact:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.smnn-te-author__fact span {
    color: var(--smnn-author-muted, #607d95);
    font-size: 12px;
    font-weight: 900;
}
.smnn-te-author__fact strong {
    color: var(--smnn-author-text, #12395f);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 850;
}
.smnn-te-author__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.smnn-te-author__chips em {
    font-style: normal;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(18, 57, 95, .06);
    color: var(--smnn-author-text, #12395f);
    font-size: 12px;
    font-weight: 850;
}
.smnn-te-author__social {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.smnn-te-author__social a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(18, 57, 95, .06);
    color: var(--smnn-author-text, #12395f) !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 900;
}
.smnn-te-author__social a span {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--smnn-author-accent-2, #12395f);
    color: #fff;
    font-size: 11px;
}
.smnn-te-author__main {
    display: grid;
    gap: 22px;
}
.smnn-te-author__feed-card {
    padding: clamp(24px, 4vw, 38px);
}
.smnn-te-author__section-head {
    margin-bottom: 18px;
}
.smnn-te-author__section-head h2 {
    margin: 0;
    color: var(--smnn-author-text, #12395f) !important;
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.2;
    font-weight: 950;
}
.smnn-te-author__section-head--split {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: clamp(22px, 3vw, 32px) clamp(20px, 3vw, 32px) 0;
}
.smnn-te-author__count {
    flex: 0 0 auto;
    border-radius: 999px;
    background: rgba(196, 164, 98, .14);
    color: var(--smnn-author-text, #12395f);
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 900;
}
.smnn-te-author__richtext {
    color: var(--smnn-author-text, #12395f);
    font-size: 17px;
    line-height: 1.85;
}
.smnn-te-author__richtext.is-compact {
    font-size: 14px;
    line-height: 1.75;
}
.smnn-te-author__richtext p {
    margin: 0 0 14px;
}
.smnn-te-author__richtext p:last-child {
    margin-bottom: 0;
}
.smnn-te-author__articles {
    overflow: hidden;
}
.smnn-te-author__article-grid {
    display: grid;
    grid-template-columns: repeat(var(--smnn-author-grid-columns, 2), minmax(0, 1fr));
    gap: var(--smnn-author-grid-gap, 22px);
    padding: clamp(20px, 3vw, 32px);
}
.smnn-te-author__article-card {
    min-height: var(--smnn-author-card-min-height, 390px);
    position: relative;
    overflow: hidden;
    border-radius: var(--smnn-author-card-radius, 22px);
    background: #ffffff;
    border: 1px solid rgba(18, 57, 95, .10);
    box-shadow: 0 14px 36px rgba(18, 57, 95, .07);
    transition: transform .2s ease, box-shadow .2s ease;
}
.smnn-te-author__article-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(18, 57, 95, .12);
}
.smnn-te-author__article-cover-link {
    position: absolute;
    inset: 0;
    z-index: 6;
    text-decoration: none;
}
.smnn-te-author__article-image {
    height: var(--smnn-author-grid-image-height, 210px);
    overflow: hidden;
    background: rgba(18, 57, 95, .06);
}
.smnn-te-author__article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .24s ease;
}
.smnn-te-author__article-card:hover .smnn-te-author__article-image img {
    transform: scale(1.04);
}
.smnn-te-author__article-body {
    position: relative;
    z-index: 2;
    padding: 18px;
}
.smnn-te-author__article-badge {
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 8;
    border-radius: 999px;
    background: var(--smnn-author-accent-1, #c4a462);
    color: #fff !important;
    text-decoration: none !important;
    padding: 7px 12px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 950;
}
.smnn-te-author__article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    color: var(--smnn-author-muted, #607d95) !important;
    font-size: var(--smnn-author-meta-size, 13px);
    font-weight: var(--smnn-author-meta-weight, 800);
    margin-bottom: 8px;
}
.smnn-te-author__dot {
    color: rgba(18, 57, 95, .32);
}
.smnn-te-author__article-body h3 {
    margin: 0 0 10px;
    color: var(--smnn-author-text, #12395f) !important;
    font-size: var(--smnn-author-card-title-size, 21px);
    font-weight: var(--smnn-author-card-title-weight, 900);
    line-height: 1.42;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.smnn-te-author__article-body p {
    margin: 0;
    color: var(--smnn-author-muted, #607d95) !important;
    font-size: var(--smnn-author-excerpt-size, 15px);
    font-weight: var(--smnn-author-excerpt-weight, 400);
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.smnn-te-author__empty-note {
    margin: 0;
    padding: 22px;
    color: var(--smnn-author-muted, #607d95);
    background: rgba(18, 57, 95, .04);
    border-radius: 18px;
    font-weight: 700;
}
@media (max-width: 1100px) {
    .smnn-te-author__identity {
        grid-template-columns: auto minmax(0, 1fr);
    }
    .smnn-te-author__hero-actions {
        grid-column: 1 / -1;
        align-items: stretch;
    }
    .smnn-te-author__stats,
    .smnn-te-author__hero-actions .smnn-te-author__social {
        justify-content: flex-start;
    }
    .smnn-te-author__layout {
        grid-template-columns: 1fr;
    }
    .smnn-te-author__article-grid {
        grid-template-columns: repeat(var(--smnn-author-grid-columns-tablet, 2), minmax(0, 1fr));
    }
}
@media (max-width: 680px) {
    .smnn-te-author__shell {
        width: min(100% - 20px, var(--smnn-te-content-width, 1300px));
    }
    .smnn-te-author__hero {
        border-radius: 20px;
    }
    .smnn-te-author__hero-top,
    .smnn-te-author__identity,
    .smnn-te-author__section-head--split {
        flex-direction: column;
        align-items: flex-start;
    }
    .smnn-te-author__identity {
        display: flex;
        padding: 28px 20px;
    }
    .smnn-te-author__avatar {
        width: min(var(--smnn-author-avatar-size, 132px), 118px);
        height: min(var(--smnn-author-avatar-size, 132px), 118px);
    }
    .smnn-te-author__stats span {
        min-width: 0;
        flex: 1 1 140px;
    }
    .smnn-te-author__article-grid {
        grid-template-columns: 1fr;
        padding: 16px;
    }
}

/* SMNN Author Template v3.2.42: social-style article feed with list/grid view. */
.smnn-te-author__article-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}
.smnn-te-author__view-toggle {
    display: inline-flex;
    gap: 6px;
    padding: 6px;
    border: 1px solid rgba(18, 57, 95, .10);
    border-radius: 999px;
    background: #f6f9fc;
}
.smnn-te-author__view-toggle button {
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--smnn-author-muted, #607d95);
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    font-weight: 950;
    padding: 8px 13px;
    transition: background .16s ease, color .16s ease, box-shadow .16s ease;
}
.smnn-te-author__view-toggle button.is-active,
.smnn-te-author__view-toggle button:hover {
    background: var(--smnn-author-accent-2, #12395f);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(18, 57, 95, .14);
}
.smnn-te-author__feed {
    padding: clamp(18px, 3vw, 28px);
}
.smnn-te-author__post-list {
    display: grid;
    gap: 18px;
}
.smnn-te-author__post-list.is-list-view {
    grid-template-columns: minmax(0, 1fr);
}
.smnn-te-author__post-list.is-grid-view {
    grid-template-columns: repeat(var(--smnn-author-grid-columns, 2), minmax(0, 1fr));
    gap: var(--smnn-author-grid-gap, 22px);
}
.smnn-te-author__social-card {
    overflow: hidden;
    padding: 0;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(18, 57, 95, .10);
    box-shadow: 0 18px 44px rgba(18, 57, 95, .07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.smnn-te-author__social-card:hover {
    transform: translateY(-2px);
    border-color: rgba(196, 164, 98, .38);
    box-shadow: 0 24px 52px rgba(18, 57, 95, .10);
}
.smnn-te-author__social-author {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 18px 8px;
}
.smnn-te-author__social-avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 999px;
    overflow: hidden;
    background: #eef4fb;
    box-shadow: 0 10px 20px rgba(18, 57, 95, .12);
    text-decoration: none !important;
}
.smnn-te-author__social-avatar img,
.smnn-te-author__social-avatar .avatar {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    border-radius: 999px;
}
.smnn-te-author__social-author-text {
    min-width: 0;
    flex: 1 1 auto;
}
.smnn-te-author__social-author-text strong {
    display: block;
    color: var(--smnn-author-text, #12395f);
    font-size: 16px;
    line-height: 1.16;
    font-weight: 950;
    letter-spacing: -.02em;
}
.smnn-te-author__social-author-text span {
    display: block;
    margin-top: 4px;
    color: var(--smnn-author-muted, #607d95);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 750;
}
.smnn-te-author__social-type {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(196, 164, 98, .14);
    color: var(--smnn-author-text, #12395f);
    font-size: 10px;
    font-style: normal;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.smnn-te-author__social-menu-wrap {
    position: relative;
    flex: 0 0 auto;
}
.smnn-te-author__social-more {
    width: 38px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--smnn-author-muted, #607d95);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    cursor: pointer;
    line-height: 1;
}
.smnn-te-author__social-more:hover {
    background: #f2f6fb;
    color: var(--smnn-author-text, #12395f);
}
.smnn-te-author__social-menu,
.smnn-te-author__social-share-menu {
    position: absolute;
    inset-inline-end: 0;
    top: calc(100% + 8px);
    z-index: 20;
    min-width: 180px;
    border-radius: 16px;
    border: 1px solid rgba(18, 57, 95, .12);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(18, 57, 95, .16);
    padding: 8px;
}
.smnn-te-author__social-menu[hidden],
.smnn-te-author__social-share-menu[hidden] {
    display: none !important;
}
.smnn-te-author__social-menu a,
.smnn-te-author__social-menu button,
.smnn-te-author__social-share-menu button {
    display: flex;
    width: 100%;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--smnn-author-text, #12395f) !important;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 900;
    padding: 10px 12px;
    text-align: start;
    text-decoration: none !important;
}
.smnn-te-author__social-menu a:hover,
.smnn-te-author__social-menu button:hover,
.smnn-te-author__social-share-menu button:hover {
    background: #f2f6fb;
}
.smnn-te-author__social-body {
    padding: 8px 18px 14px;
}
.smnn-te-author__social-body h3 {
    margin: 0 0 10px;
    font-size: clamp(24px, 2.5vw, 38px);
    line-height: 1.14;
    letter-spacing: -.04em;
    font-weight: 950;
}
.smnn-te-author__social-body h3 a {
    color: var(--smnn-author-text, #12395f) !important;
    text-decoration: none !important;
}
.smnn-te-author__social-body h3 a:hover {
    color: var(--smnn-author-accent-2, #12395f) !important;
}
.smnn-te-author__social-preview,
.smnn-te-author__social-preview p {
    color: #26384f !important;
    font-size: var(--smnn-author-excerpt-size, 15px);
    font-weight: var(--smnn-author-excerpt-weight, 400);
    line-height: 1.68;
    margin: 0;
}
.smnn-te-author__social-preview p {
    display: inline;
}
.smnn-te-author__social-see-more {
    display: inline;
    border: 0;
    background: transparent;
    color: #4b5d74;
    cursor: pointer;
    font: inherit;
    font-weight: 950;
    padding: 0 4px 0 0;
}
.smnn-te-author__social-see-more:hover,
.smnn-te-author__social-see-more:focus {
    color: var(--smnn-author-text, #12395f);
    text-decoration: underline;
}
.smnn-te-author__social-full-content[hidden] {
    display: none !important;
}
.smnn-te-author__social-full-content {
    color: #26384f;
    font-size: var(--smnn-author-excerpt-size, 15px);
    line-height: 1.7;
    padding: 0;
}
.smnn-te-author__social-full-content p {
    margin: 0 0 8px;
}
.smnn-te-author__social-card.is-expanded .smnn-te-author__social-preview {
    display: none;
}
.smnn-te-author__social-image {
    display: block;
    width: 100%;
    border-top: 1px solid rgba(219, 227, 239, .85);
    border-bottom: 1px solid rgba(219, 227, 239, .85);
    background: #eef4fb;
    overflow: hidden;
    text-decoration: none !important;
}
.smnn-te-author__social-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 240px;
    max-height: 500px;
    object-fit: cover;
    display: block;
    transition: transform .24s ease, filter .24s ease;
}
.smnn-te-author__social-image:hover img {
    transform: scale(1.015);
    filter: saturate(1.04);
}
.smnn-te-author__social-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 18px 9px;
    color: var(--smnn-author-muted, #607d95);
    font-size: 13px;
    font-weight: 850;
}
.smnn-te-author__social-reaction-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.smnn-te-author__social-comment-count {
    border: 0;
    background: transparent;
    color: var(--smnn-author-muted, #607d95);
    cursor: pointer;
    font: inherit;
    font-weight: 850;
    padding: 0;
}
.smnn-te-author__social-comment-count:hover {
    color: var(--smnn-author-text, #12395f);
    text-decoration: underline;
}
.smnn-te-author__social-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 6px;
    margin: 0 18px;
    padding: 6px 0;
    border-top: 1px solid rgba(219, 227, 239, .95);
    border-bottom: 1px solid rgba(219, 227, 239, .95);
}
.smnn-te-author__social-action {
    min-height: 44px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: var(--smnn-author-muted, #607d95);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 950;
    transition: background .16s ease, color .16s ease, transform .16s ease;
}
.smnn-te-author__social-action:hover {
    background: #f2f6fb;
    color: var(--smnn-author-text, #12395f);
}
.smnn-te-author__social-action.is-active {
    color: var(--smnn-author-accent-2, #12395f);
}
.smnn-te-author__social-action.is-loading {
    opacity: .65;
    pointer-events: none;
}
.smnn-te-author__social-share-menu {
    position: relative;
    inset: auto;
    width: calc(100% - 36px);
    margin: 10px 18px 0;
    box-shadow: 0 12px 28px rgba(18, 57, 95, .10);
}
.smnn-te-author__social-comments {
    padding: 12px 18px 18px;
    background: #ffffff;
}
.smnn-te-author__social-comments-list {
    display: grid;
    gap: 10px;
}
.smnn-te-author__social-comments-list:empty {
    display: none;
}
.smnn-te-author__social-comment {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.smnn-te-author__social-comment-avatar {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 999px;
    object-fit: cover;
    background: #eef4fb;
}
.smnn-te-author__social-comment-main {
    min-width: 0;
    flex: 1 1 auto;
}
.smnn-te-author__social-comment-bubble {
    display: inline-block;
    max-width: 100%;
    border-radius: 18px;
    padding: 9px 12px;
    background: #f2f4f7;
    color: #1d2e43;
}
.smnn-te-author__social-comment-bubble strong {
    display: block;
    margin-bottom: 2px;
    color: #071a33;
    font-size: 13px;
    font-weight: 950;
}
.smnn-te-author__social-comment-text,
.smnn-te-author__social-comment-text p {
    color: #1d2e43 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}
.smnn-te-author__social-comment-meta {
    padding: 3px 10px 0 0;
    color: #718197;
    font-size: 11px;
    font-weight: 800;
}
.smnn-te-author__social-comment-form {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
}
.smnn-te-author__social-comment-input-wrap {
    position: relative;
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.smnn-te-author__social-comment-input-wrap textarea {
    flex: 1 1 auto;
    width: 100%;
    min-height: 44px;
    max-height: 160px;
    resize: vertical;
    border: 1px solid rgba(219, 227, 239, .95);
    border-radius: 18px;
    background: #f5f7fa;
    color: #1d2e43;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    padding: 12px 14px;
    outline: none;
}
.smnn-te-author__social-comment-input-wrap textarea:focus {
    border-color: rgba(18, 57, 95, .45);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(18, 57, 95, .10);
}
.smnn-te-author__social-comment-input-wrap button {
    min-height: 44px;
    border: 0;
    border-radius: 14px;
    padding: 0 16px;
    background: var(--smnn-author-accent-2, #12395f);
    color: #ffffff;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 950;
}
.smnn-te-author__social-comment-input-wrap button:hover {
    filter: brightness(1.06);
}
.smnn-te-author__social-comment-form.is-loading button {
    opacity: .65;
    pointer-events: none;
}
.smnn-te-author__social-message,
.smnn-te-author__social-login-note {
    margin: 9px 0 0;
    color: var(--smnn-author-muted, #607d95);
    font-size: 13px;
    font-weight: 850;
}
.smnn-te-author__social-message.is-error {
    color: #b42318;
}
.smnn-te-author__social-message.is-success {
    color: #12663d;
}
.smnn-te-author__social-card > .smnn-te-author__social-message {
    padding: 0 18px 16px;
}
.smnn-te-author__post-list.is-grid-view .smnn-te-author__social-card {
    border-radius: var(--smnn-author-card-radius, 22px);
}
.smnn-te-author__post-list.is-grid-view .smnn-te-author__social-author {
    padding: 15px 15px 6px;
}
.smnn-te-author__post-list.is-grid-view .smnn-te-author__social-avatar {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
}
.smnn-te-author__post-list.is-grid-view .smnn-te-author__social-type,
.smnn-te-author__post-list.is-grid-view .smnn-te-author__social-more {
    display: none;
}
.smnn-te-author__post-list.is-grid-view .smnn-te-author__social-body {
    padding: 8px 15px 12px;
}
.smnn-te-author__post-list.is-grid-view .smnn-te-author__social-body h3 {
    font-size: var(--smnn-author-card-title-size, 21px);
    line-height: 1.35;
    letter-spacing: -.02em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.smnn-te-author__post-list.is-grid-view .smnn-te-author__social-preview,
.smnn-te-author__post-list.is-grid-view .smnn-te-author__social-full-content {
    display: none;
}
.smnn-te-author__post-list.is-grid-view .smnn-te-author__social-image img {
    min-height: var(--smnn-author-grid-image-height, 210px);
    max-height: var(--smnn-author-grid-image-height, 210px);
}
.smnn-te-author__post-list.is-grid-view .smnn-te-author__social-comments {
    display: none;
}
.smnn-te-author__post-list.is-grid-view .smnn-te-author__social-actions {
    margin: 0 15px 15px;
    border-bottom: 0;
}
.smnn-te-author__post-list.is-grid-view .smnn-te-author__social-action strong {
    display: none;
}
@media (max-width: 1100px) {
    .smnn-te-author__post-list.is-grid-view {
        grid-template-columns: repeat(var(--smnn-author-grid-columns-tablet, 2), minmax(0, 1fr));
    }
}
@media (max-width: 700px) {
    .smnn-te-author__article-tools {
        justify-content: flex-start;
    }
    .smnn-te-author__view-toggle,
    .smnn-te-author__view-toggle button {
        width: 100%;
    }
    .smnn-te-author__social-author {
        align-items: flex-start;
        padding: 16px 16px 8px;
    }
    .smnn-te-author__social-avatar {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }
    .smnn-te-author__social-type {
        display: none;
    }
    .smnn-te-author__social-body {
        padding: 8px 16px 14px;
    }
    .smnn-te-author__social-body h3 {
        font-size: clamp(22px, 7vw, 30px);
    }
    .smnn-te-author__social-image img {
        min-height: 190px;
        max-height: 320px;
    }
    .smnn-te-author__social-stats,
    .smnn-te-author__social-comments,
    .smnn-te-author__social-card > .smnn-te-author__social-message {
        padding-left: 16px;
        padding-right: 16px;
    }
    .smnn-te-author__social-actions {
        margin-left: 16px;
        margin-right: 16px;
    }
    .smnn-te-author__social-action {
        font-size: 13px;
        gap: 6px;
    }
    .smnn-te-author__social-comment-input-wrap {
        flex-direction: column;
    }
    .smnn-te-author__social-comment-input-wrap button {
        align-self: flex-end;
    }
    .smnn-te-author__post-list.is-grid-view {
        grid-template-columns: 1fr;
    }
}

/* SMNN Template Engine v3.2.43: author/profile refinements, social article card, reports. */
.smnn-te-author__identity {
    grid-template-columns: minmax(150px, 210px) minmax(0, 1fr) auto;
}
.smnn-te-author__avatar-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}
.smnn-te-author__credential {
    display: none !important;
}
.smnn-te-author__richtext,
.smnn-te-author__richtext p,
.smnn-te-author__feed-card .smnn-te-author__richtext,
.smnn-te-author__feed-card .smnn-te-author__richtext p {
    text-align: justify;
    text-justify: inter-word;
}
.smnn-te-article__social-section {
    width: min(100% - 48px, var(--smnn-art-content-width, 900px));
    margin: 26px auto;
    direction: rtl;
}
.smnn-te-article__social-card {
    --smnn-author-card-bg: var(--smnn-art-card-bg, #ffffff);
    --smnn-author-text: var(--smnn-art-text, #12395f);
    --smnn-author-muted: var(--smnn-art-muted, #607d95);
    --smnn-author-accent-1: var(--smnn-art-accent-1, #c4a462);
    --smnn-author-accent-2: var(--smnn-art-accent-2, #12395f);
}
.smnn-te-article__social-context {
    margin: 10px 18px 12px;
    padding: 16px 18px;
    border: 1px solid rgba(18, 57, 95, .09);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(245, 248, 251, .96), #ffffff);
}
.smnn-te-article__social-context span {
    display: block;
    margin: 0 0 6px;
    color: var(--smnn-art-accent-1, #c4a462);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.smnn-te-article__social-context strong {
    display: block;
    color: var(--smnn-art-text, #12395f);
    font-size: 18px;
    line-height: 1.45;
    font-weight: 950;
}
.smnn-te-article__social-context p {
    margin: 6px 0 0;
    color: var(--smnn-art-muted, #607d95);
    font-size: 13px;
    line-height: 1.65;
    font-weight: 750;
}
.smnn-te-report-modal[hidden] {
    display: none !important;
}
.smnn-te-report-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    direction: rtl;
}
.smnn-te-report-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 26, 51, .58);
    backdrop-filter: blur(4px);
}
.smnn-te-report-modal__dialog {
    position: relative;
    width: min(100%, 560px);
    max-height: calc(100vh - 44px);
    overflow: auto;
    border-radius: 24px;
    border: 1px solid rgba(219, 227, 239, .95);
    background: #ffffff;
    box-shadow: 0 30px 90px rgba(7, 26, 51, .34);
    padding: 26px;
    color: #12395f;
}
.smnn-te-report-modal__close {
    position: absolute;
    top: 14px;
    inset-inline-end: 14px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: #f2f6fb;
    color: #12395f;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}
.smnn-te-report-modal__eyebrow {
    margin: 0 0 6px;
    color: #c4a462;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.smnn-te-report-modal h2 {
    margin: 0 0 10px;
    color: #12395f;
    font-size: 26px;
    font-weight: 950;
}
.smnn-te-report-modal__post-title {
    margin: 0 0 16px;
    color: #607d95;
    font-size: 14px;
    font-weight: 800;
}
.smnn-te-report-modal label {
    display: grid;
    gap: 7px;
    margin: 0 0 14px;
    color: #12395f;
    font-size: 13px;
    font-weight: 900;
}
.smnn-te-report-modal select,
.smnn-te-report-modal textarea {
    width: 100%;
    border: 1px solid rgba(219, 227, 239, .95);
    border-radius: 16px;
    background: #f8fafc;
    color: #12395f;
    font-family: inherit;
    font-size: 14px;
    padding: 12px 14px;
    outline: none;
}
.smnn-te-report-modal textarea {
    resize: vertical;
}
.smnn-te-report-modal select:focus,
.smnn-te-report-modal textarea:focus {
    border-color: rgba(18, 57, 95, .45);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(18, 57, 95, .10);
}
.smnn-te-report-modal__actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 12px;
}
.smnn-te-report-modal__actions button {
    border: 0;
    border-radius: 999px;
    padding: 11px 18px;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 950;
}
.smnn-te-report-modal__actions button:first-child {
    background: #f2f6fb;
    color: #12395f;
}
.smnn-te-report-modal__actions button:last-child {
    background: #12395f;
    color: #ffffff;
}
.smnn-te-report-modal form.is-loading .smnn-te-report-modal__actions button:last-child,
.smnn-te-report-modal form.is-loading button[type="submit"] {
    opacity: .65;
    pointer-events: none;
}
@media (max-width: 1100px) {
    .smnn-te-author__identity {
        grid-template-columns: minmax(130px, 180px) minmax(0, 1fr);
    }
}
@media (max-width: 700px) {
    .smnn-te-author__shell {
        width: min(100% - 20px, var(--smnn-te-content-width, 1300px));
    }
    .smnn-te-author__identity {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .smnn-te-author__title-block,
    .smnn-te-author__hero-actions {
        width: 100%;
        align-items: center;
    }
    .smnn-te-author__articles {
        width: 100vw;
        margin-inline: calc(50% - 50vw);
        border-radius: 0;
        border-inline: 0;
    }
    .smnn-te-author__feed {
        padding: 12px 10px 18px;
    }
    .smnn-te-author__post-list,
    .smnn-te-author__post-list.is-list-view,
    .smnn-te-author__post-list.is-grid-view {
        grid-template-columns: 1fr !important;
        width: 100%;
    }
    .smnn-te-author__social-card {
        width: 100%;
        border-radius: 20px;
    }
    .smnn-te-article__social-section {
        width: calc(100vw - 20px);
        margin-inline: calc(50% - 50vw + 10px);
    }
    .smnn-te-report-modal__dialog {
        padding: 22px 18px;
        border-radius: 20px;
    }
    .smnn-te-report-modal__actions {
        flex-direction: column;
    }
    .smnn-te-report-modal__actions button {
        width: 100%;
    }
}

/* SMNN Template Engine v3.2.43: article page rebuilt around profile-plugin style. */
.smnn-te-article__grid {
    width: min(100% - 48px, var(--smnn-te-content-width, 1300px));
    margin: 0 auto clamp(28px, 4vw, 56px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 340px);
    gap: 26px;
    align-items: start;
}
.smnn-te-article__main {
    min-width: 0;
    display: grid;
    gap: 22px;
}
.smnn-te-article__grid .smnn-te-article__content-card,
.smnn-te-article__grid .smnn-te-article__social-section {
    width: 100%;
    margin: 0;
}
.smnn-te-article__grid .smnn-te-article__content-card {
    padding: clamp(22px, 3.4vw, 42px);
    border: 1px solid rgba(18, 57, 95, .08);
    border-radius: var(--smnn-art-card-radius, 22px);
    box-shadow: 0 16px 42px rgba(18,57,95,.055);
}
.smnn-te-article__content {
    text-align: justify;
    text-justify: inter-word;
}
.smnn-te-article__taxonomy {
    display: grid;
    gap: 12px;
    padding: 20px;
    border: 1px solid rgba(18, 57, 95, .08);
    border-radius: var(--smnn-art-card-radius, 22px);
    background: #fff;
    box-shadow: 0 12px 34px rgba(18,57,95,.045);
}
.smnn-te-article__taxonomy div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
}
.smnn-te-article__taxonomy strong {
    color: var(--smnn-art-text, #12395f);
    font-size: 13px;
    font-weight: 950;
}
.smnn-te-article__taxonomy a {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(18,57,95,.06);
    color: var(--smnn-art-text, #12395f) !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
}
.smnn-te-article__taxonomy a:hover {
    background: var(--smnn-art-accent-1, #c4a462);
    color: #fff !important;
}
.smnn-te-article__sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 24px;
}
.smnn-te-article__side-card {
    background: var(--smnn-art-card-bg, #fff);
    border: 1px solid rgba(18,57,95,.10);
    border-radius: var(--smnn-art-card-radius, 22px);
    box-shadow: 0 16px 42px rgba(18,57,95,.07);
    padding: 22px;
    color: var(--smnn-art-text, #12395f);
    overflow: hidden;
}
.smnn-te-article__side-author-head {
    display: flex;
    align-items: center;
    gap: 14px;
}
.smnn-te-article__side-author-head img {
    width: 74px;
    height: 74px;
    border-radius: 999px;
    object-fit: cover;
    border: 3px solid rgba(196,164,98,.35);
}
.smnn-te-article__side-author-head span {
    display: block;
    color: var(--smnn-art-accent-1, #c4a462);
    font-size: 12px;
    font-weight: 950;
    margin-bottom: 4px;
}
.smnn-te-article__side-author-head a {
    color: var(--smnn-art-text, #12395f) !important;
    font-weight: 950;
    text-decoration: none !important;
    line-height: 1.35;
}
.smnn-te-article__side-author p {
    margin: 15px 0 0;
    color: var(--smnn-art-muted, #607d95);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.7;
}
.smnn-te-article__side-button {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
    border-radius: 999px;
    padding: 11px 14px;
    background: var(--smnn-art-text, #12395f);
    color: #fff !important;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none !important;
}
.smnn-te-article__side-related h2 {
    margin: 0 0 14px;
    color: var(--smnn-art-text, #12395f);
    font-size: 18px;
    font-weight: 950;
}
.smnn-te-article__side-related-item {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid rgba(18,57,95,.08);
    color: var(--smnn-art-text, #12395f) !important;
    text-decoration: none !important;
}
.smnn-te-article__side-related-item:first-of-type {
    border-top: 0;
    padding-top: 0;
}
.smnn-te-article__side-related-thumb {
    display: block;
    width: 74px;
    height: 62px;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(18,57,95,.06);
}
.smnn-te-article__side-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.smnn-te-article__side-related-item strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--smnn-art-text, #12395f);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.45;
}
.smnn-te-article__side-related-item small {
    display: block;
    margin-top: 5px;
    color: var(--smnn-art-muted, #607d95);
    font-size: 11px;
    font-weight: 800;
}
@media (max-width: 1020px) {
    .smnn-te-article__grid {
        grid-template-columns: 1fr;
    }
    .smnn-te-article__sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 700px) {
    .smnn-te-article__grid {
        width: 100vw;
        margin-inline: calc(50% - 50vw);
        gap: 16px;
    }
    .smnn-te-article__main,
    .smnn-te-article__sidebar {
        width: calc(100vw - 20px);
        margin-inline: auto;
        grid-template-columns: 1fr;
    }
    .smnn-te-article__grid .smnn-te-article__content-card,
    .smnn-te-article__taxonomy,
    .smnn-te-article__side-card {
        border-radius: 20px;
    }
}
/* Removed the visible gold author label/tag from the profile hero. */
.smnn-te-author__eyebrow {
    display: none !important;
}

/* SMNN Template Engine v3.3.0: inline author reading, read counts, membership lock foundation. */
.smnn-te-author__social-read-count,
.smnn-te-article__read-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--smnn-author-muted, #607d95);
    font-weight: 900;
}
.smnn-te-author__social-read-count em {
    font-style: normal;
    font-weight: 800;
}
.smnn-te-author__social-body h3 {
    color: var(--smnn-author-text, #12395f);
}
.smnn-te-author__inline-article-content {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(18,57,95,.09);
    color: var(--smnn-author-text, #12395f);
    font-size: 17px;
    line-height: 1.95;
    text-align: justify;
}
.smnn-te-author__inline-article-content p,
.smnn-te-author__inline-article-content li {
    text-align: justify;
}
.smnn-te-author__inline-article-content img,
.smnn-te-author__inline-article-content iframe,
.smnn-te-author__inline-article-content video {
    max-width: 100%;
    border-radius: 18px;
}
.smnn-te-author__social-full-content[hidden] {
    display: none !important;
}
.smnn-te-author__social-card.is-expanded .smnn-te-author__social-image {
    margin-top: 16px;
}
.smnn-te-member-lock {
    direction: rtl;
    width: min(760px, calc(100% - 28px));
    margin: 40px auto;
    font-family: Almarai, Tajawal, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #12395f;
}
.smnn-te-member-lock > div {
    padding: 34px;
    border: 1px solid #dbe5ef;
    border-radius: 28px;
    background: linear-gradient(135deg, #fff, #f5f9fd);
    box-shadow: 0 22px 60px rgba(18,57,95,.09);
    text-align: center;
}
.smnn-te-member-lock p {
    margin: 0 0 8px;
    color: #c4a462;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.smnn-te-member-lock h2 {
    margin: 0 0 12px;
    color: #12395f;
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 950;
}
.smnn-te-member-lock span {
    display: block;
    color: #607d95;
    line-height: 1.8;
}
.smnn-te-member-lock a {
    display: inline-flex;
    margin-top: 20px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #12395f;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 950;
}
@media (max-width: 700px) {
    .smnn-te-author__post-list.is-list-view .smnn-te-author__social-card,
    .smnn-te-author__post-list.is-grid-view .smnn-te-author__social-card {
        width: 100vw;
        margin-inline: calc(50% - 50vw);
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    .smnn-te-author__inline-article-content {
        font-size: 16px;
        line-height: 1.9;
    }
}

/* SMNN Phase 4 interaction refinements */
.smnn-te-verified-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(200,155,64,.36);background:linear-gradient(135deg,#fff8e7,#ffffff);color:#0b2144;border-radius:999px;padding:8px 12px;font-weight:800;box-shadow:0 10px 25px rgba(11,33,68,.08);cursor:pointer;margin:8px 0}
.smnn-te-verified-badge span{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#c89b40;color:#fff;font-size:13px;line-height:1}.smnn-te-verified-badge strong{font-size:12px;line-height:1.2}.smnn-te-badge-popover{position:absolute;z-index:999999;width:min(320px,calc(100vw - 24px));background:#fff;border:1px solid rgba(11,33,68,.14);border-radius:18px;box-shadow:0 26px 70px rgba(11,33,68,.24);padding:18px 18px 16px;text-align:right;color:#0b2144}.smnn-te-badge-popover button{position:absolute;top:8px;left:10px;border:0;background:#f3f6fb;border-radius:999px;width:28px;height:28px;cursor:pointer;font-weight:900;color:#0b2144}.smnn-te-badge-popover strong{display:block;font-size:15px;margin:0 0 8px;padding-left:30px}.smnn-te-badge-popover p{margin:0;color:#526079;line-height:1.8;font-size:13px}.smnn-te-save-post-action.is-active{background:#0b2144!important;color:#fff!important;border-color:#0b2144!important}.smnn-te-author__social-menu-save{width:100%;justify-content:flex-start;text-align:right;background:transparent;border:0;color:#0b2144;cursor:pointer;padding:9px 11px;border-radius:10px;display:flex;gap:8px;align-items:center;font-weight:800}.smnn-te-author__social-menu-save:hover{background:#f3f6fb}.smnn-te-author__social-menu-save.is-active{background:#eef6ff;color:#0b4f9f}

/* Protected virtual pages */
.smnn-te-protected-stage-template {
    width: 100%;
    max-width: none;
    margin: 0;
}
.smnn-te-protected-stage-template__article,
.smnn-te-protected-stage-template__content {
    width: 100%;
    max-width: none;
    margin: 0;
}
.smnn-te-vpage-stage {
    --smnn-vpage-top: 44px;
    --smnn-vpage-bottom: 44px;
    --smnn-vpage-width: 100%;
    padding-top: var(--smnn-vpage-top);
    padding-bottom: var(--smnn-vpage-bottom);
    min-height: 60vh;
}
.smnn-te-vpage-stage__inner {
    width: min(var(--smnn-vpage-width), 1320px);
    margin: 0 auto;
    padding: 0 22px;
}
.smnn-te-vpage-stage.is-full-width .smnn-te-vpage-stage__inner {
    max-width: none;
}
.smnn-te-vpage-bg-navy {
    background: radial-gradient(circle at top left, rgba(196, 164, 98, 0.16), transparent 34%), linear-gradient(135deg, #f7fbff 0%, #eef5fb 48%, #ffffff 100%);
}
.smnn-te-vpage-bg-white { background: #fff; }
.smnn-te-vpage-bg-transparent { background: transparent; }
.smnn-te-vpage-card {
    width: min(680px, calc(100% - 34px));
    margin: 60px auto;
    padding: 34px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(22, 61, 99, 0.13);
    box-shadow: 0 22px 60px rgba(22, 61, 99, 0.12);
    text-align: center;
    color: #163d63;
}
.smnn-te-vpage-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef5fb;
    margin-bottom: 14px;
    font-size: 26px;
}
.smnn-te-vpage-card h2 {
    margin: 0 0 10px;
    color: #163d63;
    font-size: clamp(24px, 3vw, 36px);
}
.smnn-te-vpage-card p {
    margin: 0 auto 20px;
    color: #536b80;
    max-width: 520px;
}
.smnn-te-vpage-card label {
    display: block;
    text-align: left;
    color: #163d63;
    font-weight: 800;
    margin: 18px 0;
}
.smnn-te-vpage-card label span {
    display: block;
    margin-bottom: 7px;
}
.smnn-te-vpage-card input[type="password"] {
    width: 100%;
    min-height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(22, 61, 99, 0.22);
    padding: 0 14px;
}
.smnn-te-vpage-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    border: 0;
    background: #163d63;
    color: #fff !important;
    text-decoration: none;
    font-weight: 850;
    cursor: pointer;
}
.smnn-te-page-shortcode-header {
    border-radius: 28px;
    margin: 0 0 28px;
    overflow: hidden;
    border: 1px solid rgba(22, 61, 99, 0.12);
    box-shadow: 0 18px 46px rgba(22, 61, 99, 0.1);
}
.smnn-te-page-shortcode-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: clamp(26px, 4vw, 54px);
    background: linear-gradient(135deg, #163d63 0%, #245c87 100%);
    color: #fff;
}
.smnn-te-page-shortcode-label,
.smnn-te-page-shortcode-eyebrow {
    display: inline-flex;
    margin: 0 8px 12px 0;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.smnn-te-page-shortcode-header h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 5vw, 58px);
    line-height: 1.05;
}
.smnn-te-page-shortcode-header p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 17px;
    max-width: 760px;
}
.smnn-te-page-shortcode-badge {
    flex: 0 0 auto;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255,255,255,.12);
    color: #fff;
    font-weight: 900;
    text-align: center;
}
.smnn-te-page-shortcode-button {
    display: inline-flex;
    margin-top: 22px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #fff;
    color: #163d63 !important;
    text-decoration: none;
    font-weight: 900;
}
.smnn-te-page-shortcode-footer {
    margin: 30px 0 0;
    border-radius: 20px;
    border: 1px solid rgba(22, 61, 99, 0.1);
    background: #fff;
}
.smnn-te-page-shortcode-footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 22px;
    color: #536b80;
}
.smnn-te-page-shortcode-footer strong { color: #163d63; }
@media (max-width: 720px) {
    .smnn-te-page-shortcode-header-inner,
    .smnn-te-page-shortcode-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .smnn-te-page-shortcode-badge {
        width: 84px;
        height: 84px;
    }
}

/* SMNN v3.3.10 - controlled Blue/Silver/Gold profile badges */
.smnn-te-verified-badge.is-blue{border-color:rgba(32,91,166,.25);background:linear-gradient(135deg,#eef6ff,#ffffff)}
.smnn-te-verified-badge.is-blue .smnn-te-verified-badge__icon{background:#1f63b7;color:#fff}
.smnn-te-verified-badge.is-silver{border-color:rgba(132,145,165,.35);background:linear-gradient(135deg,#f5f7fa,#ffffff)}
.smnn-te-verified-badge.is-silver .smnn-te-verified-badge__icon{background:linear-gradient(135deg,#8d99aa,#d8dee8);color:#fff}
.smnn-te-verified-badge.is-gold{border-color:rgba(200,155,64,.36);background:linear-gradient(135deg,#fff8e7,#ffffff)}
.smnn-te-verified-badge.is-gold .smnn-te-verified-badge__icon{background:#c89b40;color:#fff}
.smnn-te-verified-badge__icon img{width:100%;height:100%;object-fit:cover;border-radius:999px;display:block}

/* SMNN v3.3.11 - Blue/Silver/Gold avatar badge overlays */
.smnn-te-author__avatar,
.smnn-te-author__social-avatar {
    position: relative;
    overflow: visible;
}
.smnn-te-avatar-badge {
    position: absolute;
    z-index: 6;
    inset-inline-end: -5px;
    bottom: -5px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 3px solid #fff;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 26px rgba(11,33,68,.24);
    cursor: pointer;
    color: #fff;
    background: #1f63b7;
    line-height: 1;
}
.smnn-te-author__social-avatar .smnn-te-avatar-badge {
    width: 22px;
    height: 22px;
    border-width: 2px;
    inset-inline-end: -3px;
    bottom: -3px;
}
.smnn-te-avatar-badge__icon {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 950;
}
.smnn-te-author__social-avatar .smnn-te-avatar-badge__icon { font-size: 11px; }
.smnn-te-avatar-badge__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block;
}
.smnn-te-avatar-badge.is-blue { background: linear-gradient(135deg,#1f63b7,#4fa3ff); }
.smnn-te-avatar-badge.is-silver { background: linear-gradient(135deg,#8d99aa,#d8dee8); }
.smnn-te-avatar-badge.is-gold { background: linear-gradient(135deg,#c89b40,#f4d07a); }

/* SMNN v3.3.12 - scalloped verified badge shape with white checkmark */
.smnn-te-badge-seal {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
    color: #3f7df2;
    filter: drop-shadow(0 8px 14px rgba(11,33,68,.14));
}
.smnn-te-badge-seal__shape {
    fill: currentColor;
    stroke: #fff;
    stroke-width: 3.4;
    stroke-linejoin: round;
}
.smnn-te-badge-seal__check {
    fill: none;
    stroke: #fff;
    stroke-width: 8.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.smnn-te-verified-badge__icon,
.smnn-te-avatar-badge__icon {
    background: transparent !important;
    border-radius: 0 !important;
    overflow: visible;
}
.smnn-te-verified-badge__icon img,
.smnn-te-avatar-badge__icon img {
    border-radius: 0 !important;
    object-fit: contain;
}
.smnn-te-verified-badge.is-blue .smnn-te-badge-seal,
.smnn-te-avatar-badge.is-blue .smnn-te-badge-seal { color: #3f7df2; }
.smnn-te-verified-badge.is-silver .smnn-te-badge-seal,
.smnn-te-avatar-badge.is-silver .smnn-te-badge-seal { color: #aab4c3; }
.smnn-te-verified-badge.is-gold .smnn-te-badge-seal,
.smnn-te-avatar-badge.is-gold .smnn-te-badge-seal { color: #d6a13a; }
.smnn-te-avatar-badge,
.smnn-te-avatar-badge.is-blue,
.smnn-te-avatar-badge.is-silver,
.smnn-te-avatar-badge.is-gold {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible;
}
.smnn-te-avatar-badge:hover .smnn-te-badge-seal,
.smnn-te-verified-badge:hover .smnn-te-badge-seal {
    transform: translateY(-1px) scale(1.035);
    transition: transform .18s ease, filter .18s ease;
    filter: drop-shadow(0 12px 18px rgba(11,33,68,.20));
}
.smnn-te-verified-badge__icon {
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px;
}
.smnn-te-avatar-badge__icon {
    width: 100%;
    height: 100%;
}
.smnn-te-author__social-avatar .smnn-te-avatar-badge .smnn-te-badge-seal__shape,
.smnn-te-member-card__avatar .smnn-te-avatar-badge .smnn-te-badge-seal__shape,
.smnn-te-avatar-badge.is-admin .smnn-te-badge-seal__shape {
    stroke-width: 4.2;
}

/* SMNN v3.3.13 - exact verified seal with clean white circular backing */
.smnn-te-badge-seal {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
    color: #4a7df2;
    filter: none !important;
}
.smnn-te-badge-seal__shape {
    fill: currentColor !important;
    stroke: none !important;
}
.smnn-te-badge-seal__check {
    fill: none !important;
    stroke: #ffffff !important;
    stroke-width: 8.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}
.smnn-te-verified-badge__icon,
.smnn-te-avatar-badge__icon {
    background: transparent !important;
    border-radius: 0 !important;
    overflow: visible !important;
}
.smnn-te-verified-badge__icon img,
.smnn-te-avatar-badge__icon img {
    border-radius: 0 !important;
    object-fit: contain !important;
}
.smnn-te-verified-badge.is-blue .smnn-te-badge-seal,
.smnn-te-avatar-badge.is-blue .smnn-te-badge-seal { color: #4a7df2 !important; }
.smnn-te-verified-badge.is-silver .smnn-te-badge-seal,
.smnn-te-avatar-badge.is-silver .smnn-te-badge-seal { color: #b7c0ce !important; }
.smnn-te-verified-badge.is-gold .smnn-te-badge-seal,
.smnn-te-avatar-badge.is-gold .smnn-te-badge-seal { color: #d9a32f !important; }
.smnn-te-avatar-badge,
.smnn-te-avatar-badge.is-blue,
.smnn-te-avatar-badge.is-silver,
.smnn-te-avatar-badge.is-gold {
    background: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 999px !important;
    overflow: visible !important;
    padding: 3px !important;
    color: inherit !important;
}
.smnn-te-avatar-badge__icon {
    width: 100%;
    height: 100%;
}
.smnn-te-verified-badge__icon {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
    padding: 2px !important;
    background: #ffffff !important;
    border-radius: 999px !important;
}
.smnn-te-avatar-badge:hover .smnn-te-badge-seal,
.smnn-te-verified-badge:hover .smnn-te-badge-seal {
    transform: translateY(-1px) scale(1.035);
    transition: transform .18s ease;
    filter: none !important;
}


/* SMNN v3.3.14 - universal profile-picture badge attachment */
.smnn-te-profile-picture {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    line-height: 0 !important;
    vertical-align: middle;
    overflow: visible !important;
    isolation: isolate;
}
.smnn-te-profile-picture > img,
.smnn-te-profile-picture > .avatar {
    display: block !important;
    max-width: 100%;
}
.smnn-te-profile-picture .smnn-te-avatar-badge {
    position: absolute !important;
    z-index: 9 !important;
    inset-inline-end: -5px !important;
    bottom: -5px !important;
    width: 28px !important;
    height: 28px !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    padding: 3px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    overflow: visible !important;
    line-height: 1 !important;
}
.smnn-te-profile-picture.is-small .smnn-te-avatar-badge,
.smnn-te-profile-picture .smnn-te-avatar-badge.is-small {
    width: 18px !important;
    height: 18px !important;
    inset-inline-end: -3px !important;
    bottom: -3px !important;
    padding: 2px !important;
}
.smnn-te-profile-picture.is-medium .smnn-te-avatar-badge,
.smnn-te-profile-picture .smnn-te-avatar-badge.is-medium {
    width: 24px !important;
    height: 24px !important;
    inset-inline-end: -4px !important;
    bottom: -4px !important;
    padding: 2px !important;
}
.smnn-te-profile-picture.is-large .smnn-te-avatar-badge,
.smnn-te-profile-picture .smnn-te-avatar-badge.is-large,
.smnn-te-profile-picture.is-author-profile .smnn-te-avatar-badge,
.smnn-te-profile-picture.is-member-portal .smnn-te-avatar-badge,
.smnn-te-profile-picture.is-public-profile .smnn-te-avatar-badge {
    width: 40px !important;
    height: 40px !important;
    inset-inline-end: -7px !important;
    bottom: -7px !important;
    padding: 4px !important;
}
.smnn-te-profile-picture.is-member-card .smnn-te-avatar-badge,
.smnn-te-profile-picture.is-opinion .smnn-te-avatar-badge {
    width: 30px !important;
    height: 30px !important;
    inset-inline-end: -5px !important;
    bottom: -5px !important;
    padding: 3px !important;
}
.smnn-te-profile-picture.is-admin .smnn-te-avatar-badge {
    width: 36px !important;
    height: 36px !important;
    inset-inline-end: -8px !important;
    bottom: -8px !important;
    padding: 4px !important;
}
.smnn-te-profile-picture .smnn-te-avatar-badge__icon,
.smnn-te-avatar-badge .smnn-te-avatar-badge__icon {
    width: 100% !important;
    height: 100% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border-radius: 0 !important;
    overflow: visible !important;
}
.smnn-te-profile-picture .smnn-te-badge-seal,
.smnn-te-avatar-badge .smnn-te-badge-seal {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    overflow: visible !important;
    filter: none !important;
}
.smnn-te-profile-picture .smnn-te-badge-seal__shape,
.smnn-te-avatar-badge .smnn-te-badge-seal__shape {
    fill: currentColor !important;
    stroke: none !important;
}
.smnn-te-profile-picture .smnn-te-badge-seal__check,
.smnn-te-avatar-badge .smnn-te-badge-seal__check {
    fill: none !important;
    stroke: #ffffff !important;
    stroke-width: 8.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}
.smnn-te-profile-picture .smnn-te-avatar-badge.is-blue .smnn-te-badge-seal,
.smnn-te-avatar-badge.is-blue .smnn-te-badge-seal { color: #4a7df2 !important; }
.smnn-te-profile-picture .smnn-te-avatar-badge.is-silver .smnn-te-badge-seal,
.smnn-te-avatar-badge.is-silver .smnn-te-badge-seal { color: #b7c0ce !important; }
.smnn-te-profile-picture .smnn-te-avatar-badge.is-gold .smnn-te-badge-seal,
.smnn-te-avatar-badge.is-gold .smnn-te-badge-seal { color: #d9a32f !important; }


/* v3.3.40: Morse AI article tools inserted inside the article body before article text. */
.smnn-te-article__ai-tools {
    width: 100% !important;
    max-width: var(--smnn-art-content-width, 1120px) !important;
    margin: 0 auto 26px !important;
    direction: rtl !important;
}
.smnn-te-article__content-card > .smnn-te-article__ai-tools {
    margin-top: 0 !important;
}

/* v3.3.44: frontend login-required prompts open the SMNN Login Template popup. */
.smnn-te-author__login-popup {
    appearance: none !important;
    border: 0 !important;
    border-radius: 999px !important;
    padding: 8px 14px !important;
    margin-inline-start: 8px !important;
    background: linear-gradient(135deg, #0b3458, #123f6a) !important;
    color: #ffffff !important;
    font: inherit !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    box-shadow: 0 10px 22px rgba(11,52,88,.18) !important;
}
.smnn-te-author__login-popup:hover,
.smnn-te-author__login-popup:focus {
    transform: translateY(-1px) !important;
    outline: none !important;
    box-shadow: 0 14px 28px rgba(11,52,88,.24) !important;
}


/* v3.3.45: very slow breathing zoom for the normal article featured image.
   Five seconds zoom in, five seconds zoom out, repeating softly. */
.smnn-te-article__featured-media {
    overflow: hidden !important;
}
.smnn-te-article__featured-img,
.smnn-te__featured-image {
    transform-origin: center center !important;
    animation: smnnTeArticleImageBreath 10s cubic-bezier(.42, 0, .58, 1) infinite !important;
    will-change: transform !important;
}

@keyframes smnnTeArticleImageBreath {
    0% { transform: scale(1); }
    50% { transform: scale(1.045); }
    100% { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    .smnn-te-article__featured-img,
    .smnn-te__featured-image {
        animation: none !important;
        transform: none !important;
        will-change: auto !important;
    }
}

/* v3.3.58: Facebook-style author/member feed polish. */
.smnn-te-author__social-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.smnn-te-author__social-card.is-expanded .smnn-te-author__social-body {
    padding-bottom: 18px !important;
}
.smnn-te-author__inline-article-content {
    display: block;
    color: #26384f;
}
.smnn-te-author__inline-article-content > *:first-child {
    margin-top: 0 !important;
}
.smnn-te-author__inline-article-content > *:last-child {
    margin-bottom: 8px !important;
}
.smnn-te-author__social-full-content .smnn-te-author__social-see-more {
    margin-top: 6px !important;
}
.smnn-te-public-profile--author-style {
    width: auto !important;
    margin: 34px 0 !important;
    background: transparent !important;
}
.smnn-te-public-profile--author-style .smnn-te-author__shell {
    --smnn-te-content-width: 1300px;
}
.smnn-te-author__side-card--badge-definition .smnn-te-member-portal__card,
.smnn-te-author__side-card--badge-definition .smnn-te-badge-definition {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
}
.smnn-te-author__side-card--badge-definition .smnn-te-badge-definition > span {
    display: block !important;
    color: var(--smnn-author-muted, #607d95) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    margin-bottom: 8px !important;
}
.smnn-te-author__side-card--badge-definition .smnn-te-badge-definition h3 {
    margin: 0 0 8px !important;
    color: var(--smnn-author-text, #12395f) !important;
    font-size: 18px !important;
    font-weight: 950 !important;
}
.smnn-te-author__side-card--badge-definition .smnn-te-badge-definition p {
    margin: 0 !important;
    color: var(--smnn-author-muted, #607d95) !important;
    line-height: 1.8 !important;
    font-size: 13px !important;
    font-weight: 750 !important;
}
@media (max-width: 640px) {
    .smnn-te-author__social-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
