/* Restore homepage Mobile Access / GET THE APPS contrast on live (Vite CSS can be stale). */
.get-apps {
    position: relative !important;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 55% at 90% 10%, rgba(10, 132, 255, 0.22), transparent 52%),
        radial-gradient(ellipse 50% 40% at 0% 100%, rgba(37, 99, 235, 0.16), transparent 48%),
        #070b14 !important;
    color: #ffffff !important;
}

.get-apps__copy,
.get-apps__title,
.get-apps__lead,
.get-apps__eyebrow {
    visibility: visible !important;
    opacity: 1 !important;
}

.get-apps__eyebrow {
    color: #7ec8ff !important;
}

.get-apps__title {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.get-apps__lead {
    color: rgba(255, 255, 255, 0.78) !important;
}

.get-apps__cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.get-apps__test-online {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .get-apps__cta-wrap {
        justify-content: flex-start;
    }
}
