/* Normalitza el shortcode perquè ocupi el mateix espai que un widget Imatge d'Elementor. */
.anbi-random-project-hero {
    position: relative;
    z-index: 20;
    display: block;
    width: var(--anbi-random-hero-width, 100%);
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    line-height: 0;
    pointer-events: auto !important;
    cursor: pointer;
}

.anbi-random-project-hero img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    pointer-events: none;
}

/* El contenidor de l'animació podia tenir pointer-events:none. El fill clicable el reactiva. */
.anbi-laptop-scene .anbi-random-project-hero {
    pointer-events: auto !important;
}



.anbi-funcionalitats {
    white-space: pre-line;
}


/* =========================================================
   HERO RANDOM · MÒBIL
   Evita que el mockup tapi el text inferior
   ========================================================= */



@media (max-width: 767px) {

    .anbi-laptop-3d {
        transform: translateY(220px);
        margin-bottom: 220px;
    }

}