.services-items .services-item .services-content p {
    margin-top: 8px;
}

.blog-area {
    padding-top: 50px;
    padding-bottom: 80px;
}

.list li {
    font-size: 15px;
    font-weight: 400;
    color: #293957;
    margin-top: 7px;
    width: 64%;
    position: relative;
    padding-left: 0px;
    padding-right: 10px;
}

.blog-single-area {
    padding-top: 70px;
    padding-bottom: 70px;
}

.post-content-inner img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 30px;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.post-items {
    list-style: none;
    padding: 0;
}

.post-items li {
    margin-bottom: 20px;
}

.single-post {
    display: flex;
    gap: 15px;
}

.post-image {
    flex: 0 0 80px;
}

.post-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.post-content .post-title {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.4;
}

.post-content .post-title a {
    color: #1e293b;
    text-decoration: none;
    transition: color 0.3s;
}

.post-content .post-title a:hover {
    color: var(--primary-color);
}

.news-meta {
    font-size: 11px;
    color: #64748b;
    display: flex;
    gap: 10px;
}

.news-meta a {
    color: inherit;
    text-decoration: none;
}
