.nz-mag-page {
    background: #f6f8fb;
    color: #172033;
}

.nz-mag-page a {
    text-decoration: none;
}

.nz-mag-hero {
    padding: 42px 0 34px;
    background:
        linear-gradient(135deg, rgba(5, 34, 64, .94), rgba(8, 70, 104, .88)),
        url("/images/blogs/neyzeh.com_09xPgRVJqQqAOf.jpeg") center/cover;
    color: #fff;
}

.nz-mag-hero__intro {
    max-width: 760px;
    margin-bottom: 22px;
}

.nz-mag-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    color: #b9f4e2;
    font-weight: 800;
}

.nz-mag-hero h1 {
    margin: 14px 0 10px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.25;
}

.nz-mag-hero p {
    margin: 0;
    max-width: 690px;
    color: rgba(255, 255, 255, .82);
    font-size: 1.05rem;
    line-height: 2;
}

.nz-mag-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 24px;
}

.nz-mag-cats a,
.nz-mag-tag-list a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 38px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    font-weight: 800;
}

.nz-mag-cats a span,
.nz-mag-tag-list a span {
    min-width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .18);
    font-size: .78rem;
}

.nz-mag-cats a.is-active,
.nz-mag-cats a:hover {
    background: #18c29c;
    border-color: #18c29c;
    color: #052240;
}

.nz-mag-featured {
    align-items: stretch;
}

.nz-mag-lead,
.nz-mag-side-card {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .2);
}

.nz-mag-lead::before,
.nz-mag-side-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .74));
}

.nz-mag-lead > div {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    padding: 28px;
}

.nz-mag-lead span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(24, 194, 156, .94);
    color: #052240;
    font-weight: 900;
}

.nz-mag-lead h2,
.nz-mag-side-card h3 {
    margin: 0;
    color: #fff;
    line-height: 1.45;
}

.nz-mag-lead h2 {
    font-size: clamp(1.55rem, 3vw, 2.45rem);
}

.nz-mag-lead h2 a,
.nz-mag-side-card h3 a {
    color: inherit;
}

.nz-mag-lead p {
    margin-top: 12px;
    color: rgba(255, 255, 255, .86);
}

.nz-mag-side-featured {
    display: grid;
    gap: 16px;
    height: 100%;
}

.nz-mag-side-card {
    min-height: 132px;
}

.nz-mag-side-card h3 {
    position: absolute;
    inset-inline: 18px;
    bottom: 16px;
    font-size: 1.05rem;
}

.nz-mag-ticker {
    margin-top: -1px;
    padding: 18px 0;
    background: #fff;
    border-bottom: 1px solid #e3e8ef;
}

.nz-mag-ticker__inner {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 18px;
    align-items: center;
}

.nz-mag-ticker strong {
    color: #052240;
}

.nz-mag-ticker__inner div {
    display: flex;
    gap: 10px;
    overflow: auto;
    scrollbar-width: thin;
}

.nz-mag-ticker a {
    flex: 0 0 auto;
    max-width: 360px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef6f8;
    color: #183047;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nz-mag-content,
.nz-mag-specialized {
    padding: 46px 0;
}

.nz-mag-section-title {
    margin-bottom: 22px;
}

.nz-mag-section-title h2,
.nz-mag-sidebar h2 {
    margin: 0 0 8px;
    color: #09243d;
    font-size: 1.45rem;
    line-height: 1.5;
}

.nz-mag-section-title p {
    margin: 0;
    color: #667085;
}

.nz-mag-card {
    border: 0;
    border-radius: 8px;
    background: transparent;
}

.nz-mag-thumb {
    display: block;
    aspect-ratio: 21 / 13;
    overflow: hidden;
    border-radius: 8px;
    background: #dfe7ee;
}

.nz-mag-thumb img,
.nz-mag-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nz-mag-card h3,
.nz-mag-card h4 {
    font-size: 1.08rem;
    line-height: 1.75;
}

.nz-mag-card p {
    display: -webkit-box;
    min-height: 58px;
    margin-bottom: 12px;
    color: #667085;
    line-height: 1.9;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nz-mag-card time,
.nz-mag-mini time {
    color: #7a8595;
    font-size: .86rem;
}

.nz-mag-sidebar {
    position: sticky;
    top: 92px;
    display: grid;
    gap: 28px;
}

.nz-mag-mini {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e4e9f0;
}

.nz-mag-mini img {
    border-radius: 8px;
    background: #dfe7ee;
}

.nz-mag-mini h3 {
    margin: 0 0 6px;
    font-size: .96rem;
    line-height: 1.7;
}

.nz-mag-mini a {
    color: #172033;
}

.nz-mag-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nz-mag-tag-list a {
    color: #183047;
    background: #fff;
    border-color: #dde6ee;
}

.nz-mag-tag-list a span {
    color: #052240;
    background: #e8f7f3;
}

.nz-mag-load {
    min-height: 44px;
    padding: 10px 22px;
    border: 0;
    border-radius: 999px;
    color: #052240;
    background: #18c29c;
    font-weight: 900;
}

.nz-mag-load:disabled {
    opacity: .65;
}

.nz-mag-empty {
    padding: 22px;
    border: 1px solid #dfe7ee;
    border-radius: 8px;
    background: #fff;
    color: #667085;
}

@media (max-width: 991.98px) {
    .nz-mag-hero {
        padding-top: 30px;
    }

    .nz-mag-lead {
        min-height: 360px;
    }

    .nz-mag-sidebar {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .nz-mag-hero h1 {
        font-size: 2rem;
    }

    .nz-mag-lead {
        min-height: 330px;
    }

    .nz-mag-lead > div {
        padding: 20px;
    }

    .nz-mag-ticker__inner {
        grid-template-columns: 1fr;
    }

    .nz-mag-cats {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 2px;
    }

    .nz-mag-cats a {
        flex: 0 0 auto;
    }
}
