/* Ensure site is visible on PC/laptop (centered layout, never hidden) */

html {
    min-height: 100%;
}

@media (min-width: 768px) {
    body.jio-plans-page,
    body.jio-payment-page {
        margin-left: auto;
        margin-right: auto;
    }
}
