.category-posts-container {
    padding: 20px;
}

.category-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    
}

.category-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.post-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.post-thumbnail img {
    width: 100%;
    height: auto;
}

.post-content {
    padding: 15px;
    font-family: 'Poppins' !important;
}

.post-title {
    font-size: 10px;
    margin-bottom: 10px;
    font-family: 'Poppins' !important;
}

.post-title a {
    color: #333;
    text-decoration: none;
}

.post-title a:hover {
    color: #0073aa;
}

.post-date {
    font-size: 14px;
    color: #777;
    
}
.nav-links{
    margin-left: 45% !important;
    margin-top: 10px !important;
    font-size: 20px !important;
}
.category-posts-grid .post-card .post-content .post-title a {
    font-size: 15px !important; 
   
}
#unlimited_posts_display_posts_shortcode .listing-item {
    width: 88% !important; 
}

.post-date .post-author {
    margin-left: 10px; 
}


#load-more-cat-page {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
   
}

.load-more-container{
    width: 20%;
    margin-left: 45%;
    margin-top: 2%;
}

#load-more-cat-page:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
@media screen and (max-width: 768px) {
    #load-more-cat-page {
        font-size: 14px; 
       padding: 10px 20px; 
    }
    .load-more-container {
        width: 50%;
        margin-left: auto; 
        margin-right: auto;
        margin-top: 2%; 
    }
}

.post-title {
    margin: 0; 
    padding: 0; 
    line-height: 1.2; 
    font-family: 'Poppins' !important;
    font-size: 15px !important;
}

.post-title a {
    color: #333;
    text-decoration: none;
    display: block; 
    margin: 0;
    padding: 0;
}


.post-card .post-content .post-title {
    margin: 0;
    padding: 0;
}


.site-content {
    padding: 40px !important;
}