.agro-blog-card{
    border-radius:  8px 8px 8px 8px;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.agro-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.agro-blog-card:hover .ag-post-image{
    transform: scale(1.03)!important;
}


.ag-blog-content{
    border-radius:  0 0 8px 8px!important;
    padding: 20px!important;
    gap:  15px!important;
}

.ag-blog-thumb{
    border-radius: 8px 8px 0 0 !important;
}

.ag-post-image{
    height: 180px;
}

.ag-post-image img{
    height: 100%;
    object-fit: cover;
}

.agro-blog-title{
    width: 100%;
    text-align: start;
    font-size: 17px !important;
    color: #212529;
    height: 72px;
    overflow: hidden;
    max-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.agro-blog-title a:hover{
    color: #212529;
}

.agro-blog-excerpt{
    text-align: start;
    font-size: 13px;
}

.agro-blog-cat{
    width: 100%;
    text-align: start;
}
.agro-blog-cat a{
    font-family: "Agro-Medium", Arial, Helvetica, sans-serif;
    color: #4caf50;
    font-size: 14px;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}


.ag-blog-post-meta{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;

}
.ag-post-date-full{
    display: flex;
    gap: 5px;
    font-size: 13px;
    color: #777;
}

.post-date-ago{
    display: flex;
    gap: 5px;
    font-size: 13px;
    color: #777;
}
.ag-post-date-full i, .post-date-ago i  {
    padding-top: 1px;
}

.agro-read-more-blog{
    width: 100%;
    margin-top: 22px;
    margin-bottom: -7px;
}

.agro-read-more-blog .wd-post-read-more{
    text-align: start;
}

.agro-read-more-blog .wd-post-read-more a{
    background: #4caf50;
    color: #fff;
    margin-top: 15px;
    padding: 12px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Agro-Regular', Arial, Helvetica, sans-serif;
    font-weight: 100;
}

.agro-read-more-blog .wd-post-read-more a:hover{
    background: #3a6b35;
    opacity: 1!important;
}

/*single*/

.single-post  .wd-page-wrapper{
    background: #f5f5f5;
}


.single-post #main-content{
    padding-block: 0;
    max-width: 100%;
    padding-inline: 0;
}

.agro-single-blog-header{
    position: relative;
    background-image: linear-gradient(rgb(0 0 0), rgb(0 0 0)) !important;
}

.agro-post-heading{
    height: 100%;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 48px;
}

@media only screen and (max-width: 768px) {
    .agro-post-heading{
        font-size: 35px;
    }
}

.agro-post-meta{
    height: 100%;
    position: absolute;
    z-index: 2;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    top: 65px;
    color: #fff;
}

.agro-post-meta .wd-post-date{
    color: #ffffff !important;
    font-size: 14px;
}
.post-date-ago{
    color: #fff;
    font-size: 14px;
}

.agro-single-blog-header .wd-post-image{
    width: 100%;
}

.agro-single-blog-header .wd-post-image img{
    border-radius: 0;
    width: 100%;
    height: 350px;
    object-fit: cover;
    opacity: 0.3;
}

.agro-blog-entry-content{
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    padding: 30px 50px 90px 50px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}
 

.agro-beck-to-blog-archive .back-link {
    display: inline-block;
    margin: 20px 30px;
    text-decoration: none;
    color: #4caf50;
    font-weight: 500;
    font-family: 'Agro-Regular', Arial, Helvetica, sans-serif;
}