.checklist-row {
    display: contents;
}

.install-button-wrapper {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 99999;
    padding: 10px 14px;
    border-radius: 12px;
    border: 0px;
    font-weight: 600;
    cursor: pointer;
    background: rgb(224, 224, 224);
    color: rgb(17, 17, 17);
}

.hidden-file-input {
    display: none; /* hide the ugly default input */
}

.ios-install-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    max-width: 320px;
    text-align: center;
}

.popup-card h3 {
    margin-bottom: 10px;
}

.popup-card button {
    margin-top: 15px;
    padding: 10px 16px;
    border-radius: 8px;
}
