

/* Start:/local/templates/platinumstore/components/bitrix/news.detail/platinum_news_detail/style.css?17806684553756*/
/* ===== News Detail Page ===== */

.nd-article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 80px;
}

.nd-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #777;
    text-decoration: none;
    margin-bottom: 30px;
    transition: color 0.2s;
}

.nd-back:hover {
    color: var(--color-accent, #85c635);
}

/* HEADER */
.nd-header {
    margin-bottom: 30px;
}

.nd-cat {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.nd-title {
    font-size: 38px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 18px;
}

.nd-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 14px;
    color: #999;
}

.nd-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* COVER */
.nd-cover {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 32px;
    background: #f5f5f5;
}

.nd-cover img {
    width: 100%;
    height: auto;
    display: block;
}

/* LEAD */
.nd-lead {
    background: #f8f8f8;
    border-left: 4px solid var(--color-accent, #85c635);
    border-radius: 0 10px 10px 0;
    padding: 18px 22px;
    margin-bottom: 32px;
}

.nd-lead p {
    font-size: 17px;
    color: #444;
    line-height: 1.7;
    margin: 0;
    font-style: italic;
}

/* BODY */
.nd-body {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.nd-body h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 36px 0 16px;
}

.nd-body h3 {
    font-size: 21px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 28px 0 12px;
}

.nd-body p {
    margin-bottom: 18px;
}

.nd-body ul,
.nd-body ol {
    padding-left: 22px;
    margin-bottom: 18px;
}

.nd-body li {
    margin-bottom: 8px;
}

.nd-body img {
    max-width: 100%;
    border-radius: 12px;
    margin: 20px 0;
}

.nd-body blockquote {
    background: #f8f8f8;
    border-left: 4px solid var(--color-accent, #85c635);
    padding: 16px 22px;
    border-radius: 0 10px 10px 0;
    margin: 24px 0;
    font-style: italic;
    color: #555;
}

/* NAV */
.nd-nav {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.nd-nav__item {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 18px 22px;
    flex: 1;
    max-width: 47%;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.nd-nav__item:hover {
    border-color: var(--color-accent, #85c635);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.nd-nav__next {
    justify-content: flex-end;
    text-align: right;
}

.nd-nav__item span {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nd-nav__item small {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #aaa;
    font-weight: 700;
}

.nd-nav__item span:last-child {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
}

.nd-nav__item i {
    color: var(--color-accent, #85c635);
    font-size: 16px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .nd-title {
        font-size: 28px;
    }

    .nd-nav {
        flex-direction: column;
    }

    .nd-nav__item {
        max-width: 100%;
    }
}
/* End */
/* /local/templates/platinumstore/components/bitrix/news.detail/platinum_news_detail/style.css?17806684553756 */
