/* Articles & News — TNF home4 */
.tnf-blog-home4 {
    background-color: #eceffd !important;
    padding-top: clamp(3rem, 5vw, 4.5rem) !important;
    padding-bottom: clamp(3rem, 5vw, 4.5rem) !important;
    margin-top: 0 !important;
}

.tnf-blog-home4 .section-title {
    margin-bottom: clamp(2rem, 3.5vw, 3rem) !important;
}

.tnf-blog-home4 .section-title h2 {
    font-family: var(--fontFamily1, "Plus Jakarta Sans", sans-serif);
    font-size: clamp(1.75rem, 2.8vw, 2.5rem);
    font-weight: 800;
    color: #1f2b40;
    margin-bottom: 0.75rem !important;
}

.tnf-blog-home4 .section-title p {
    font-size: clamp(1rem, 1.4vw, 1.125rem);
    color: #656a7b;
    max-width: 42rem;
    margin: 0 auto;
    line-height: 1.55;
}

.tnf-blog-home4 .blog-single {
    border-radius: 12px !important;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08) !important;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tnf-blog-home4 .blog-single-img {
    border-radius: 12px 12px 0 0;
}

.tnf-blog-home4 .blog-single-meta {
    top: 14px;
    right: 14px;
    left: auto;
    background-color: #1f2b40 !important;
    color: #fff !important;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 100px;
    box-shadow: none;
}

.tnf-blog-home4 .blog-single-rating {
    margin-top: -20px;
    padding: 0 18px;
}

.tnf-blog-home4 .blog-single-rating > div {
    background: #e7f3ff !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    padding: 10px 14px !important;
}

.tnf-blog-home4 .blog-single-rating .user-content {
    color: var(--system_primery_color, #38485c) !important;
    font-weight: 500;
}

.tnf-blog-home4 .blog-single-rating .date span {
    color: var(--system_primery_color, #38485c) !important;
    font-size: 0.875rem;
}

.tnf-blog-home4 .blog-single-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.875rem 1.875rem !important;
}

.tnf-blog-home4 .blog-single-content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2b40;
    min-height: auto;
    margin-bottom: 0.75rem;
}

.tnf-blog-home4 .blog-single-content p {
    color: #656a7b;
    margin-bottom: 1.25rem;
    flex: 1;
}

.tnf-blog-home4 .blog-single-content .theme-btn {
    align-self: flex-start;
    background: #1f2b40 !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 0.625rem 1.125rem;
    font-weight: 500;
}

.tnf-blog-home4 .blog-single-content .theme-btn:hover {
    background: var(--system_primery_color, #38485c) !important;
    color: #fff !important;
}

.tnf-blog-home4 .blog-slider .owl-nav button {
    width: 56px;
    height: 56px;
    border-radius: 50% !important;
    background: #fff !important;
    color: #1f2b40 !important;
    box-shadow: 0 4px 18px rgba(31, 43, 64, 0.12);
}

.tnf-blog-home4 .blog-slider .owl-nav button:hover {
    background: #1f2b40 !important;
    color: #fff !important;
}

.tnf-blog-home4 .blog-slider .owl-stage-outer {
    padding-bottom: 2.5rem;
}
