.app-install[hidden],
.app-install-button[hidden] {
    display: none;
}

.app-install {
    margin-top: 16px;
}

.app-install-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    max-width: 100%;
    padding: 10px 16px;
    border: 1px solid #1d6979;
    border-radius: 4px;
    background: #fff;
    color: #155464;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

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

.app-install-button:focus-visible {
    outline: 3px solid #ff6b35;
    outline-offset: 3px;
}

.app-install-button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.app-install-status:empty {
    display: none;
}

.app-install-footer {
    width: min(100% - 32px, 1200px);
    margin: 0 auto 24px;
}

.app-install-footer:not(:has(.app-install:not([hidden]))) {
    display: none;
}
