/*
 Theme Name:   GP Jobs
 Theme URI:    https://wplitetheme.com/gp-jobs/
 Description:  GeneratePress Child theme for Sarkari Jobs website. Using this child theme you can easily create a sarkari jobs website. This GeneratePress Child theme design by wplitetheme.com
 Author:       WPLiteTheme.com
 Author URI:   https://wplitetheme.com
 Template:     generatepress
 Version:      1.5.0
*/
/* WP Post Grid Layout */
.wp-post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.wp-post-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s;
}

.wp-post-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.wp-post-thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.wp-post-data {
    padding: 15px;
}

.wp-category {
    font-size: 12px;
    color: #833471;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.wp-post-title {
    font-size: 18px;
    color: #222;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.3;
    display: block;
    margin-bottom: 10px;
}

.wp-post-meta {
    font-size: 13px;
    color: #777;
}