/*
*
*
* NeonFlame Elementor Addon
*/
.post-card-image {
    position: relative;
    overflow: hidden;
    height: 172px;
    border-radius: 16px;
    margin-bottom: 24px;
}
.post-card-image a img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.blog-one-wrapper .inner-wrap{
    display: grid;
    gap: 16px;
    margin-bottom: 40px;
    grid-template-columns: 4fr 4fr 4fr 4fr;
}
.blog-one-wrapper .inner-wrap-flex-wrap{
  display: grid;
  grid-template-columns: 2fr 2fr;
}
.single-post-card{
    padding: 32px;
    background: #F3F4FF;
    border-radius: 24px;
}
.post-card-image-blog{
    border-radius: 16px;
}
.neon-section-header-blog{
    margin-bottom: 40px;
}
.neon-section-header-blog h2{
    text-align: left;
}
.post-card-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    align-items: center;
}
.post-categories{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.post-categories li a{
    margin-right: 5px;
    color: var(--primary);
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 400;
}

.post-categories li::after{
    content: ',';
}
.post-categories li:last-child::after{
    content: '';
}
.blog-item-main-header{
    min-height: 117px;
    font-size: 28px;
    font-weight: 600;
    color: var(--secondary);
}
.blog-item-description p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 40px;
}
.read-more-btn-card{
    margin: 0;
}
.read-more-btn-card a{
    background: transparent;
    display: block;
    display: flex;
    text-align: center;
    justify-content: center;
}
.read-more-btn-card:hover a{
    color: #1D2060;
    border: 2px solid #1D2060;
}
.blog-one-wrapper.mb-50 > .price-btn.btn-neon.w-100.mt-24.mb-50{
    display: flex;
    align-items: center;
    justify-content: center;
}
.load-more{
    width: 100%;
    max-width: 379px;
    margin: 0 auto;
}
.load-more a{
    display: flex;
    justify-content: center;
    align-items: center;
}