body:has(.single-zigmund-new),
body:has(.single-zigmund-new) .site,
body:has(.single-zigmund-new) #page {
    background: #f7f7f7;
}

.single-zigmund-new {
    --zsn-text: #242424;
    --zsn-muted: #807f7f;
    --zsn-light: #9e9e9e;
    --zsn-orange: #ff5a11;
    --zsn-bg: #f7f7f7;
    --zsn-card: #ffffff;
    --zsn-line: #eeeeee;
    --zsn-violet-bg: #ece8ff;
    --zsn-violet: #976bff;
    --zsn-green: #08b567;
    background: var(--zsn-bg);
    color: var(--zsn-text);
    font-family: "PT Root UI", Arial, sans-serif;
    padding: 36px 0 64px;
}

.single-zigmund-new *,
.single-zigmund-new *::before,
.single-zigmund-new *::after {
    box-sizing: border-box;
}

.zsn-container {
    width: 1280px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
}

.zsn-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 18px;
    margin: 0 0 20px;
    overflow: hidden;
    color: var(--zsn-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    white-space: nowrap;
}

.zsn-breadcrumbs__link {
    flex: 0 0 auto;
    color: var(--zsn-text);
    text-decoration: none;
}

.zsn-breadcrumbs__link:hover {
    color: var(--zsn-orange);
}

.zsn-breadcrumbs__current {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--zsn-muted);
}

.zsn-breadcrumbs__chevron {
    position: relative;
    display: inline-block;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
}

.zsn-breadcrumbs__chevron::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 4px;
    width: 7px;
    height: 7px;
    border-top: 1.6px solid #aca89f;
    border-right: 1.6px solid #aca89f;
    transform: rotate(45deg);
}

.zsn-layout {
    display: grid;
    grid-template-columns: 302px 628px 302px;
    gap: 24px;
    align-items: start;
}

.zsn-left,
.zsn-right {
    position: sticky;
    top: 92px;
}

.zsn-toc,
.zsn-authors-card,
.zsn-comments-card {
    overflow: hidden;
    background: var(--zsn-card);
    border-radius: 24px;
}

.zsn-widget-title {
    color: var(--zsn-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .14px;
}

.zsn-toc {
    padding: 12px 16px 16px;
}

.zsn-toc__list {
    display: grid;
    gap: 10px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: zsn-toc;
}

.zsn-toc__item {
    counter-increment: zsn-toc;
    display: flex;
    gap: 4px;
    color: var(--zsn-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.zsn-toc__item::before {
    content: counter(zsn-toc) ".";
    flex: 0 0 auto;
    color: var(--zsn-text);
}

.zsn-toc__item a {
    color: var(--zsn-text);
    text-decoration: none;
}

.zsn-toc__item a:hover {
    color: var(--zsn-orange);
}

.zsn-toc__item--level-3 {
    padding-left: 14px;
}

.zsn-article {
    min-width: 0;
}

.zsn-hero {
    margin: 0 0 32px;
}

.zsn-hero__labels {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 34px;
    margin: 0 0 12px;
}

.zsn-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 16px;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 700;
    line-height: 17.6px;
    letter-spacing: .16px;
    text-decoration: none;
    white-space: nowrap;
}

.zsn-pill--violet {
    color: var(--zsn-violet);
    background: var(--zsn-violet-bg);
}

.zsn-pill--green {
    gap: 8px;
    padding-left: 8px;
    color: #fff;
    background: rgba(8,181,103,.70);
    outline: .5px solid #1fd683;
    outline-offset: -.5px;
    backdrop-filter: blur(5px);
}

.zsn-pill__icon {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    font-size: 12px;
    line-height: 1;
}

.zsn-hero__title {
    margin: 0;
    color: var(--zsn-text);
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: .4px;
}

.zsn-hero__excerpt {
    margin: 16px 0 0;
    color: var(--zsn-text);
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
}

.zsn-hero__excerpt p {
    margin: 0;
}

.zsn-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 20px;
    margin: 24px 0 0;
    color: var(--zsn-light);
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .14px;
}

.zsn-meta__item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.zsn-meta__item::before {
    content: "";
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background-color: var(--zsn-light);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    opacity: 1;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 20px 20px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 20px 20px;
}

.zsn-meta__item--views::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M2.5 10s2.5-5.833 7.5-5.833S17.5 10 17.5 10s-2.5 5.833-7.5 5.833S2.5 10 2.5 10Z' stroke='%23000' stroke-width='1.5'/%3E%3Ccircle cx='10' cy='10' r='2.5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M2.5 10s2.5-5.833 7.5-5.833S17.5 10 17.5 10s-2.5 5.833-7.5 5.833S2.5 10 2.5 10Z' stroke='%23000' stroke-width='1.5'/%3E%3Ccircle cx='10' cy='10' r='2.5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
}

.zsn-meta__item--time::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='7' stroke='%23000' stroke-width='1.5'/%3E%3Cpath d='M10 6v4l3 2' stroke='%23000' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='7' stroke='%23000' stroke-width='1.5'/%3E%3Cpath d='M10 6v4l3 2' stroke='%23000' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.zsn-meta__item--date::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect x='3' y='4' width='14' height='12' rx='3' stroke='%23000' stroke-width='1.5'/%3E%3Cpath d='M6 2.5v3M14 2.5v3M3 8h14' stroke='%23000' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Crect x='3' y='4' width='14' height='12' rx='3' stroke='%23000' stroke-width='1.5'/%3E%3Cpath d='M6 2.5v3M14 2.5v3M3 8h14' stroke='%23000' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.zsn-hero__image {
    width: 100%;
    height: 238px;
    margin: 32px 0 0;
    overflow: hidden;
    border-radius: 24px;
    background: #ff5a11;
}

.zsn-hero__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zsn-content {
    display: grid;
    gap: 24px;
    color: var(--zsn-text);
    font-size: 18px;
    line-height: 25.2px;
}

.zsn-content > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.zsn-content p,
.zsn-content li {
    color: var(--zsn-text);
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
}

.zsn-content h2,
.zsn-content h3,
.zsn-content h4 {
    color: var(--zsn-text);
    font-weight: 700;
    letter-spacing: .32px;
    scroll-margin-top: 120px;
}

.zsn-content h2 {
    margin-top: 16px !important;
    font-size: 32px;
    line-height: 35.2px;
}

.zsn-content h3 {
    font-size: 24px;
    line-height: 28px;
}

.zsn-content h4 {
    font-size: 18px;
    line-height: 25px;
}

.zsn-content a {
    color: var(--zsn-orange);
    text-decoration: none;
}

.zsn-content a:hover {
    text-decoration: underline;
}

.zsn-content ul,
.zsn-content ol {
    display: grid;
    gap: 8px;
    padding-left: 22px;
}

.zsn-content blockquote,
.zsn-content .wp-block-quote,
.zsn-content .wp-block-pullquote {
    margin: 0 !important;
    padding: 16px;
    border: 0;
    border-radius: 24px;
    background: #eeeeee;
    color: var(--zsn-text);
}

.zsn-content blockquote p,
.zsn-content .wp-block-quote p,
.zsn-content .wp-block-pullquote p {
    margin: 0 !important;
    font-size: 18px;
    line-height: 25.2px;
}

.zsn-content .wp-block-image,
.zsn-content figure {
    margin: 0 !important;
}

.zsn-content .wp-block-image img,
.zsn-content figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.zsn-content .wp-block-table {
    overflow-x: auto;
}

.zsn-content table {
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
    background: #fff;
    border-radius: 20px;
}

.zsn-content th,
.zsn-content td {
    padding: 14px 16px;
    border: 1px solid var(--zsn-line);
    text-align: left;
    vertical-align: top;
}

.zsn-authors-card {
    padding: 0 4px 4px;
}

.zsn-authors-card > .zsn-widget-title,
.zsn-comments-card > .zsn-widget-title {
    padding: 12px;
}

.zsn-authors-card__list {
    display: grid;
    gap: 8px;
}

.zsn-author-mini {
    position: relative;
    min-height: 142px;
    padding: 16px;
    overflow: hidden;
    background: #f7f7f7;
    border-radius: 20px;
}

.zsn-author-mini.is-open {
    min-height: 274px;
}

.zsn-author-mini__head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.zsn-author-mini__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #ece8ff;
    color: #976bff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.zsn-author-mini__main {
    min-width: 0;
    padding-top: 2px;
}

.zsn-author-mini__name {
    color: var(--zsn-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .14px;
}

.zsn-author-mini__role {
    margin-top: 4px;
    color: var(--zsn-text);
    font-size: 14px;
    line-height: 16px;
}

.zsn-author-mini__info {
    display: grid;
    gap: 16px;
    margin-top: 16px;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
}

.zsn-author-mini__info div {
    display: grid;
    gap: 8px;
}

.zsn-author-mini__info b {
    color: var(--zsn-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 15.4px;
    letter-spacing: .14px;
}

.zsn-author-mini__info span {
    color: var(--zsn-text);
    font-size: 18px;
    font-weight: 400;
    line-height: 19.8px;
    letter-spacing: .18px;
}

.zsn-author-mini__footer {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zsn-author-mini__footer button,
.zsn-author-mini__footer a {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--zsn-text);
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-decoration: none;
    cursor: pointer;
}

.zsn-author-mini__footer a {
    color: var(--zsn-orange);
    font-weight: 500;
}

.zsn-comments-card {
    margin-top: 12px;
    padding: 0 4px 4px;
}

.zsn-comments-card .zsn-widget-title span {
    color: #939393;
}

.zsn-comments-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.zsn-related {
    margin-top: 34px;
    padding: 40px 0 20px;
}

.zsn-related__title {
    margin: 0 0 24px;
    color: var(--zsn-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 35.2px;
    letter-spacing: .32px;
}

.zsn-related__grid {
    display: grid;
    grid-template-columns: repeat(4, 302px);
    gap: 24px;
}

.zsn-post-card {
    display: block;
    width: 302px;
    min-height: 398px;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    color: var(--zsn-text);
    text-decoration: none;
}

.zsn-post-card__thumb {
    display: block;
    height: 198px;
    overflow: hidden;
    background: #ff5a11;
}

.zsn-post-card__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zsn-post-card__body {
    display: grid;
    gap: 12px;
    padding: 12px;
}

.zsn-post-card .zsn-pill {
    width: fit-content;
    min-height: 24px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 16px;
}

.zsn-post-card__title {
    display: -webkit-box;
    min-height: 66px;
    overflow: hidden;
    color: var(--zsn-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.zsn-post-card__meta {
    color: var(--zsn-light);
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .14px;
}

@media (max-width: 1327px) {
    .zsn-container {
        width: 1206px;
    }

    .zsn-layout {
        grid-template-columns: 278px 628px 278px;
        gap: 11px;
    }

    .zsn-related__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
    }

    .zsn-post-card {
        width: 100%;
    }
}

/* v3 fixes: TOC active marker, bottom author card, on-topic block */
.zsn-toc {
    min-height: 374px;
    padding: 20px 16px 24px;
    border-radius: 0 24px 24px 0;
}

.zsn-toc__list {
    gap: 0;
    margin-top: 26px;
    counter-reset: none;
}

.zsn-toc__item {
    counter-increment: none;
    position: relative;
    min-height: 30px;
    padding: 0 0 0 22px;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: .2px;
}

.zsn-toc__item + .zsn-toc__item {
    margin-top: 24px;
}

.zsn-toc__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid var(--zsn-orange);
    opacity: 0;
    transition: opacity .18s ease, transform .18s ease;
}

.zsn-toc__item.is-active::before {
    opacity: 1;
    transform: translateX(0);
}

.zsn-toc__item a {
    display: block;
    color: #303030;
}

.zsn-toc__item.is-active a {
    color: #303030;
}

.zsn-toc__item--level-3 {
    padding-left: 22px;
}

.zsn-author-bottom {
    display: grid;
    grid-template-columns: 124px minmax(0, 1fr);
    gap: 16px;
    width: 100%;
    min-height: 202px;
    margin: 32px 0 0;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
}

.zsn-author-bottom__photo {
    width: 124px;
    min-height: 202px;
    overflow: hidden;
    background: #e9e9e9;
}

.zsn-author-bottom__img,
.zsn-author-bottom__photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 202px;
    object-fit: cover;
}

.zsn-author-bottom__body {
    min-width: 0;
    padding: 16px 18px 16px 0;
}

.zsn-author-bottom__name {
    color: var(--zsn-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .2px;
}

.zsn-author-bottom__role {
    max-width: 455px;
    margin-top: 12px;
    color: #303030;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
}

.zsn-author-bottom__profile {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    color: var(--zsn-orange);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}

.zsn-author-bottom__profile::after {
    content: "›";
    font-size: 24px;
    line-height: 18px;
}

.zsn-author-bottom__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 147px;
    min-height: 38px;
    margin-top: 20px;
    padding: 8px 18px;
    border-radius: 19px;
    background: #f59a23;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
}

.zsn-author-bottom__button:hover {
    color: #fff;
    text-decoration: none;
    filter: brightness(.98);
}

.zsn-related--topic {
    margin-top: 20px;
    padding-top: 40px;
}

.zsn-related--topic .zsn-related__title {
    margin-bottom: 24px;
}

/* v4 fixes: fallback author photo, after-author text, test card, comments */
.zsn-author-photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ece8ff 0%, #fff2e7 100%);
    color: var(--zsn-orange);
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .03em;
}

.zsn-author-photo-placeholder span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255,255,255,.75);
}

.zsn-article-afterword {
    display: grid;
    gap: 24px;
    margin: 32px 0 0;
    color: #303030;
    font-size: 18px;
    line-height: 25.2px;
}

.zsn-article-afterword p {
    margin: 0;
}

.zsn-article-afterword b {
    color: var(--zsn-orange);
    font-weight: 700;
}

.zsn-article-check {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4a4a4a;
    font-size: 18px;
    line-height: 25.2px;
}

.zsn-article-check span {
    display: inline-grid;
    place-items: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e9e9e9;
    color: #fff;
    font-size: 17px;
}

.zsn-ready-card {
    position: relative;
    display: grid;
    gap: 10px;
    padding: 0 0 0 44px;
}

.zsn-ready-card__title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #303030;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}

.zsn-ready-card__title span {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #94df55;
    font-size: 18px;
}

.zsn-ready-card a {
    width: fit-content;
    color: var(--zsn-orange);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
}

.zsn-ready-card a::after {
    content: " ›";
    font-size: 24px;
    line-height: 1;
}

.zsn-test-card {
    display: block;
    width: 302px;
    height: 398px;
    overflow: hidden;
    border-radius: 20px;
    background: #976bff;
    text-decoration: none;
}

.zsn-test-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zsn-comments-full {
    margin: 40px 0 0;
    padding: 20px;
    border-radius: 24px;
    background: #fff;
}

.zsn-comments-full__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.zsn-comments-full__head h2 {
    margin: 0;
    color: var(--zsn-text);
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}

.zsn-comments-full__emoji {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.zsn-comments-full__emoji span {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f3f0ff;
    font-size: 18px;
}

.zsn-comment-notice {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 16px;
    background: #f3f0ff;
    color: #303030;
    font-size: 15px;
    line-height: 20px;
}

.zsn-comments-list {
    display: grid;
    gap: 12px;
}

.zsn-comments-empty {
    margin: 0;
    color: var(--zsn-muted);
    font-size: 16px;
    line-height: 22px;
}

.zsn-comment-card {
    padding: 14px;
    border-radius: 20px;
    background: #f7f7f7;
}

.zsn-comment-card__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.zsn-comment-card__avatar {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.zsn-comment-card__author {
    color: var(--zsn-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.zsn-comment-card__date {
    display: block;
    margin-top: 3px;
    color: var(--zsn-light);
    font-size: 13px;
    line-height: 16px;
}

.zsn-comment-card__mood {
    margin-left: auto;
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
}

.zsn-comment-card__text {
    color: #303030;
    font-size: 16px;
    line-height: 22px;
}

.zsn-comment-card__text p {
    margin: 0;
}

.zsn-comment-reactions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.zsn-comment-reactions__form {
    margin: 0;
}

.zsn-comment-reactions__button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 32px;
    padding: 5px 10px;
    border: 0;
    border-radius: 16px;
    background: #fff;
    color: #303030;
    font-family: inherit;
    cursor: pointer;
}

.zsn-comment-reactions__button b {
    font-size: 13px;
    font-weight: 700;
}

.zsn-comment-form {
    display: grid;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.zsn-comment-form__emoji {
    display: flex;
    gap: 8px;
}

.zsn-comment-form__emoji label {
    cursor: pointer;
}

.zsn-comment-form__emoji input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.zsn-comment-form__emoji span {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f7f7f7;
    font-size: 20px;
    transition: box-shadow .18s ease, background .18s ease;
}

.zsn-comment-form__emoji input:checked + span {
    background: #fff2e7;
    box-shadow: inset 0 0 0 2px var(--zsn-orange);
}

.zsn-comment-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.zsn-comment-form input[type="text"],
.zsn-comment-form input[type="email"],
.zsn-comment-form textarea {
    width: 100%;
    border: 0;
    border-radius: 18px;
    background: #f7f7f7;
    color: #303030;
    font-family: inherit;
    font-size: 16px;
    line-height: 22px;
    outline: none;
}

.zsn-comment-form input[type="text"],
.zsn-comment-form input[type="email"] {
    height: 44px;
    padding: 0 16px;
}

.zsn-comment-form textarea {
    min-height: 96px;
    padding: 14px 16px;
    resize: vertical;
}

.zsn-comment-form__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.zsn-comment-form__bottom span {
    color: var(--zsn-muted);
    font-size: 13px;
    line-height: 18px;
}

.zsn-comment-form__bottom button {
    flex: 0 0 auto;
    min-width: 132px;
    min-height: 44px;
    padding: 10px 20px;
    border: 0;
    border-radius: 22px;
    background: var(--zsn-orange);
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}

.zsn-hp {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
}

@media (max-width: 1327px) {
    .zsn-test-card {
        width: 100%;
    }
}

/* v5: live comments widget + mobile article layout */
.zsn-comments-card--live {
    padding: 16px;
}

.zsn-comments-widget {
    display: grid;
    gap: 14px;
    margin-top: 14px;
}

.zsn-comments-widget__emojis {
    display: flex;
    align-items: center;
    gap: 8px;
}

.zsn-comments-widget__emojis span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f3f0ff;
    font-size: 22px;
}

.zsn-comments-widget p {
    margin: 0;
    color: #303030;
    font-size: 16px;
    line-height: 22px;
}

.zsn-comments-widget__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 22px;
    background: var(--zsn-orange);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}

.zsn-comments-widget__button:hover {
    color: #fff;
    text-decoration: none;
    filter: brightness(.98);
}

.zsn-mobile-authors,
.zsn-mobile-comments-button {
    display: none;
}

.zsn-comment-reactions__button:hover,
.zsn-comment-form__bottom button:hover {
    filter: brightness(.98);
}

.zsn-comment-reactions__button:active,
.zsn-comment-form__bottom button:active,
.zsn-comments-widget__button:active {
    transform: translateY(1px);
}

@media (max-width: 767px) {
    body:has(.single-zigmund-new) {
        background: #f7f7f7;
    }

    .single-zigmund-new {
        padding: 16px 0 40px;
        overflow: hidden;
    }

    .zsn-container {
        width: 100%;
        max-width: none;
        padding: 0 20px;
    }

    .zsn-breadcrumbs {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 18px;
    }

    .zsn-breadcrumbs__current {
        max-width: 176px;
    }

    .zsn-layout {
        display: block;
    }

    .zsn-left,
    .zsn-right {
        display: none;
    }

    .zsn-article {
        width: 100%;
    }

    .zsn-hero {
        margin-bottom: 32px;
    }

    .zsn-hero__labels {
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 12px;
    }

    .zsn-pill {
        min-height: 34px;
        padding: 8px 14px;
        font-size: 14px;
        line-height: 18px;
    }

    .zsn-hero__title {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: .32px;
    }

    .zsn-hero__excerpt {
        margin-top: 12px;
        font-size: 18px;
        line-height: 22px;
    }

    .zsn-meta {
        gap: 10px;
        margin-top: 16px;
        overflow-x: auto;
        font-size: 13px;
        line-height: 18px;
        scrollbar-width: none;
    }

    .zsn-meta::-webkit-scrollbar {
        display: none;
    }

    .zsn-meta__item::before {
        flex-basis: 18px;
        width: 18px;
        height: 18px;
        -webkit-mask-size: 18px 18px;
        mask-size: 18px 18px;
    }

    .zsn-mobile-authors {
        display: block;
        margin-top: 24px;
    }

    .zsn-mobile-authors__title {
        margin-bottom: 12px;
        color: var(--zsn-text);
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }

    .zsn-mobile-authors__scroll {
        display: flex;
        gap: 12px;
        width: calc(100% + 20px);
        overflow-x: auto;
        padding-right: 20px;
        scrollbar-width: none;
    }

    .zsn-mobile-authors__scroll::-webkit-scrollbar {
        display: none;
    }

    .zsn-mobile-author {
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 10px;
        flex: 0 0 294px;
        min-height: 117px;
        padding: 12px;
        border-radius: 20px;
        background: #fff;
        color: var(--zsn-text);
        text-decoration: none;
    }

    .zsn-mobile-author__avatar,
    .zsn-mobile-author__avatar img,
    .zsn-mobile-author__img,
    .zsn-mobile-author .zsn-author-photo-placeholder {
        display: block;
        width: 52px;
        height: 52px;
        overflow: hidden;
        border-radius: 16px;
    }

    .zsn-mobile-author__avatar img,
    .zsn-mobile-author__img {
        object-fit: cover;
    }

    .zsn-mobile-author .zsn-author-photo-placeholder {
        display: flex;
        font-size: 16px;
    }

    .zsn-mobile-author .zsn-author-photo-placeholder span {
        width: 32px;
        height: 32px;
    }

    .zsn-mobile-author__body {
        display: grid;
        gap: 6px;
        min-width: 0;
    }

    .zsn-mobile-author__body b {
        color: var(--zsn-text);
        font-size: 16px;
        line-height: 18px;
    }

    .zsn-mobile-author__body small {
        color: #303030;
        font-size: 14px;
        line-height: 18px;
    }

    .zsn-hero__image {
        width: 100%;
        height: 238px;
        margin-top: 32px;
        border-radius: 20px;
    }

    .zsn-content {
        gap: 24px;
        font-size: 16px;
        line-height: 22px;
    }

    .zsn-content p,
    .zsn-content li {
        font-size: 16px;
        line-height: 22px;
    }

    .zsn-content h2 {
        margin-top: 8px !important;
        font-size: 26px;
        line-height: 29px;
        letter-spacing: .26px;
    }

    .zsn-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .zsn-content blockquote,
    .zsn-content .wp-block-quote {
        padding: 16px;
        border-radius: 20px;
    }

    .zsn-author-bottom {
        grid-template-columns: 92px minmax(0, 1fr);
        min-height: 156px;
        margin-top: 32px;
        border-radius: 20px;
    }

    .zsn-author-bottom__photo {
        width: 92px;
        min-height: 156px;
    }

    .zsn-author-bottom__img,
    .zsn-author-bottom__photo img {
        min-height: 156px;
    }

    .zsn-author-bottom__body {
        padding: 14px 14px 14px 0;
    }

    .zsn-author-bottom__name {
        font-size: 18px;
        line-height: 22px;
    }

    .zsn-author-bottom__role,
    .zsn-author-bottom__profile {
        font-size: 14px;
        line-height: 18px;
    }

    .zsn-author-bottom__button {
        min-width: 122px;
        min-height: 34px;
        margin-top: 12px;
        padding: 7px 14px;
        font-size: 14px;
    }

    .zsn-article-afterword {
        gap: 24px;
        margin-top: 32px;
        font-size: 16px;
        line-height: 22px;
    }

    .zsn-article-check {
        align-items: flex-start;
        font-size: 16px;
        line-height: 22px;
    }

    .zsn-ready-card {
        padding-left: 36px;
    }

    .zsn-ready-card__title {
        font-size: 20px;
        line-height: 24px;
    }

    .zsn-ready-card__title span {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    .zsn-ready-card a {
        font-size: 16px;
        line-height: 20px;
    }

    .zsn-comments-full {
        margin-top: 32px;
        padding: 20px;
        border-radius: 24px;
    }

    .zsn-comments-full__head {
        display: grid;
        gap: 12px;
    }

    .zsn-comments-full__head h2 {
        font-size: 20px;
        line-height: 22px;
    }

    .zsn-comments-full__emoji span {
        width: 36px;
        height: 36px;
    }

    .zsn-comment-card {
        padding: 14px;
        border-radius: 18px;
    }

    .zsn-comment-card__text {
        font-size: 15px;
        line-height: 21px;
    }

    .zsn-comment-form__emoji {
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    .zsn-comment-form__emoji::-webkit-scrollbar {
        display: none;
    }

    .zsn-comment-form__row {
        grid-template-columns: 1fr;
    }

    .zsn-comment-form__bottom {
        display: grid;
        gap: 12px;
    }

    .zsn-comment-form__bottom button {
        width: 100%;
    }

    .zsn-related,
    .zsn-related--topic {
        margin-top: 32px;
        padding: 24px 0 0;
    }

    .zsn-related__title {
        margin-bottom: 16px;
        font-size: 26px;
        line-height: 29px;
    }

    .zsn-related__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .zsn-post-card,
    .zsn-test-card {
        width: 100%;
        min-height: 376px;
        border-radius: 20px;
    }

    .zsn-post-card__thumb {
        height: 182px;
    }

    .zsn-post-card__title {
        min-height: auto;
        font-size: 18px;
        line-height: 22px;
    }

    .zsn-mobile-comments-button {
        position: fixed;
        right: 20px;
        bottom: 18px;
        z-index: 50;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        min-width: 56px;
        height: 44px;
        padding: 0 14px;
        border-radius: 22px;
        background: #fff;
        color: var(--zsn-text);
        box-shadow: 0 8px 26px rgba(0,0,0,.14);
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        text-decoration: none;
    }

    .zsn-mobile-comments-button span {
        font-size: 14px;
    }
}

/* v9: mobile header refinements, desktop untouched */
@media (max-width: 767px) {
    .zsn-mobile-authors {
        display: block;
        margin-top: 24px;
    }

    .zsn-mobile-authors__title {
        margin: 0 0 12px;
        color: var(--zsn-text);
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }

    .zsn-mobile-authors__scroll {
        display: flex;
        gap: 16px;
        width: calc(100% + 20px);
        overflow-x: auto;
        padding-right: 20px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .zsn-mobile-authors__scroll::-webkit-scrollbar {
        display: none;
    }

    .zsn-mobile-author {
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 10px;
        flex: 0 0 294px;
        min-height: 117px;
        padding: 12px;
        border-radius: 20px;
        background: #fff;
        color: var(--zsn-text);
        text-decoration: none;
        scroll-snap-align: start;
    }

    .zsn-mobile-author:hover,
    .zsn-mobile-author:focus {
        color: var(--zsn-text);
        text-decoration: none;
    }

    .zsn-mobile-author__avatar {
        align-self: start;
    }

    .zsn-mobile-author__body {
        align-content: start;
        gap: 5px;
        padding-top: 1px;
    }

    .zsn-mobile-author__body b {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .zsn-mobile-author__body small {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .zsn-mobile-author__body span {
        align-self: end;
        margin-top: 2px;
        color: var(--zsn-orange);
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }

    .zsn-hero__image {
        margin-top: 32px;
    }

    .zsn-related__container {
        width: 100%;
        max-width: none;
        padding: 0 20px;
    }
}

/* v10 design comments fixes */
@media (min-width: 768px) {
    .zsn-left,
    .zsn-right {
        max-height: calc(100vh - 112px);
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 90, 17, .35) transparent;
    }

    .zsn-left::-webkit-scrollbar,
    .zsn-right::-webkit-scrollbar {
        width: 4px;
    }

    .zsn-left::-webkit-scrollbar-thumb,
    .zsn-right::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: rgba(255, 90, 17, .35);
    }
}

.zsn-content h2 a,
.zsn-content h3 a,
.zsn-content h2 a:hover,
.zsn-content h3 a:hover {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}

.zsn-content ul,
.zsn-content ol {
    gap: 4px;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.zsn-content li {
    font-size: 17px;
    line-height: 24px;
}

.zsn-toc {
    min-height: auto;
    max-height: calc(100vh - 112px);
    border-radius: 0 24px 24px 0;
}

.zsn-toc__list {
    margin-top: 18px;
}

.zsn-toc__item {
    min-height: 24px;
    padding-left: 18px;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.zsn-toc__item + .zsn-toc__item {
    margin-top: 16px;
}

.zsn-toc__item::before {
    top: 5px;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 7px;
}

.zsn-toc__item--level-3 {
    padding-left: 28px;
    font-size: 16px;
    line-height: 20px;
}

.zsn-author-mini__role::after,
.zsn-author-mini__info b::after,
.zsn-mobile-author small::after,
.zsn-author-bottom__role::after {
    content: none !important;
}

.zsn-bottom-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 28px 0 0;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(90deg, #ffffff 0%, #fff8f1 100%);
    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.zsn-bottom-cta__text {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.zsn-bottom-cta__text b {
    color: #303030;
    font-size: 16px;
    line-height: 20px;
}

.zsn-bottom-cta__text span,
.zsn-bottom-cta__actions span {
    color: #777;
    font-size: 14px;
    line-height: 18px;
}

.zsn-bottom-cta__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.zsn-bottom-cta__actions b {
    color: var(--zsn-orange);
}

.zsn-bottom-cta__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, #F7A934 0%, #F37645 50%, #F57442 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .zsn-content li {
        font-size: 16px;
        line-height: 23px;
    }

    .zsn-bottom-cta {
        display: grid;
        gap: 12px;
        padding: 14px;
    }

    .zsn-bottom-cta__actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* v11: stricter fixes for design comments */
@media (min-width: 768px) {
    .single-zigmund-new .zsn-left,
    .single-zigmund-new .zsn-right {
        position: sticky !important;
        top: 92px !important;
        height: calc(100vh - 112px) !important;
        max-height: calc(100vh - 112px) !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        overscroll-behavior: contain !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 90, 17, .42) transparent;
    }

    .single-zigmund-new .zsn-left::-webkit-scrollbar,
    .single-zigmund-new .zsn-right::-webkit-scrollbar {
        width: 5px;
    }

    .single-zigmund-new .zsn-left::-webkit-scrollbar-track,
    .single-zigmund-new .zsn-right::-webkit-scrollbar-track {
        background: transparent;
    }

    .single-zigmund-new .zsn-left::-webkit-scrollbar-thumb,
    .single-zigmund-new .zsn-right::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: rgba(255, 90, 17, .42);
    }

    .single-zigmund-new .zsn-toc,
    .single-zigmund-new .zsn-authors-card,
    .single-zigmund-new .zsn-comments-card {
        overflow: visible !important;
    }
}

.single-zigmund-new .zsn-toc {
    min-height: auto !important;
    max-height: none !important;
    padding: 16px 16px 18px !important;
    border-radius: 0 24px 24px 0 !important;
}

.single-zigmund-new .zsn-toc .zsn-widget-title {
    font-size: 14px !important;
    line-height: 18px !important;
}

.single-zigmund-new .zsn-toc__list {
    display: grid !important;
    gap: 0 !important;
    margin-top: 14px !important;
    counter-reset: none !important;
}

.single-zigmund-new .zsn-toc__item {
    counter-increment: none !important;
    min-height: auto !important;
    padding: 0 0 0 17px !important;
    font-size: 15px !important;
    line-height: 19px !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
}

.single-zigmund-new .zsn-toc__item + .zsn-toc__item {
    margin-top: 13px !important;
}

.single-zigmund-new .zsn-toc__item a {
    color: #303030 !important;
    text-decoration: none !important;
}

.single-zigmund-new .zsn-toc__item::before {
    content: "" !important;
    top: 5px !important;
    left: 0 !important;
    border-top: 4px solid transparent !important;
    border-bottom: 4px solid transparent !important;
    border-left: 7px solid var(--zsn-orange) !important;
}

.single-zigmund-new .zsn-toc__item--level-3 {
    padding-left: 24px !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

.single-zigmund-new .zsn-content ul,
.single-zigmund-new .zsn-content ol {
    display: grid;
    gap: 6px !important;
    margin-top: 10px !important;
    margin-bottom: 14px !important;
    padding-left: 22px !important;
}

.single-zigmund-new .zsn-content li {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 23px !important;
}

.single-zigmund-new .zsn-content h2 a,
.single-zigmund-new .zsn-content h3 a,
.single-zigmund-new .zsn-content h2 a:hover,
.single-zigmund-new .zsn-content h3 a:hover {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none !important;
}

@media (max-width: 767px) {
    .single-zigmund-new .zsn-left,
    .single-zigmund-new .zsn-right {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }
}

/* v12: final article CTA above footer */
.zsn-final-cta {
    width: 100%;
    margin: 32px 0 0;
    background: #fff;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, .04);
    overflow: hidden;
}

.zsn-final-cta[hidden] {
    display: none !important;
}

.zsn-final-cta__inner {
    width: 1280px;
    max-width: calc(100% - 160px);
    min-height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 12px 0;
}

.zsn-final-cta__main {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.zsn-final-cta__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eee;
    color: #242424;
    font-size: 20px;
    line-height: 1;
}

.zsn-final-cta__copy {
    width: 719px;
    max-width: 100%;
    min-width: 0;
    display: grid;
    gap: 6px;
}

.zsn-final-cta__title {
    color: #242424;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .2px;
}

.zsn-final-cta__subtitle {
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    line-height: 19.8px;
    letter-spacing: .18px;
}

.zsn-final-cta__side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex: 0 0 auto;
}

.zsn-final-cta__promo {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 9px 18px;
    border-radius: 999px;
    background: #f7f7f7;
    white-space: nowrap;
}

.zsn-final-cta__promo span {
    color: #5f5c57;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}

.zsn-final-cta__promo b {
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    line-height: 19.8px;
    letter-spacing: .18px;
}

.zsn-final-cta__button {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, #F7A934 0%, #F37645 50%, #F57442 100%);
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: .18px;
    text-decoration: none !important;
    white-space: nowrap;
}

.zsn-final-cta__close {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #f7f7f7;
    color: #ccc;
    font-family: inherit;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 1327px) and (min-width: 768px) {
    .zsn-final-cta__inner {
        width: 1206px;
        max-width: calc(100% - 48px);
    }

    .zsn-final-cta__copy {
        width: auto;
    }
}

@media (max-width: 767px) {
    .zsn-final-cta {
        margin-top: 28px;
    }

    .zsn-final-cta__inner {
        width: auto;
        max-width: none;
        min-height: 0;
        display: grid;
        gap: 14px;
        padding: 16px 20px;
    }

    .zsn-final-cta__main {
        align-items: flex-start;
        gap: 12px;
    }

    .zsn-final-cta__icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 18px;
    }

    .zsn-final-cta__title {
        font-size: 18px;
        line-height: 20px;
    }

    .zsn-final-cta__subtitle {
        font-size: 15px;
        line-height: 19px;
    }

    .zsn-final-cta__side {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
        padding-left: 54px;
    }

    .zsn-final-cta__promo {
        min-height: 34px;
        padding: 7px 14px;
    }

    .zsn-final-cta__button {
        min-height: 36px;
        padding: 7px 14px;
        font-size: 15px;
        line-height: 18px;
    }

    .zsn-final-cta__close {
        position: absolute;
        right: 12px;
        top: 12px;
        width: 34px;
        height: 34px;
        font-size: 30px;
    }
}

body.single main#primary {
    padding: 80px 0px 100px;
}

/* 2026-08 design audit fixes */
@media (min-width: 768px) {
  .single-zigmund-new .zsn-left,
  .single-zigmund-new .zsn-right {
    height: calc(100vh - 116px) !important;
    max-height: calc(100vh - 116px) !important;
    overflow: visible !important;
  }
  .single-zigmund-new .zsn-toc {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100% !important;
    overflow: hidden !important;
    border-radius: 24px !important;
  }
  .single-zigmund-new .zsn-toc__list {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,90,17,.42) transparent;
  }
  .single-zigmund-new .zsn-right {
    overflow-y: auto !important;
    overscroll-behavior: contain;
    padding-right: 5px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,90,17,.42) transparent;
  }
}
.single-zigmund-new .zsn-author-mini { min-height: 0; }
.single-zigmund-new .zsn-author-mini.is-open { min-height: 0; }
.single-zigmund-new .zsn-author-mini__avatar { overflow: hidden; }
.single-zigmund-new .zsn-author-mini__photo,
.single-zigmund-new .zsn-author-mini__avatar .zsn-author-photo-placeholder { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.single-zigmund-new .zsn-author-mini__info[hidden] { display: none !important; }
.single-zigmund-new .zsn-author-mini__footer button { display:inline-flex; align-items:center; gap:8px; }
.single-zigmund-new .zsn-author-toggle__icon { width:8px; height:8px; border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor; transform:rotate(45deg) translateY(-2px); transition:transform .2s ease; }
.single-zigmund-new .zsn-author-mini.is-open .zsn-author-toggle__icon { transform:rotate(225deg) translate(-1px,-1px); }
.single-zigmund-new .zsn-content,
.single-zigmund-new .zsn-content p,
.single-zigmund-new .zsn-content li { font-family:"PT Root UI",Arial,sans-serif !important; }
.zsn-final-cta { position:fixed; left:0; right:0; bottom:0; z-index:80; margin:0; transform:translateY(110%); opacity:0; pointer-events:none; transition:transform .25s ease,opacity .25s ease; }
.zsn-final-cta.is-visible { transform:translateY(0); opacity:1; pointer-events:auto; }
body:has(.zsn-final-cta.is-visible) { padding-bottom:72px; }
@media (max-width:767px){
  .zsn-final-cta { bottom:0; }
  body:has(.zsn-final-cta.is-visible) { padding-bottom:170px; }
}
body.op-new-journal-preview #op-header.op-journal-header { height:72px !important; padding-left:80px !important; padding-right:80px !important; box-shadow:0 1px 0 rgba(0,0,0,.06); }
body.op-new-journal-preview #op-header.op-journal-header #menu-header-pc { max-width:1280px; margin:0 auto; }
body.op-new-journal-preview #op-header.op-journal-header .menu-header-center a { display:block; width:190px; max-height:42px; overflow:hidden; }
body.op-new-journal-preview #op-header.op-journal-header .menu-header-center svg { width:100%; height:auto; }
body.op-new-journal-preview #op-header.op-journal-header .menu-header-left,
body.op-new-journal-preview #op-header.op-journal-header .menu-header-right-l { gap:24px; }
body.op-new-journal-preview #op-header.op-journal-header .op-select-psy-btn { font-size:16px; padding:10px 20px; }
@media(max-width:1023px){ body.op-new-journal-preview #op-header.op-journal-header{height:64px!important;padding-left:20px!important;padding-right:20px!important;} }
