.lnp-single {
    --lnp-blue: #404eaf;
    --lnp-dark: #07111f;
    --lnp-muted: #667085;
    --lnp-border: #e7eaf1;
    --lnp-red: #ef3028;
    --lnp-green: #0f8b4c;
    --lnp-purple: #8b3dff;
    background: #fff;
    color: var(--lnp-dark);
    font-family: Inter, Manrope, "Plus Jakarta Sans", Arial, sans-serif;
}

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

.lnp-single a {
    color: inherit;
}

.lnp-site-header {
    max-width: 1320px;
    margin: 0 auto 28px;
    border-bottom: 1px solid var(--lnp-border);
    background: #fff;
}

.lnp-site-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 22px 24px 18px;
}

.lnp-logo {
    display: inline-grid;
    color: #07111f;
    font-weight: 900;
    font-size: 42px;
    line-height: .8;
    text-decoration: none;
    letter-spacing: 0;
}

.lnp-logo span,
.lnp-logo strong {
    grid-row: 1;
}

.lnp-logo strong {
    color: var(--lnp-red);
    margin-left: 156px;
}

.lnp-logo small {
    margin-top: 7px;
    color: #27364c;
    font-size: 12px;
    font-weight: 800;
}

.lnp-top-links {
    display: flex;
    gap: 22px;
    color: #101828;
    font-size: 14px;
    font-weight: 750;
}

.lnp-top-links a,
.lnp-main-nav a,
.lnp-ticker a {
    text-decoration: none;
}

.lnp-main-nav {
    display: flex;
    gap: 0;
    overflow-x: auto;
    background: #061120;
    padding: 0 18px;
}

.lnp-main-nav a {
    flex: 0 0 auto;
    padding: 16px 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
}

.lnp-main-nav a:hover {
    background: rgba(255, 255, 255, .08);
}

.lnp-ticker {
    display: flex;
    gap: 14px;
    align-items: center;
    overflow: hidden;
    padding: 12px 24px;
    border-bottom: 1px solid var(--lnp-border);
}

.lnp-ticker strong {
    flex: 0 0 auto;
    border-radius: 5px;
    background: var(--lnp-red);
    color: #fff;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 900;
}

.lnp-ticker div {
    display: flex;
    gap: 26px;
    min-width: 0;
    overflow-x: auto;
}

.lnp-ticker a {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 750;
}

.lnp-single__wrap {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px 56px;
}

.lnp-breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    min-width: 0;
    margin-bottom: 20px;
    color: #98a2b3;
    font-size: 13px;
}

.lnp-breadcrumb a {
    color: #667085;
    text-decoration: none;
}

.lnp-breadcrumb span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lnp-single__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 46px;
    align-items: start;
}

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

.lnp-category-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: 5px;
    background: var(--lnp-red);
    color: #fff;
    padding: 0 11px;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 0;
}

.lnp-cat-kronika {
    background: #111;
}

.lnp-cat-sport,
.lnp-cat-sport-2 {
    background: var(--lnp-green);
}

.lnp-cat-druzabno {
    background: var(--lnp-purple);
}

.lnp-article__title {
    max-width: 940px;
    margin: 18px 0 22px;
    color: #07111f;
    font-size: clamp(42px, 4.2vw, 54px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    overflow-wrap: break-word;
}

.lnp-article__excerpt {
    max-width: 850px;
    margin: 0 0 26px;
    color: #5f6875;
    font-size: 24px;
    font-weight: 520;
    line-height: 1.5;
}

.lnp-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
    margin: 0 0 22px;
    color: #586273;
    font-size: 16px;
    font-weight: 750;
}

.lnp-article-meta span:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-left: 12px;
    border-radius: 50%;
    background: #c7ceda;
    vertical-align: middle;
}

.lnp-share {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 28px;
}

.lnp-share__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--lnp-border);
    border-radius: 999px;
    background: #fff;
    color: #1d2939;
    padding: 0;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.lnp-share__button:hover {
    transform: translateY(-2px);
    border-color: var(--lnp-blue);
    color: var(--lnp-blue);
    box-shadow: 0 10px 24px rgba(64, 78, 175, .16);
}

.lnp-share__notice {
    color: var(--lnp-green);
    font-size: 13px;
    font-weight: 800;
}

.lnp-featured {
    margin: 0 0 38px;
}

.lnp-featured img {
    display: block;
    width: 100%;
    height: clamp(500px, 44vw, 650px);
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
}

.lnp-featured figcaption {
    margin-top: 10px;
    color: #788397;
    font-size: 14px;
}

.lnp-single--hero .lnp-breadcrumb {
    margin-bottom: 16px;
}

.lnp-single-hero {
    margin: 0 0 24px;
}

.lnp-single-hero__media {
    position: relative;
    min-height: clamp(560px, 48vw, 680px);
    overflow: hidden;
    border-radius: 16px;
    background: #101828;
}

.lnp-single-hero__image {
    display: block;
    width: 100%;
    height: clamp(560px, 48vw, 680px);
    object-fit: cover;
    object-position: center center;
}

.lnp-single-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(4, 9, 18, .88) 0%,
        rgba(4, 9, 18, .45) 48%,
        rgba(4, 9, 18, .05) 78%
    );
}

.lnp-single-hero__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 960px;
    padding: 48px 56px;
    color: #fff;
}

.lnp-single-hero__category {
    margin-bottom: 18px;
}

.lnp-single-hero__title {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(48px, 5vw, 64px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: 0;
    overflow-wrap: break-word;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .28);
}

.lnp-single-hero__excerpt {
    max-width: 850px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .9);
    font-size: 23px;
    font-weight: 520;
    line-height: 1.45;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .24);
}

.lnp-single-hero .lnp-article-meta {
    margin: 0;
    color: rgba(255, 255, 255, .88);
    text-shadow: 0 2px 10px rgba(0, 0, 0, .28);
}

.lnp-single-hero .lnp-article-meta span:not(:last-child)::after {
    background: rgba(255, 255, 255, .62);
}

.lnp-single-hero__caption {
    margin: 10px 0 0;
    color: #788397;
    font-size: 14px;
}

.lnp-single--hero .lnp-share {
    margin: 22px 0 34px;
}

.lnp-article__content {
    max-width: 820px;
    color: #202939;
    font-size: 18px;
    line-height: 1.75;
}

.lnp-article__content p {
    margin: 0 0 1.55em;
}

.lnp-article__content h2 {
    margin: 1.9em 0 .7em;
    color: #07111f;
    font-size: 32px;
    line-height: 1.18;
}

.lnp-article__content h3 {
    margin: 1.7em 0 .65em;
    color: #07111f;
    font-size: 25px;
    line-height: 1.25;
}

.lnp-article__content img,
.lnp-article__content video,
.lnp-article__content iframe {
    max-width: 100%;
}

.lnp-article__content blockquote {
    margin: 1.6em 0;
    border-left: 5px solid var(--lnp-red);
    border-radius: 10px;
    background: #fff6f5;
    padding: 22px 24px;
    color: #101828;
    font-size: 22px;
    font-weight: 650;
    line-height: 1.45;
}

.lnp-sidebar {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 24px;
}

.lnp-side-box {
    border: 1px solid var(--lnp-border);
    border-radius: 14px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 16px 42px rgba(16, 24, 40, .08);
}

.lnp-side-box h2 {
    margin: 0 0 18px;
    color: #07111f;
    font-size: 17px;
    font-weight: 950;
    text-transform: uppercase;
}

.lnp-side-list {
    display: grid;
    gap: 16px;
}

.lnp-side-item {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #eef1f6;
    text-decoration: none;
}

.lnp-side-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.lnp-side-item img {
    width: 118px;
    height: 84px;
    border-radius: 11px;
    object-fit: cover;
}

.lnp-side-placeholder {
    display: block;
    width: 118px;
    height: 84px;
    border-radius: 11px;
    background: linear-gradient(135deg, #404eaf, #eef2ff);
}

.lnp-side-item strong {
    display: block;
    color: #07111f;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.22;
}

.lnp-side-item em {
    display: block;
    margin-top: 5px;
    color: #7b8597;
    font-size: 13px;
    font-style: normal;
    font-weight: 750;
}

.lnp-ad-box {
    display: block;
    min-height: 0;
    background: #fff;
    color: #46536b;
    text-align: left;
}

.lnp-ad-box span {
    display: block;
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}

.lnp-ad-card {
    display: grid;
    gap: 12px;
}

.lnp-ad-card__image {
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(64, 78, 175, .85), rgba(239, 48, 40, .75)),
        linear-gradient(45deg, #dbe4ff, #fff);
}

.lnp-ad-card strong {
    font-size: 21px;
    color: #182235;
    line-height: 1.15;
}

.lnp-ad-card p {
    margin: 0;
    color: #687083;
    font-size: 14px;
    line-height: 1.45;
}

.lnp-ad-card a {
    display: inline-flex;
    justify-content: center;
    width: max-content;
    border-radius: 999px;
    background: var(--lnp-blue);
    color: #fff;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.lnp-after-article {
    max-width: 980px;
    margin-top: 56px;
}

.lnp-bottom-section {
    margin-top: 42px;
    border-top: 1px solid var(--lnp-border);
    padding-top: 26px;
}

.lnp-bottom-section h2 {
    margin: 0 0 18px;
    color: #07111f;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: 0;
}

.lnp-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.lnp-related-card {
    display: grid;
    gap: 10px;
    text-decoration: none;
}

.lnp-related-card img,
.lnp-related-placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 12px;
    object-fit: cover;
    background: linear-gradient(135deg, #404eaf, #eef2ff);
}

.lnp-related-card strong {
    color: #07111f;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.22;
}

.lnp-related-card em {
    color: #7b8597;
    font-size: 13px;
    font-style: normal;
    font-weight: 750;
}

.lnp-latest-strip {
    display: grid;
    gap: 0;
    border: 1px solid var(--lnp-border);
    border-radius: 14px;
    overflow: hidden;
}

.lnp-latest-strip a {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid var(--lnp-border);
    text-decoration: none;
}

.lnp-latest-strip a:last-child {
    border-bottom: 0;
}

.lnp-latest-strip span {
    color: var(--lnp-blue);
    font-size: 13px;
    font-weight: 900;
}

.lnp-latest-strip strong {
    color: #07111f;
    font-size: 16px;
    font-weight: 850;
}

.lnp-stajcast-block {
    margin-top: 42px;
    border-radius: 16px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(122, 0, 14, .96), rgba(122, 0, 14, .78)),
        linear-gradient(135deg, #101828, #344054);
    color: #fff;
    padding: 28px;
}

.lnp-stajcast-block span {
    font-size: 13px;
    font-weight: 950;
}

.lnp-stajcast-block h2 {
    max-width: 620px;
    margin: 8px 0 18px;
    color: #fff;
    font-size: 28px;
    line-height: 1.15;
}

.lnp-stajcast-block a {
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 999px;
    color: #fff;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}
