body.gps-mobile-shell {
    background: var(--gps-app-background);
}

body.gps-mobile-shell > header,
body.gps-mobile-shell > .container-fluid:first-child {
    background: var(--gps-surface);
}

body.gps-mobile-shell main {
    background:
        radial-gradient(circle at top left, rgba(29, 127, 157, 0.08), transparent 34rem),
        linear-gradient(180deg, var(--gps-app-background-soft), var(--gps-app-background));
    min-height: calc(100vh - 150px);
    padding-bottom: 1.5rem;
}

body.gps-mobile-shell footer {
    color: #657483;
}

.gps-mobile-footer {
    color: #657483;
    padding-bottom: 1rem;
}

.gps-build-version {
    color: #6c757d;
    display: block;
    font-size: 0.75rem;
    line-height: 1.2;
    margin-top: 0.1rem;
}
