/*
 * Homepage content actions, mobile only.
 *
 * Elementor keeps these element IDs in the EN, ES and RU homepage copies.
 * Keep the team action visible and centered while the compact mobile flow
 * hides only the redundant home-section link and the city-card CTA in the
 * New Build / Costa Blanca block. The Elementor IDs are shared by the EN,
 * ES and RU homepage copies.
 */
@media (max-width: 767.98px) {
    /* Use the same 15px mobile content gutter as the "Find your Dream Home
     * in Valencia and Costa Blanca" block.  These are the main content
     * sections after the finder; their backgrounds may stay full bleed, but
     * all visible cards and copy now share one stable left/right edge. */
    :root body.home .elementor-element-4f43f80,
    :root body.home .elementor-element-4258d43,
    :root body.home .elementor-element-6b274d3,
    :root body.home .elementor-element-9b8f388 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    :root body.home .elementor-element-4f43f80 > .e-con-inner,
    :root body.home .elementor-element-4258d43 > .e-con-inner,
    :root body.home .elementor-element-6b274d3 > .e-con-inner,
    :root body.home .elementor-element-9b8f388 > .e-con-inner {
        box-sizing: border-box !important;
        width: auto !important;
        max-width: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    /* The finder lives one nested container deeper than the following
     * sections.  Align its outer panel with the same 15px content rail while
     * preserving its own 16px internal card padding. */
    :root body.home.artbin-home-gold-search-active .artbin-service-filter--home {
        width: calc(100% + 34px) !important;
        margin-left: -5px !important;
    }

    /* The “See more” link beside the property-section heading is redundant. */
    .elementor-element-ae865e7 {
        display: none !important;
    }

    /* “View all the team” stays available, but is centered on the page. */
    .elementor-element-771fea1,
    .elementor-element-771fea1 .elementor-button-wrapper {
        width: 100% !important;
        text-align: center !important;
    }

    .elementor-element-771fea1 .elementor-button-wrapper {
        display: flex !important;
        justify-content: center !important;
    }

    .elementor-element-771fea1 .elementor-button {
        margin-inline: auto !important;
    }

    /* New Build / Costa Blanca city cards keep their images and labels,
     * but no longer render the “More details” text-and-arrow row. */
    .elementor-element-d479a8a .grid-item-text-wrap > .d-flex.align-items-center.justify-content-between {
        display: none !important;
    }

    .elementor-element-e2ea29c,
    .elementor-element-e2ea29c .elementor-button-wrapper {
        width: 100% !important;
        text-align: center !important;
    }

    .elementor-element-e2ea29c .elementor-button-wrapper {
        display: flex !important;
        justify-content: center !important;
    }
}
