.nv-single-post-shell {
    background: #f5f7fb;
    padding: 34px 18px 54px;
}

.nv-single-post-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    max-width: 1180px;
    margin: 0 auto;
    align-items: start;
}

.nv-single-post-main {
    background: #ffffff;
    border: 1px solid #dfe5ee;
    border-radius: 8px;
    padding: 34px;
}

.nv-single-post-header {
    margin-bottom: 24px;
}

.nv-single-post-header h1 {
    margin: 0 0 10px;
    color: #172033;
    font-size: 34px;
    line-height: 1.25;
}

.nv-single-post-meta {
    color: #6b7280;
    font-size: 14px;
}

.nv-single-post-featured {
    margin: 0 0 24px;
}

.nv-single-post-featured img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.nv-single-post-content {
    color: #2f3a4a;
    font-size: 17px;
    line-height: 1.78;
}

.nv-single-post-content p {
    margin: 0 0 20px;
}

.nv-single-post-content img {
    max-width: 100%;
    height: auto;
}

.nv-single-post-sidebar {
    display: grid;
    gap: 16px;
    position: sticky;
    top: 24px;
}

.nv-sidebar-widget {
    background: #ffffff;
    border: 1px solid #dfe5ee;
    border-radius: 8px;
    padding: 18px;
}

.nv-sidebar-widget h2 {
    margin: 0 0 12px;
    color: #172033;
    font-size: 17px;
    line-height: 1.3;
}

.nv-sidebar-widget p {
    margin: 0 0 14px;
    color: #526173;
    font-size: 14px;
    line-height: 1.55;
}

.nv-sidebar-donate__button {
    display: block;
    width: 100%;
    margin: 0 0 14px;
    padding: 11px 14px;
    border-radius: 6px;
    background: #2563eb;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
}

.nv-sidebar-donate__button:hover {
    background: #1d4ed8;
}

.nv-sidebar-donate__method {
    padding: 12px 0;
    border-top: 1px solid #e5eaf2;
}

.nv-sidebar-donate__method strong,
.nv-sidebar-donate__method span {
    display: block;
}

.nv-sidebar-donate__method strong {
    margin-bottom: 4px;
    color: #172033;
    font-size: 13px;
    text-transform: uppercase;
}

.nv-sidebar-donate__method span {
    color: #526173;
    font-size: 13px;
    line-height: 1.45;
}

.nv-sidebar-recent ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nv-sidebar-recent li {
    margin: 0;
}

.nv-sidebar-recent a {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    color: #172033;
    text-decoration: none !important;
}

.nv-sidebar-recent img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 6px;
    background: #eef2f7;
}

.nv-sidebar-recent span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.nv-sidebar-recent a:hover span {
    color: #2563eb;
}

@media (max-width: 980px) {
    .nv-single-post-layout {
        grid-template-columns: 1fr;
    }

    .nv-single-post-sidebar {
        position: static;
    }
}

@media (max-width: 640px) {
    .nv-single-post-shell {
        padding: 20px 12px 36px;
    }

    .nv-single-post-main {
        padding: 22px;
    }

    .nv-single-post-header h1 {
        font-size: 26px;
    }

    .nv-single-post-content {
        font-size: 16px;
    }
}
