/* Force the specific Elementor section to full width */
.elementor-element.elementor-element-479e78ae {
    width: 100% !important;
    max-width: 100% !important;
}

.elementor-element.elementor-element-479e78ae > .elementor-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* Force the Posts widget to display 3 cards per row */
.elementor-element-3e8171d .elementor-posts-container {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}

.elementor-element-3e8171d .elementor-post {
    width: calc(33.333% - 20px) !important;
    margin: 10px !important;
}

/* Responsive tablet (2 columns) */
@media (max-width: 1024px) {
    .elementor-element-3e8171d .elementor-post {
        width: calc(50% - 20px) !important;
    }
}

/* Responsive mobile (1 column) */
@media (max-width: 767px) {
    .elementor-element-3e8171d .elementor-post {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
