.Instructions {
    &-trigger {
        color: var(--gray-500);
        display: flex;
        font-size: 11px;
        font-weight: 500;
        margin: 0;
        padding: 0;

        &:hover {
            color: var(--gray-600);
        }

        svg {
            margin-right: 8px;

            path {
                fill: currentColor;
            }
        }
    }

    &-modal {
        padding: 14px;
        width: 550px;
    }

    &-header {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 32px;
        text-align: center;
    }

    &-step {
        display: flex;
        height: 112px;
        margin-bottom: 32px;
        
        &-image {
            width: 113px;
        }

        &-text {
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-left: 16px;
        }

        &-title {
            font-size: 18px;
            font-weight: 500;
        }

        &-body {
            color: var(--gray-500);
            font-size: 14px;
        }
    }

    &-button {
        width: 100%;
    }

    &-user-guide-link {
        display: block;
        font-weight: 500;
        margin-top: 24px;
        text-align: center;
        text-transform: uppercase;
    }
}
