.install-popup {
    border-radius: 18px !important;
    padding: 12px 16px !important;
}

.install-title {
    font-size: 19px !important;
    margin-bottom: 8px !important;
}

.install-guide {
    text-align: left;
}

.install-step {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 9px 10px;
    border-radius: 10px;

    background: rgba(0, 0, 0, 0.04);
}

.install-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;

    border-radius: 9px;

    background: #212529;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;
}

.install-content {
    display: flex;
    flex-direction: column;
}

.install-content strong {
    font-size: 13px;
    line-height: 1.25;
}

.install-content small {
    margin-top: 2px;
    color: #777;

    font-size: 11px;
    line-height: 1.25;
}

.install-step-label {
    font-size: 8px;
    font-weight: 700;
    opacity: 0.5;
    margin-bottom: 1px;
}

.install-arrow {
    text-align: center;
    padding: 2px;
    opacity: 0.25;
    font-size: 9px;
}

@media (max-width: 480px) {
    .install-popup {
        width: calc(100% - 24px) !important;
    }
}