/* Fix admin + phone layout to match main IGFT landing */

/* EN version - page60203399.html */
/* Container with devices */
[data-elem-id="1766418154614000002"] {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 340px !important;
}

/* Desktop/Laptop (admin) - center, 72% width */
[data-elem-id="1766418154614000002"] > div:first-child {
    width: 72% !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Phone - absolute position, overlay on laptop (right bottom) */
[data-elem-id="1766418154614000002"] > div:last-child {
    position: absolute !important;
    right: 5% !important;
    bottom: 6% !important;
    width: 18% !important;
    z-index: 2 !important;
}

/* Mobile responsive */
@media screen and (max-width: 1199px) {
    [data-elem-id="1766418154614000002"] > div:first-child {
        width: 85% !important;
    }

    [data-elem-id="1766418154614000002"] > div:last-child {
        width: 22% !important;
        right: 3% !important;
        bottom: 4% !important;
    }
}

@media screen and (max-width: 640px) {
    [data-elem-id="1766418154614000002"] {
        min-height: 240px !important;
    }

    [data-elem-id="1766418154614000002"] > div:first-child {
        width: 95% !important;
    }

    [data-elem-id="1766418154614000002"] > div:last-child {
        width: 28% !important;
        right: 2% !important;
        bottom: 3% !important;
    }
}
