.elementor-745 .elementor-element.elementor-element-50191d0{--display:flex;}.elementor-745 .elementor-element.elementor-element-82fb25a{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;text-align:center;}.elementor-745 .elementor-element.elementor-element-82fb25a .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:41px;font-style:italic;text-decoration:underline;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0px 0px 10px #D86B0D;color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-a27df37 *//* ==========================================
   GS PREMIUM BLOG GRID
========================================== */

/* Section Background */
.gayersodai-blog-wrap{
    background:#fffbea;
    padding:60px 25px;
    border-radius:24px;
}

/* Grid */
.gayersodai-blog-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:28px;
}

/* Card */
.gayersodai-blog-card{
    background:#fff;
    border:1px solid rgba(217,119,6,.12);
    border-radius:18px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    height:100%;
    transition:.35s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.gayersodai-blog-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(217,119,6,.18);
    border-color:#d97706;
}

/* Image */

.gayersodai-blog-thumb{
    display:block;
    overflow:hidden;
}

.gayersodai-blog-img{
    width:100%;
    aspect-ratio:16/10;
    object-fit:cover;
    transition:.45s;
}

.gayersodai-blog-card:hover .gayersodai-blog-img{
    transform:scale(1.06);
}

/* Content */

.gayersodai-blog-content{
    padding:24px;
    display:flex;
    flex-direction:column;
    flex:1;
}

/* Date */

.gayersodai-blog-date,
.gayersodai-blog-meta{
    color:#d97706;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.6px;
    margin-bottom:12px;
}

/* Title */

.gayersodai-blog-title{
    margin:0 0 14px;
    font-size:24px;
    font-weight:700;
    line-height:1.35;
}

.gayersodai-blog-title a{
    color:#1f2937;
    text-decoration:none;
    transition:.25s;
}

.gayersodai-blog-title a:hover{
    color:#d97706;
}

/* Excerpt */

.gayersodai-blog-excerpt{
    color:#6b7280;
    font-size:15px;
    line-height:1.8;
    margin-bottom:22px;
    flex:1;
}

/* Button */

.gayersodai-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 26px;
    background:#d97706;
    color:#fff;
    border-radius:12px;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
    margin-top:auto;
}

.gayersodai-btn:hover{
    background:#b45309;
    color:#fff;
    transform:translateY(-2px);
}

/* Load More */

.gayersodai-loadmore-wrap{
    text-align:center;
    margin-top:45px;
}

#gayersodai-load-more{
    background:#d97706;
    color:#fff;
    border:none;
    border-radius:12px;
    padding:16px 40px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
    box-shadow:0 12px 30px rgba(217,119,6,.25);
}

#gayersodai-load-more:hover{
    background:#b45309;
}

/* Responsive */

@media(max-width:1024px){

.gayersodai-blog-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.gayersodai-blog-wrap{
    padding:30px 15px;
}

.gayersodai-blog-grid{
    grid-template-columns:1fr;
}

.gayersodai-blog-title{
    font-size:20px;
}

}/* End custom CSS */