.elementor-1295 .elementor-element.elementor-element-5ac631a2{--display:flex;--min-height:249px;--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-1295 .elementor-element.elementor-element-5ac631a2.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1295 .elementor-element.elementor-element-350888d{width:100%;max-width:100%;}.elementor-1295 .elementor-element.elementor-element-5f621fd9{--display:flex;--min-height:0px;--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-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1295 .elementor-element.elementor-element-4d91b722 .elementor-heading-title{font-family:"AirBnb_XBd", Sans-serif;font-size:16px;color:var( --e-global-color-text );}.elementor-1295 .elementor-element.elementor-element-8dab5a4{width:100%;max-width:100%;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(min-width:768px){.elementor-1295 .elementor-element.elementor-element-5ac631a2{--content-width:1500px;}.elementor-1295 .elementor-element.elementor-element-5f621fd9{--content-width:1500px;}}@media(max-width:767px){.elementor-1295 .elementor-element.elementor-element-5ac631a2{--min-height:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for acf_content_grid_widget, class: .elementor-element-350888d */.post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
}

.post-item {
    border: none;
    border-radius: 11px;
    padding: 0;
    text-align: left;
    transition: transform 0.3s;
}

.post-item h3 {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    padding-top: 9px;
}

.post-thumbnail {
    width: 100%;
    height: 0;
    padding-top: 100%; /* Maintain a square aspect ratio */
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.post-item:hover {
    transform: scale(1.01); /* Slight zoom effect */
}/* End custom CSS */
/* Start custom CSS for acf_content_grid_widget, class: .elementor-element-8dab5a4 */.post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.post-item {
    border: none;
    border-radius: 11px;
    padding: 0;
    text-align: left;
    transition: transform 0.3s;
}

.post-item h3 {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    padding-top: 9px;
}

.post-thumbnail {
    width: 100%;
    height: 0;
    padding-top: 100%; /* Maintain a square aspect ratio */
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.post-item:hover {
    transform: scale(1.01); /* Slight zoom effect */
}/* End custom CSS */