.elementor-1285 .elementor-element.elementor-element-2078e3df{--display:flex;}.elementor-1285 .elementor-element.elementor-element-da7eda8{width:100%;max-width:100%;}.elementor-1285 .elementor-element.elementor-element-da7eda8.elementor-element{--align-self:center;}.elementor-1285 .elementor-element.elementor-element-399b6279{--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-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-1285 .elementor-element.elementor-element-6a0a46d .elementor-heading-title{font-family:"AirBnb_XBd", Sans-serif;font-size:16px;color:var( --e-global-color-text );}.elementor-1285 .elementor-element.elementor-element-d7782de{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(max-width:767px){.elementor-1285 .elementor-element.elementor-element-2078e3df{--min-height:429px;}.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-da7eda8 */.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 */
/* Start custom CSS for acf_content_grid_widget, class: .elementor-element-d7782de */.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 */