.install-container {
    padding: 15px;
    direction: rtl;
    padding-top: 50px;
}

.install-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
}

.install-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.install-step {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 500;

}

.install-nonstep {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.install-step:last-child {
    border-bottom: none;
}

.install-icon {
    font-size: 32px;
    margin-bottom: 12px;
    text-align: center;
}

.install-note {
    color: #777;
    font-size: 14px;
    margin-top: 10px;
}



.install-app-box {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 16px;
    margin: 15px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: #000;
}

.install-app-icon {
    width: 48px;
    height: 48px;
    background: #007bff22;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007bff;
    font-size: 22px;
    margin-left: 14px;
}

.install-app-text {
    font-size: 17px;
    font-weight: 700;
}

.install-app-sub {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}