/* TossSpace Public Launch / PWA polish */

.install-app-button {
    border: 1px solid rgba(34, 49, 82, 0.12);
    background: rgba(255, 255, 255, 0.62);
}

.install-app-button:hover {
    background: #ffffff;
}

.site-footer {
    gap: 14px;
}

@media (max-width: 720px) {
    .site-footer {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .site-footer-links {
        order: 2;
    }
}
