.show-on-mobile {
    visibility: collapse;
    height: 0;
}

/* UPDATE 2022-03-23 */
.visa-online-field-description {
    font-size: smaller;
}

.visa-online{
    font-size: initial;
}

@media screen and (max-width: 782px) {
    .show-on-mobile {
        visibility: visible;
        height: auto;
    }
}
