.elementor-48 .elementor-element.elementor-element-616f4ce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-48 .elementor-element.elementor-element-30d2d29{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-48 .elementor-element.elementor-element-30d2d29 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-48 .elementor-element.elementor-element-30d2d29:after{content:"0.66";}.elementor-48 .elementor-element.elementor-element-30d2d29 .elementor-post__thumbnail__link{width:100%;}.elementor-48 .elementor-element.elementor-element-30d2d29 .elementor-post__meta-data span + span:before{content:"///";}.elementor-48 .elementor-element.elementor-element-30d2d29.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-48 .elementor-element.elementor-element-30d2d29.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-48 .elementor-element.elementor-element-30d2d29.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}@media(max-width:767px){.elementor-48 .elementor-element.elementor-element-30d2d29 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-48 .elementor-element.elementor-element-30d2d29:after{content:"0.5";}.elementor-48 .elementor-element.elementor-element-30d2d29 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for posts, class: .elementor-element-30d2d29 *//* BLOG SECTION ONLY */
.custom-blog .elementor-posts-container{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}

/* BLOG CARD */
.custom-blog .elementor-post{
    background:#f5efe6;
    border-radius:28px;
    overflow:hidden;
    max-width:380px;
    width:100%;
    padding-bottom:20px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:0.4s ease;
    border:1px solid #e7d9c7;
}

/* HOVER */
.custom-blog .elementor-post:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

/* IMAGE */
.custom-blog .elementor-post__thumbnail img{
    width:100%;
    height:240px;
    object-fit:cover;
}

/* CONTENT */
.custom-blog .elementor-post__text{
    padding:25px;
}

/* TITLE */
.custom-blog .elementor-post__title{
    font-size:32px !important;
    line-height:1.3em;
    font-weight:700;
}

.custom-blog .elementor-post__title a{
    color:#4b3425 !important;
    text-decoration:none;
}

/* META */
.custom-blog .elementor-post__meta-data{
    color:#9a8b7b;
    font-size:14px;
}

/* BUTTON */
.custom-blog .elementor-post__read-more{
    display:inline-block;
    margin-top:20px;
    background:#6b4328;
    color:#fff !important;
    padding:12px 24px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-616f4ce */.elementor-48 .elementor-element.elementor-element-616f4ce .elementor-post{
    background:#f5efe6;
    max-width:350px;
    border-radius:25px;
    overflow:hidden;
    padding-bottom:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    border:1px solid #eadfce;
    transition:0.3s ease;
}

.elementor-48 .elementor-element.elementor-element-616f4ce .elementor-post:hover{
    transform:translateY(-8px);
}

.elementor-48 .elementor-element.elementor-element-616f4ce .elementor-post__thumbnail img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.elementor-48 .elementor-element.elementor-element-616f4ce .elementor-post__text{
    padding:25px;
}

.elementor-48 .elementor-element.elementor-element-616f4ce .elementor-post__title{
    font-size:24px !important;
    line-height:1.4em;
    font-weight:700;
}

.elementor-48 .elementor-element.elementor-element-616f4ce .elementor-post__title a{
    color:#4b3425 !important;
}

.elementor-48 .elementor-element.elementor-element-616f4ce .elementor-post__meta-data{
    color:#9c8c7d;
    font-size:14px;
}

.elementor-48 .elementor-element.elementor-element-616f4ce .elementor-post__read-more{
    background:#6b4328;
    color:#fff !important;
    padding:12px 24px;
    border-radius:50px;
    display:inline-block;
    margin-top:15px;
    text-decoration:none;
}/* End custom CSS */