/* Account-sale editorial blocks: keep the visual in the same readable flow on every viewport. */
html body.ip-inner-page.ip-account-sale-page .ip-growth-benefits-reference .ip-growth-benefits-photo {
    overflow: hidden;
}

html body.ip-inner-page.ip-account-sale-page .ip-growth-benefits-reference .ip-growth-benefits-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {
    html body.ip-inner-page.ip-account-sale-page .ip-growth-benefits-reference .ip-growth-benefits-layout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 20px !important;
    }

    html body.ip-inner-page.ip-account-sale-page .ip-growth-benefits-reference .ip-growth-benefits-copy,
    html body.ip-inner-page.ip-account-sale-page .ip-growth-benefits-reference .ip-growth-benefits-visual {
        grid-column: 1 !important;
        grid-row: auto !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }

    html body.ip-inner-page.ip-account-sale-page .ip-growth-benefits-reference .ip-growth-benefits-copy {
        order: 1 !important;
    }

    html body.ip-inner-page.ip-account-sale-page .ip-growth-benefits-reference .ip-growth-benefits-visual {
        order: 2 !important;
        aspect-ratio: 4 / 5 !important;
        min-height: 0 !important;
    }

    html body.ip-inner-page.ip-account-sale-page .ip-growth-benefits-reference .ip-growth-benefits-photo,
    html body.ip-inner-page.ip-account-sale-page .ip-growth-benefits-reference .ip-growth-benefits-photo-main {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
}
